LICENSE
README.md
pyproject.toml
src/recall_py/__init__.py
src/recall_py/__main__.py
src/recall_py/app.py
src/recall_py/cli.py
src/recall_py/context.py
src/recall_py/engine.py
src/recall_py/hooks.py
src/recall_py/indexing.py
src/recall_py/mcp_server.py
src/recall_py/metrics.py
src/recall_py/ollama_client.py
src/recall_py/onboard.py
src/recall_py/retrieve.py
src/recall_py/router.py
src/recall_py/settings.py
src/recall_py/threads.py
src/recall_py.egg-info/PKG-INFO
src/recall_py.egg-info/SOURCES.txt
src/recall_py.egg-info/dependency_links.txt
src/recall_py.egg-info/entry_points.txt
src/recall_py.egg-info/requires.txt
src/recall_py.egg-info/top_level.txt
src/recall_py/config/default.yaml
src/recall_py/providers/__init__.py
src/recall_py/providers/base.py
src/recall_py/providers/ollama.py
src/recall_py/providers/openai_compat.py
src/recall_py/proxy/__init__.py
src/recall_py/proxy/cache.py
src/recall_py/proxy/streaming.py
src/recall_py/store/__init__.py
src/recall_py/store/db.py
src/recall_py/store/repository.py
src/recall_py/text/__init__.py
src/recall_py/text/chunking.py
src/recall_py/text/redact.py
tests/test_automation.py
tests/test_chunking.py
tests/test_context.py
tests/test_db.py
tests/test_indexing.py
tests/test_metrics.py
tests/test_onboard.py
tests/test_redact.py
tests/test_router.py
tests/test_settings_env.py
tests/test_threads.py