LICENSE
README.md
pyproject.toml
grounding/__init__.py
grounding/agent_filter.py
grounding/bm25.py
grounding/chunk_metadata.py
grounding/chunker.py
grounding/citations.py
grounding/cli.py
grounding/config.py
grounding/controller.py
grounding/embedder.py
grounding/formatter.py
grounding/formula_extractor.py
grounding/formula_formatter.py
grounding/hashing.py
grounding/hybrid.py
grounding/hybrid_processor.py
grounding/logging_setup.py
grounding/manifest.py
grounding/meta.py
grounding/music_descriptions.py
grounding/music_formatter.py
grounding/omr_parser.py
grounding/parser.py
grounding/pipeline.py
grounding/py.typed
grounding/query.py
grounding/reranker.py
grounding/scanner.py
grounding/stats.py
grounding/utils.py
grounding/vector_store.py
grounding/writer.py
grounding/eval/__init__.py
grounding/eval/baseline.py
grounding/eval/cli.py
grounding/eval/fixtures.py
grounding/eval/metrics.py
grounding/eval/report.py
grounding/eval/runner.py
grounding_ai.egg-info/PKG-INFO
grounding_ai.egg-info/SOURCES.txt
grounding_ai.egg-info/dependency_links.txt
grounding_ai.egg-info/entry_points.txt
grounding_ai.egg-info/requires.txt
grounding_ai.egg-info/top_level.txt
tests/test_agent_command_generator.py
tests/test_agent_filter.py
tests/test_agentic.py
tests/test_bm25.py
tests/test_bm25_integration.py
tests/test_chunk_metadata.py
tests/test_chunker.py
tests/test_chunker_provenance.py
tests/test_citations.py
tests/test_cli.py
tests/test_config_resolution.py
tests/test_controller.py
tests/test_e2e_embeddings.py
tests/test_embedder.py
tests/test_eval_baseline.py
tests/test_eval_citation_accuracy.py
tests/test_eval_cli.py
tests/test_eval_fixtures.py
tests/test_eval_metrics.py
tests/test_eval_report.py
tests/test_eval_runner.py
tests/test_eval_runner_hybrid.py
tests/test_eval_runner_integration.py
tests/test_formatter.py
tests/test_formatter_element_map.py
tests/test_formula_extractor.py
tests/test_formula_formatter.py
tests/test_formula_integration.py
tests/test_hashing.py
tests/test_hybrid.py
tests/test_hybrid_processor.py
tests/test_integration.py
tests/test_local_rag_cli.py
tests/test_local_rag_cli_flags.py
tests/test_local_rag_rerank.py
tests/test_logging_setup.py
tests/test_manifest.py
tests/test_mcp_server_output.py
tests/test_meta.py
tests/test_migrate_corpus.py
tests/test_music_embeddings.py
tests/test_music_formatter.py
tests/test_omr_parser.py
tests/test_parser.py
tests/test_performance_benchmarks.py
tests/test_pipeline.py
tests/test_pipeline_citation_integration.py
tests/test_query.py
tests/test_reranker.py
tests/test_scanner.py
tests/test_search_corpus_tool.py
tests/test_search_corpus_tool_hybrid.py
tests/test_stats.py
tests/test_utils.py
tests/test_vector_store.py
tests/test_writer.py