LICENSE
README.md
pyproject.toml
src/agentcache/__init__.py
src/agentcache/app.py
src/agentcache/cli.py
src/agentcache/connect.py
src/agentcache/db.py
src/agentcache/import_data.py
src/agentcache/legacy.py
src/agentcache/mcp_stdio.py
src/agentcache/py.typed
src/agentcache/replay_import.py
src/agentcache/search.py
src/agentcache/viewer_helpers.py
src/agentcache/workers.py
src/agentcache/core/__init__.py
src/agentcache/core/audit_log.py
src/agentcache/core/config.py
src/agentcache/core/context_builder.py
src/agentcache/core/graph.py
src/agentcache/core/image_store.py
src/agentcache/core/infer.py
src/agentcache/core/kv_scopes.py
src/agentcache/core/lessons.py
src/agentcache/core/llm.py
src/agentcache/core/memory_store.py
src/agentcache/core/observation_store.py
src/agentcache/core/privacy.py
src/agentcache/core/project_profile.py
src/agentcache/core/search_service.py
src/agentcache/core/session_store.py
src/agentcache/core/slots.py
src/agentcache/integrations/__init__.py
src/agentcache/integrations/hermes/README.md
src/agentcache/integrations/hermes/__init__.py
src/agentcache/integrations/hermes/plugin.yaml
src/agentcache/routes/__init__.py
src/agentcache/routes/_deps.py
src/agentcache/routes/auth.py
src/agentcache/routes/graph.py
src/agentcache/routes/health.py
src/agentcache/routes/mcp.py
src/agentcache/routes/memories.py
src/agentcache/routes/migration.py
src/agentcache/routes/observations.py
src/agentcache/routes/search.py
src/agentcache/storage/__init__.py
src/agentcache/storage/images.py
src/agentcache/storage/paths.py
src/agentcache/storage/scopes.py
src/agentcache/viewer/favicon.svg
src/agentcache/viewer/index.html
src/agentcache_core.egg-info/PKG-INFO
src/agentcache_core.egg-info/SOURCES.txt
src/agentcache_core.egg-info/dependency_links.txt
src/agentcache_core.egg-info/entry_points.txt
src/agentcache_core.egg-info/requires.txt
src/agentcache_core.egg-info/top_level.txt
tests/test_auth.py
tests/test_connect_repair.py
tests/test_legacy_reexports.py
tests/test_observation_store.py
tests/test_routes_auth_matrix.py
tests/test_search_service.py