LICENSE
README.md
pyproject.toml
src/attune_rag/__init__.py
src/attune_rag/benchmark.py
src/attune_rag/cli.py
src/attune_rag/expander.py
src/attune_rag/pipeline.py
src/attune_rag/prompts.py
src/attune_rag/provenance.py
src/attune_rag/reranker.py
src/attune_rag/retrieval.py
src/attune_rag.egg-info/PKG-INFO
src/attune_rag.egg-info/SOURCES.txt
src/attune_rag.egg-info/dependency_links.txt
src/attune_rag.egg-info/entry_points.txt
src/attune_rag.egg-info/requires.txt
src/attune_rag.egg-info/top_level.txt
src/attune_rag/corpus/__init__.py
src/attune_rag/corpus/attune_help.py
src/attune_rag/corpus/base.py
src/attune_rag/corpus/directory.py
src/attune_rag/dashboard/__init__.py
src/attune_rag/dashboard/refresh.py
src/attune_rag/dashboard/render.py
src/attune_rag/dashboard/show.py
src/attune_rag/dashboard/templates/dashboard.html
src/attune_rag/eval/__init__.py
src/attune_rag/eval/bench_prompts.py
src/attune_rag/eval/faithfulness.py
src/attune_rag/providers/__init__.py
src/attune_rag/providers/base.py
src/attune_rag/providers/claude.py
src/attune_rag/providers/gemini.py
src/attune_rag/providers/openai.py