CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
config.json.example
env-template.txt
pyproject.toml
ask_docs/__init__.py
ask_docs/config.py
ask_docs/main.py
ask_docs.egg-info/PKG-INFO
ask_docs.egg-info/SOURCES.txt
ask_docs.egg-info/dependency_links.txt
ask_docs.egg-info/entry_points.txt
ask_docs.egg-info/requires.txt
ask_docs.egg-info/top_level.txt
ask_docs/cli/__init__.py
ask_docs/cli/main.py
ask_docs/core/__init__.py
ask_docs/core/document_retrieval.py
ask_docs/core/prompt_builder.py
ask_docs/core/query_processor.py
ask_docs/llm/__init__.py
ask_docs/llm/anthropic_llm.py
ask_docs/llm/base.py
ask_docs/llm/gemini_llm.py
ask_docs/llm/groq_llm.py
ask_docs/llm/ollama_llm.py
ask_docs/llm/openai_llm.py
ask_docs/tui/__init__.py
ask_docs/tui/app.py
ask_docs/tui/style.css
ask_docs/web/__init__.py
ask_docs/web/app.py
ask_docs/web/handlers.py
ask_docs/web/static/.gitkeep
ask_docs/web/templates/index.html
ask_docs/web/templates/kb_status.html
ask_docs/web/templates/model_info.html
ask_docs/web/templates/templates.html
tests/test_basic.py
tests/test_cli.py
tests/test_document_retrieval.py
tests/test_llm.py
tests/test_prompt_builder.py
tests/test_web.py