.gitignore
.strictacode.yml
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/new_version.yml
.github/workflows/notify.yml
.github/workflows/publish.yml
.github/workflows/strictacode.yml
.github/workflows/tests.yml
.goga/config.yml
.goga/tools/mkdocs/traceability.yml
.goga/usages/conventions.md
.goga/usages/cooks/anthropic_api.md
.goga/usages/cooks/faiss.md
.goga/usages/cooks/fastapi.md
.goga/usages/cooks/hexagonal.md
.goga/usages/cooks/mcp.md
.goga/usages/cooks/ollama_api.md
.goga/usages/cooks/openai_api.md
.goga/usages/cooks/pydantic.md
.goga/usages/cooks/sentence_transformers.md
.goga/usages/cooks/text_splitting.md
docs/configuration.md
docs/getting-started.md
docs/index.md
docs/indexing-and-search.md
docs/llm-providers.md
docs/mcp-tools.md
docs/rag-pipeline.md
docs/rest-api.md
docs/storage.md
docs/overrides/main.html
sententia/CODEMANIFEST
sententia/__init__.py
sententia/__main__.py
sententia.egg-info/PKG-INFO
sententia.egg-info/SOURCES.txt
sententia.egg-info/dependency_links.txt
sententia.egg-info/entry_points.txt
sententia.egg-info/requires.txt
sententia.egg-info/top_level.txt
sententia/.usages/api_reference.md
sententia/.usages/getting_started.md
sententia/.usages/mcp_reference.md
sententia/api/CODEMANIFEST
sententia/api/__init__.py
sententia/api/.usages/ask_resource.md
sententia/api/.usages/files_resource.md
sententia/api/.usages/search_resource.md
sententia/api/ask/CODEMANIFEST
sententia/api/ask/__init__.py
sententia/api/ask/ask.py
sententia/api/ask/models.py
sententia/api/files/CODEMANIFEST
sententia/api/files/__init__.py
sententia/api/files/files.py
sententia/api/files/models.py
sententia/api/search/CODEMANIFEST
sententia/api/search/__init__.py
sententia/api/search/models.py
sententia/api/search/search.py
sententia/app/CODEMANIFEST
sententia/app/__init__.py
sententia/app/app.py
sententia/app/.usages/configuration.md
sententia/app/.usages/running.md
sententia/endpoints/CODEMANIFEST
sententia/endpoints/__init__.py
sententia/endpoints/mcp.py
sententia/endpoints/rest.py
sententia/endpoints/.usages/resource.md
sententia/endpoints/.usages/tool.md
sententia/index/CODEMANIFEST
sententia/index/__init__.py
sententia/index/indexer.py
sententia/index/.usages/indexing.md
sententia/index/.usages/searching.md
sententia/llm/CODEMANIFEST
sententia/llm/__init__.py
sententia/llm/.usages/anthropic_provider.md
sententia/llm/.usages/llm_generating.md
sententia/llm/.usages/openai_provider.md
sententia/llm/anthropic/CODEMANIFEST
sententia/llm/anthropic/__init__.py
sententia/llm/anthropic/provider.py
sententia/llm/openai/CODEMANIFEST
sententia/llm/openai/__init__.py
sententia/llm/openai/provider.py
sententia/llm/provider/CODEMANIFEST
sententia/llm/provider/__init__.py
sententia/llm/provider/errors.py
sententia/llm/provider/provider.py
sententia/mcp/CODEMANIFEST
sententia/mcp/__init__.py
sententia/mcp/.usages/ask_tool.md
sententia/mcp/.usages/files_tool.md
sententia/mcp/.usages/search_tool.md
sententia/mcp/ask/CODEMANIFEST
sententia/mcp/ask/__init__.py
sententia/mcp/ask/ask.py
sententia/mcp/ask/models.py
sententia/mcp/files/CODEMANIFEST
sententia/mcp/files/__init__.py
sententia/mcp/files/files.py
sententia/mcp/files/models.py
sententia/mcp/search/CODEMANIFEST
sententia/mcp/search/__init__.py
sententia/mcp/search/models.py
sententia/mcp/search/search.py
sententia/rag/CODEMANIFEST
sententia/rag/__init__.py
sententia/rag/rag.py
sententia/rag/.usages/asking.md
sententia/storage/CODEMANIFEST
sententia/storage/__init__.py
sententia/storage/storage.py
sententia/storage/.usages/reading.md
tests/__init__.py
tests/conftest.py
tests/test_in_memory_integration.py
tests/test_integration.py
tests/test_main.py
tests/test_main_integration.py
tests/api/__init__.py
tests/api/ask/__init__.py
tests/api/ask/test_ask.py
tests/api/files/__init__.py
tests/api/files/test_files.py
tests/api/search/__init__.py
tests/api/search/test_search.py
tests/app/__init__.py
tests/app/test_app.py
tests/endpoints/__init__.py
tests/endpoints/test_endpoints.py
tests/index/__init__.py
tests/index/conftest.py
tests/index/test_index.py
tests/index/test_index_in_memory.py
tests/llm/__init__.py
tests/llm/anthropic/__init__.py
tests/llm/anthropic/test_provider.py
tests/llm/openai/__init__.py
tests/llm/openai/test_provider.py
tests/llm/provider/__init__.py
tests/llm/provider/test_provider.py
tests/mcp/__init__.py
tests/mcp/test_integration.py
tests/mcp/ask/__init__.py
tests/mcp/ask/test_ask.py
tests/mcp/files/__init__.py
tests/mcp/files/test_files.py
tests/mcp/search/__init__.py
tests/mcp/search/test_search.py
tests/rag/__init__.py
tests/rag/test_rag.py
tests/storage/__init__.py
tests/storage/test_storage.py