LICENSE
README.md
pyproject.toml
stratarag/__init__.py
stratarag/agent.py
stratarag/cloud.py
stratarag/errors.py
stratarag/graph.py
stratarag/knowledge.py
stratarag/orchestration.py
stratarag/recipes.py
stratarag/tools.py
stratarag/types.py
stratarag.egg-info/PKG-INFO
stratarag.egg-info/SOURCES.txt
stratarag.egg-info/dependency_links.txt
stratarag.egg-info/requires.txt
stratarag.egg-info/top_level.txt
stratarag/chunking/__init__.py
stratarag/chunking/base.py
stratarag/chunking/modality.py
stratarag/chunking/strategies.py
stratarag/dashboard/__init__.py
stratarag/dashboard/page.py
stratarag/dashboard/server.py
stratarag/embeddings/__init__.py
stratarag/embeddings/base.py
stratarag/embeddings/hashing.py
stratarag/embeddings/providers.py
stratarag/embeddings/sbert.py
stratarag/evals/__init__.py
stratarag/evals/harness.py
stratarag/llm/__init__.py
stratarag/llm/anthropic.py
stratarag/llm/base.py
stratarag/llm/echo.py
stratarag/memory/__init__.py
stratarag/memory/extractors.py
stratarag/memory/modules.py
stratarag/pipeline/__init__.py
stratarag/pipeline/advanced.py
stratarag/pipeline/base.py
stratarag/pipeline/rerankers.py
stratarag/pipeline/rewrite.py
stratarag/pipeline/stages.py
stratarag/stores/__init__.py
stratarag/stores/adapters.py
stratarag/stores/adapters2.py
stratarag/stores/base.py
stratarag/stores/local.py
tests/test_agent.py
tests/test_architectures.py
tests/test_chunking.py
tests/test_dashboard.py
tests/test_evals_and_optional.py
tests/test_memory.py
tests/test_multimodal_graph.py
tests/test_orchestration.py
tests/test_regressions.py
tests/test_stores_knowledge.py
tests/test_tools_pipeline.py