LICENSE
README.md
pyproject.toml
anamnestic/__init__.py
anamnestic/audit.py
anamnestic/backup.py
anamnestic/capabilities.py
anamnestic/chroma_store.py
anamnestic/cli.py
anamnestic/config.py
anamnestic/db.py
anamnestic/decay.py
anamnestic/entities.py
anamnestic/graph.py
anamnestic/importance.py
anamnestic/restore.py
anamnestic/summarize.py
anamnestic/threading.py
anamnestic/verify.py
anamnestic.egg-info/PKG-INFO
anamnestic.egg-info/SOURCES.txt
anamnestic.egg-info/dependency_links.txt
anamnestic.egg-info/entry_points.txt
anamnestic.egg-info/requires.txt
anamnestic.egg-info/top_level.txt
anamnestic/daemon/__init__.py
anamnestic/daemon/mcp_server.py
anamnestic/eval/__init__.py
anamnestic/eval/run.py
anamnestic/indexers/__init__.py
anamnestic/indexers/incremental_chroma.py
anamnestic/ingest/__init__.py
anamnestic/ingest/incremental.py
anamnestic/ingest/parsers.py
anamnestic/ingest/recover_main.py
anamnestic/ingest/vscode_copilot.py
anamnestic/migrations/000_core_schema.sql
anamnestic/migrations/001_fts_and_unique.sql
anamnestic/migrations/002_incremental_state.sql
anamnestic/migrations/003_audit_log.sql
anamnestic/migrations/004_rename_to_anamnestic.sql
anamnestic/migrations/005_ingest_errors_and_peers.sql
anamnestic/migrations/006_purge_legacy_subagent_csid.sql
anamnestic/migrations/007_entities.sql
anamnestic/migrations/008_session_threads.sql
anamnestic/migrations/009_importance_score.sql
anamnestic/migrations/010_summary_indexing.sql
anamnestic/migrations/011_decay.sql
anamnestic/migrations/012_entity_graph.sql
anamnestic/migrations/013_repair_summary_columns.sql
anamnestic/migrations/014_repair_graph_state.sql
anamnestic/migrations/015_repair_entity_graph_schema.sql
anamnestic/search/__init__.py
anamnestic/search/hybrid.py
anamnestic/search/rerank.py
anamnestic/search/temporal.py
anamnestic/sync/__init__.py
anamnestic/sync/cross.py
tests/test_cli.py
tests/test_config.py
tests/test_db_migrations.py
tests/test_decay.py
tests/test_entities.py
tests/test_graph.py
tests/test_hybrid.py
tests/test_importance.py
tests/test_mcp_server.py
tests/test_packaging.py
tests/test_parsers.py
tests/test_rerank.py
tests/test_search_integration.py
tests/test_semantic_optional.py
tests/test_summarize.py
tests/test_temporal.py
tests/test_threading.py