.dockerignore
.env.example
.gitignore
.mcp.json
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.md
docker-compose.external.yml
docker-compose.team.yml
docker-compose.yml
install-codex.ps1
install-codex.sh
install-docker.sh
install.ps1
install.sh
pyproject.toml
requirements-dev.txt
requirements-rerank.txt
requirements.txt
server.json
setup.sh
update.sh
.claude-plugin/marketplace.json
.claude-plugin/plugin.json
benchmarks/_llm_adapter.py
benchmarks/analyze_failures.py
benchmarks/beam_bench.py
benchmarks/context_retrieval_eval.py
benchmarks/embedding_ab.py
benchmarks/ensemble_judge.py
benchmarks/evidence_packing_eval.py
benchmarks/locomo_bench.py
benchmarks/locomo_bench_llm.py
benchmarks/longmemeval_bench.py
benchmarks/memory_quality.py
benchmarks/paired_search_optimization.py
benchmarks/parallel_drain.py
benchmarks/personal_bench.py
benchmarks/retrieval_performance.py
benchmarks/search_optimization_eval.py
benchmarks/temporal_filter.py
benchmarks/v10_5_latency.py
benchmarks/v11_pipeline.py
benchmarks/vector_index_eval.py
benchmarks/data/memory-contracts-v1.json
benchmarks/data/locomo/global_methods.py
benchmarks/data/locomo/generative_agents/conversation_utils.py
benchmarks/data/locomo/generative_agents/event_utils.py
benchmarks/data/locomo/generative_agents/generate_conversations.py
benchmarks/data/locomo/generative_agents/html_utils.py
benchmarks/data/locomo/generative_agents/memory_utils.py
benchmarks/data/locomo/task_eval/__init__.py
benchmarks/data/locomo/task_eval/claude_utils.py
benchmarks/data/locomo/task_eval/evaluate_qa.py
benchmarks/data/locomo/task_eval/evaluation.py
benchmarks/data/locomo/task_eval/evaluation_stats.py
benchmarks/data/locomo/task_eval/gemini_utils.py
benchmarks/data/locomo/task_eval/get_facts.py
benchmarks/data/locomo/task_eval/get_session_summaries.py
benchmarks/data/locomo/task_eval/gpt_utils.py
benchmarks/data/locomo/task_eval/hf_llm_utils.py
benchmarks/data/locomo/task_eval/rag_utils.py
bin/cm-import
bin/consolidation-daemon
bin/memory-bench
bin/memory-perf-gate
bin/tam_plugin_bootstrap.py
claude_total_memory/__init__.py
claude_total_memory/lookup.py
claude_total_memory/server.py
docker/Dockerfile.browser
docker/Dockerfile.dev
docker/Dockerfile.rerank
docker/Dockerfile.vector-bench
docker/reflection_daemon.py
docker/run-mcp.sh
docker/scheduler_daemon.py
docker/tam_supervisor.py
docs/installation.md
examples/README.md
examples/hooks/session-start-addon.sh
examples/rules/memory.md
examples/settings/claude-code-wsl.json
examples/settings/hooks.fragment.json
examples/skills/design-explore/SKILL.md
filters/cargo.toml
filters/docker_ps.toml
filters/generic_logs.toml
filters/git_status.toml
filters/http_log.toml
filters/json_blob.toml
filters/markdown_doc.toml
filters/npm_yarn.toml
filters/pytest.toml
filters/sql_explain.toml
filters/stack_trace.toml
hooks/auto-capture.ps1
hooks/auto-capture.sh
hooks/codex-notify.ps1
hooks/codex-notify.sh
hooks/hooks.json
hooks/memory-trigger.ps1
hooks/memory-trigger.sh
hooks/on-bash-error.ps1
hooks/on-bash-error.sh
hooks/on-stop.ps1
hooks/on-stop.sh
hooks/post-tool-use.ps1
hooks/post-tool-use.sh
hooks/pre-edit.ps1
hooks/pre-edit.sh
hooks/session-end.ps1
hooks/session-end.sh
hooks/session-start.ps1
hooks/session-start.sh
hooks/user-prompt-submit.ps1
hooks/user-prompt-submit.sh
hooks/lib/common.sh
hooks/lib/memory-nudge.sh
launchagents/com.claude.memory.check-updates.plist
launchagents/com.claude.memory.orphan-backfill.plist
launchagents/com.claude.memory.reflection.plist
launchagents/com.total-agent-memory.dashboard.plist
migrations/001_v5_schema.sql
migrations/002_multi_representation.sql
migrations/003_triple_extraction_queue.sql
migrations/004_deep_enrichment.sql
migrations/005_representations_queue.sql
migrations/006_filter_savings.sql
migrations/007_perf_indexes.sql
migrations/008_temporal_kg.sql
migrations/009_procedural.sql
migrations/010_session_continuity.sql
migrations/011_privacy_counters.sql
migrations/012_task_phases.sql
migrations/013_intents.sql
migrations/014_embedding_cache.sql
migrations/015_quality_importance.sql
migrations/016_contradictions.sql
migrations/017_outbox.sql
migrations/018_entity_dedup.sql
migrations/019_episodic_links.sql
migrations/020_async_enrichment.sql
migrations/021_embedding_spaces.sql
migrations/022_embedding_cache_v11.sql
migrations/023_episodes.sql
migrations/024_entity_aliases.sql
migrations/025_consolidation_state.sql
migrations/026_graph_nodes_dedup.sql
migrations/027_repr_freshness.sql
migrations/028_agent_lineage.sql
migrations/029_atomic_facts.sql
migrations/030_evidence_lifecycle.sql
migrations/031_graph_link_integrity.sql
migrations/032_vector_index_revision.sql
migrations/033_evidence_passages.sql
scripts/build_session_summaries.py
scripts/build_temporal_index.py
scripts/calibrate.py
scripts/calibrate_nli.py
scripts/com.claude-memory.consolidation.plist
scripts/compare_eval.py
scripts/dashboard-service.sh
scripts/diagnose.ps1
scripts/diagnose.sh
scripts/extract_triples_openai.py
scripts/fetch_longmemeval_data.py
scripts/finetune_embedding.py
scripts/llm_temporal_extract.py
scripts/mine_locomo_fewshot.py
scripts/reembed.py
scripts/v9_cheap_full_run.sh
skills/memory-protocol/SKILL.md
skills/memory-protocol/references/hooks-explained.md
skills/memory-protocol/references/ide-setup.md
skills/memory-protocol/references/subagent-protocol.md
skills/memory-protocol/references/tool-cheatsheet.md
skills/memory-protocol/references/workflow-recipes.md
skills/memory-protocol/templates/claude-code-settings.json
skills/memory-protocol/templates/cline-rules.md
skills/memory-protocol/templates/codex-AGENTS-block.md
skills/memory-protocol/templates/codex-config.toml
skills/memory-protocol/templates/cursor-rules.mdc
src/__init__.py
src/active_context.py
src/analogy.py
src/answer_endpoint.py
src/atomic_facts_backfill.py
src/auto_episode_capture.py
src/auto_extract_active.py
src/auto_self_improve.py
src/auto_session_save.py
src/autofilter.py
src/cache.py
src/cache_layer.py
src/canonical_tags.py
src/choose_embed.py
src/config.py
src/content_filter.py
src/context_expander.py
src/contradiction_detector.py
src/coref_resolver.py
src/cpu_budget.py
src/dashboard.py
src/dashboard_v6.py
src/decisions.py
src/deep_enricher.py
src/deep_enrichment_queue.py
src/embed_provider.py
src/enrichment_filter.py
src/enrichment_worker.py
src/entity_dedup.py
src/episodic.py
src/error_capture.py
src/eval_harness.py
src/evidence_endpoint.py
src/extract_transcript.py
src/fact_index.py
src/fact_merger.py
src/fact_synthesizer.py
src/file_context.py
src/fusion.py
src/graph_expander.py
src/intents.py
src/llm_provider.py
src/migrate_knowledge_to_graph.py
src/models.py
src/multi_repr_search.py
src/multi_repr_store.py
src/outbox.py
src/paths.py
src/privacy_filter.py
src/procedural.py
src/project_wiki.py
src/quality_gate.py
src/query_rewriter.py
src/query_router.py
src/recall_modes.py
src/reembed.py
src/representations.py
src/representations_queue.py
src/reranker.py
src/server.py
src/session_continuity.py
src/subject_predicate_retriever.py
src/task_classifier.py
src/task_phases.py
src/temporal_filter.py
src/temporal_index.py
src/temporal_kg.py
src/triple_extraction_queue.py
src/v11_handlers.py
src/validator.py
src/verbosity.py
src/version.py
src/ai_layer/__init__.py
src/ai_layer/answerability.py
src/ai_layer/atomic_fact_extractor.py
src/ai_layer/bounded_reranker.py
src/ai_layer/contradiction_detector.py
src/ai_layer/coref_resolver.py
src/ai_layer/enrichment_jobs.py
src/ai_layer/enrichment_worker.py
src/ai_layer/grounded_answer.py
src/ai_layer/grounded_reader.py
src/ai_layer/grounded_schema.py
src/ai_layer/iterative_retriever.py
src/ai_layer/keyword_extractor.py
src/ai_layer/planner_client.py
src/ai_layer/quality_gate.py
src/ai_layer/query_rewriter.py
src/ai_layer/question_generator.py
src/ai_layer/reflection.py
src/ai_layer/relation_extractor.py
src/ai_layer/reranker.py
src/ai_layer/self_improve.py
src/ai_layer/summarizer.py
src/ai_layer/verifier.py
src/associative/__init__.py
src/associative/activation.py
src/associative/composition.py
src/associative/recall.py
src/ast_ingest/__init__.py
src/ast_ingest/ingester.py
src/cognitive/__init__.py
src/cognitive/engine.py
src/graph/__init__.py
src/graph/auto_link.py
src/graph/enricher.py
src/graph/indexer.py
src/graph/query.py
src/graph/store.py
src/ingestion/__init__.py
src/ingestion/chunker.py
src/ingestion/enricher.py
src/ingestion/extractor.py
src/ingestion/file_watcher.py
src/ingestion/gateway.py
src/ingestion/ocr.py
src/ingestion/vision_provider.py
src/memory_core/__init__.py
src/memory_core/answer_router.py
src/memory_core/atomic_facts.py
src/memory_core/cache.py
src/memory_core/calibration.py
src/memory_core/chunker.py
src/memory_core/classifier.py
src/memory_core/context.py
src/memory_core/dedup.py
src/memory_core/embedding_cache.py
src/memory_core/embedding_spaces.py
src/memory_core/embeddings.py
src/memory_core/entity_resolver.py
src/memory_core/event_time.py
src/memory_core/evidence_chains.py
src/memory_core/evidence_context.py
src/memory_core/evidence_excerpt.py
src/memory_core/evidence_pack.py
src/memory_core/evidence_search.py
src/memory_core/evidence_window.py
src/memory_core/fts_maintenance.py
src/memory_core/graph_links.py
src/memory_core/grounding.py
src/memory_core/health.py
src/memory_core/idk_router.py
src/memory_core/index_repair.py
src/memory_core/leases.py
src/memory_core/negative_retrieval.py
src/memory_core/passage_index.py
src/memory_core/query_terms.py
src/memory_core/retrieval.py
src/memory_core/schema_migration.py
src/memory_core/storage.py
src/memory_core/telemetry.py
src/memory_core/vector_math.py
src/memory_core/vector_search.py
src/memory_core/vector_store.py
src/memory_core/episodes/__init__.py
src/memory_core/episodes/extractor.py
src/memory_core/episodes/retriever.py
src/memory_core/episodes/schema.py
src/memory_core/temporal/__init__.py
src/memory_core/temporal/allen.py
src/memory_core/temporal/arithmetic.py
src/memory_core/temporal/normalizer.py
src/memory_systems/__init__.py
src/memory_systems/episode_store.py
src/memory_systems/self_model.py
src/memory_systems/signals.py
src/memory_systems/skill_store.py
src/metrics/__init__.py
src/reflection/__init__.py
src/reflection/agent.py
src/reflection/digest.py
src/reflection/scheduler.py
src/reflection/synthesize.py
src/team_memory/__init__.py
src/team_memory/app.py
src/team_memory/audit.py
src/team_memory/cli.py
src/team_memory/contracts.py
src/team_memory/lifecycle.py
src/team_memory/registry.py
src/team_memory/remote.py
src/team_memory/service.py
src/team_memory/ui.py
src/team_memory/worker.py
src/tools/__init__.py
src/tools/analyze_project.py
src/tools/backfill_orphan_edges.py
src/tools/backfill_v6.py
src/tools/benchmark.py
src/tools/brain_autonomy.py
src/tools/brain_health.py
src/tools/check_updates.py
src/tools/context_layers.py
src/tools/cross_project.py
src/tools/dependency_monitor.py
src/tools/export_knowledge.py
src/tools/git_observer.py
src/tools/graph_enrichment.py
src/tools/idea_engine.py
src/tools/import_projects_now.py
src/tools/improve_search.py
src/tools/llm_router.py
src/tools/merge_duplicate_nodes.py
src/tools/obsidian_sync.py
src/tools/predictive.py
src/tools/run_reflection.py
src/tools/task_manager.py
src/tools/tech_radar.py
src/tools/version_status.py
src/workers/__init__.py
src/workers/consolidation_daemon.py
src/workers/project_activity.py
systemd/README.md
systemd/claude-memory-check-updates.service
systemd/claude-memory-check-updates.timer
systemd/claude-memory-dashboard.service
systemd/claude-memory-orphan-backfill.service
systemd/claude-memory-orphan-backfill.timer
systemd/claude-memory-reflection.path
systemd/claude-memory-reflection.service
tests/Test-Install.ps1
tests/__init__.py
tests/conftest.py
tests/test_activation.py
tests/test_active_context.py
tests/test_analogy.py
tests/test_answer_router.py
tests/test_answerability.py
tests/test_answerability_evidence.py
tests/test_ast_ingest.py
tests/test_atomic_facts.py
tests/test_autofilter.py
tests/test_backfill_orphan_edges.py
tests/test_backfill_v6.py
tests/test_beam_bench.py
tests/test_binary_search_edge_cases.py
tests/test_bounded_reranker.py
tests/test_builtin_filters.py
tests/test_cache_layer.py
tests/test_cache_layer_bench.py
tests/test_cache_layer_integration.py
tests/test_calibration.py
tests/test_canonical_tags.py
tests/test_check_updates_escape.py
tests/test_choose_embed.py
tests/test_choose_embed_openai.py
tests/test_cognitive.py
tests/test_compare_eval.py
tests/test_compression.py
tests/test_config.py
tests/test_config_provider.py
tests/test_configured_decomposition.py
tests/test_consolidation_chaos_kill.py
tests/test_consolidation_idle_detection.py
tests/test_consolidation_lock_recall_concurrent.py
tests/test_content_filter.py
tests/test_context_expander.py
tests/test_contradiction_detector.py
tests/test_conversation_source.py
tests/test_coref_resolver.py
tests/test_cpu_budget.py
tests/test_dashboard_citations.py
tests/test_dashboard_http_smoke.py
tests/test_dashboard_service.py
tests/test_dashboard_v6.py
tests/test_decay_per_repr.py
tests/test_decisions.py
tests/test_deep_enricher.py
tests/test_deep_enrichment_queue.py
tests/test_dependency_declaration.py
tests/test_diagnose_scripts.py
tests/test_e2e_v8_workflow.py
tests/test_edge_freshness.py
tests/test_embed_provider.py
tests/test_embed_provider_openai.py
tests/test_enrichment_filter.py
tests/test_enrichment_worker.py
tests/test_enrichment_worker_isolation.py
tests/test_ensemble_judge.py
tests/test_entity_dedup.py
tests/test_entity_resolver.py
tests/test_episodes.py
tests/test_episodes_extractor.py
tests/test_episodes_retriever.py
tests/test_episodic.py
tests/test_error_capture.py
tests/test_eval_harness.py
tests/test_event_time.py
tests/test_evidence_packing.py
tests/test_evidence_search.py
tests/test_evidence_window.py
tests/test_extract_triples_v2.py
tests/test_extractor_node_cache.py
tests/test_fact_index.py
tests/test_fact_merger.py
tests/test_fact_synthesizer_v2.py
tests/test_few_shot_v3.py
tests/test_file_context.py
tests/test_filter_determinism.py
tests/test_finetune_embedding.py
tests/test_fts_maintenance.py
tests/test_fusion.py
tests/test_graph.py
tests/test_graph_link_integrity.py
tests/test_grounded_answer.py
tests/test_has_llm_provider_aware.py
tests/test_hooks_user_prompt_submit.py
tests/test_idk_router.py
tests/test_import_footprint.py
tests/test_importance_levels.py
tests/test_index_repair.py
tests/test_ingestion.py
tests/test_install_codex.py
tests/test_install_ide_flag.py
tests/test_install_linux.py
tests/test_install_macos_hooks.py
tests/test_integration_active_context.py
tests/test_integration_decision_mcp.py
tests/test_integration_deep_enrich.py
tests/test_integration_embed_wiring.py
tests/test_integration_expand_context.py
tests/test_integration_filter_save.py
tests/test_integration_memory_save.py
tests/test_integration_multi_repr_search.py
tests/test_integration_no_llm.py
tests/test_integration_privacy.py
tests/test_integration_provider_wiring.py
tests/test_integration_queue_stats.py
tests/test_integration_representations.py
tests/test_integration_rerank_multi_repr.py
tests/test_integration_task_mcp.py
tests/test_intents.py
tests/test_internal_provider_routes.py
tests/test_iterative_retriever.py
tests/test_llm_provider.py
tests/test_llm_runtime_config.py
tests/test_lookup_cli.py
tests/test_mcp_protocol_e2e.py
tests/test_mcp_sdk_compat.py
tests/test_memory_get.py
tests/test_memory_nudge_hook.py
tests/test_memory_quality_eval.py
tests/test_merge_duplicate_nodes.py
tests/test_migration_idempotency.py
tests/test_mine_locomo_fewshot.py
tests/test_multi_repr_search.py
tests/test_multi_representation.py
tests/test_negative_retrieval.py
tests/test_no_llm_hot_path_v11.py
tests/test_outbox.py
tests/test_parallel_retrieval.py
tests/test_paths_migration.py
tests/test_per_tier_decay.py
tests/test_phase_scoped_rules.py
tests/test_plugin_manifest.py
tests/test_post_tool_capture.py
tests/test_privacy_filter.py
tests/test_procedural.py
tests/test_project_activity.py
tests/test_project_wiki.py
tests/test_quality_gate.py
tests/test_query_router.py
tests/test_query_terms.py
tests/test_reasoning_integrity.py
tests/test_recall_filters.py
tests/test_recall_modes.py
tests/test_recall_usage_feedback.py
tests/test_reflection.py
tests/test_reflection_full_integration.py
tests/test_repr_drift.py
tests/test_representations_queue.py
tests/test_reranker_backend.py
tests/test_reranker_bge.py
tests/test_retrieval_operability.py
tests/test_run_drain.py
tests/test_schema_migration.py
tests/test_self_model.py
tests/test_session_continuity.py
tests/test_session_end_auto_compress.py
tests/test_signals.py
tests/test_skill_pack_references.py
tests/test_skills.py
tests/test_standard_benchmark_contracts.py
tests/test_store_windows_encoding.py
tests/test_task_classifier.py
tests/test_task_phases.py
tests/test_team_lifecycle.py
tests/test_team_memory.py
tests/test_team_worker_reuse.py
tests/test_temporal_allen.py
tests/test_temporal_arithmetic.py
tests/test_temporal_kg.py
tests/test_temporal_normalizer.py
tests/test_triple_extraction_queue.py
tests/test_triple_queue_reclaim.py
tests/test_v11_dispatch_args.py
tests/test_v11_eval_tools.py
tests/test_v11_layer_separation.py
tests/test_v11_new_tools.py
tests/test_v11_perf_gate.py
tests/test_v14_contracts.py
tests/test_validator.py
tests/test_vector_search.py
tests/test_verbosity.py
tests/test_verifier.py
tests/test_verifier_calibration.py
tests/test_vision_provider.py
tests/test_wheel_contents.py
tests/test_windows_install_files.py
tests/test_windows_installer_runtime.py
tests/browser/test_team_ui.py
tests/fixtures/answerability_fixtures.json
tests/fixtures/calibration_validation.json
tests/fixtures/negative_retrieval_fixtures.json
tests/fixtures/nli_calibration_set.json
tests/smoke/check_dashboard.py
tests/smoke/compose-candidate.sh
tests/smoke/compose-check.yml
tests/smoke/install-docker-pull.sh
tests/smoke/install-sh-macos.sh
tests/smoke/installed_runtime.py
tests/smoke/native_linux_candidate.sh
tests/smoke/native_macos_candidate.sh
tests/smoke/prewarm_models.py
tests/smoke/team_cpu_profile.py
total_agent_memory/__init__.py
total_agent_memory/lookup.py
total_agent_memory/paths.py
total_agent_memory/remote.py
total_agent_memory/server.py
total_agent_memory/team.py
total_agent_memory.egg-info/PKG-INFO
total_agent_memory.egg-info/SOURCES.txt
total_agent_memory.egg-info/dependency_links.txt
total_agent_memory.egg-info/entry_points.txt
total_agent_memory.egg-info/requires.txt
total_agent_memory.egg-info/top_level.txt
vocabularies/canonical_topics.txt