LICENSE
README.md
pyproject.toml
claude_total_memory/__init__.py
claude_total_memory/lookup.py
claude_total_memory/server.py
src/__init__.py
src/active_context.py
src/analogy.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/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/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/contradiction_detector.py
src/ai_layer/coref_resolver.py
src/ai_layer/enrichment_jobs.py
src/ai_layer/enrichment_worker.py
src/ai_layer/iterative_retriever.py
src/ai_layer/keyword_extractor.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/memory_core/__init__.py
src/memory_core/answer_router.py
src/memory_core/cache.py
src/memory_core/calibration.py
src/memory_core/chunker.py
src/memory_core/classifier.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/graph_links.py
src/memory_core/health.py
src/memory_core/idk_router.py
src/memory_core/negative_retrieval.py
src/memory_core/storage.py
src/memory_core/telemetry.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/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
tests/test_activation.py
tests/test_active_context.py
tests/test_analogy.py
tests/test_answer_router.py
tests/test_answerability.py
tests/test_ast_ingest.py
tests/test_autofilter.py
tests/test_backfill_orphan_edges.py
tests/test_backfill_v6.py
tests/test_binary_search_edge_cases.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_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_coref_resolver.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_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_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_extract_triples_v2.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_finetune_embedding.py
tests/test_fusion.py
tests/test_graph.py
tests/test_has_llm_provider_aware.py
tests/test_hooks_user_prompt_submit.py
tests/test_idk_router.py
tests/test_importance_levels.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_iterative_retriever.py
tests/test_llm_provider.py
tests/test_llm_runtime_config.py
tests/test_lookup_cli.py
tests/test_memory_get.py
tests/test_memory_nudge_hook.py
tests/test_merge_duplicate_nodes.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_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_recall_filters.py
tests/test_recall_modes.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_run_drain.py
tests/test_self_model.py
tests/test_session_continuity.py
tests/test_session_end_auto_compress.py
tests/test_signals.py
tests/test_skills.py
tests/test_task_classifier.py
tests/test_task_phases.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_eval_tools.py
tests/test_v11_layer_separation.py
tests/test_v11_new_tools.py
tests/test_v11_perf_gate.py
tests/test_validator.py
tests/test_verbosity.py
tests/test_verifier.py
tests/test_verifier_calibration.py
tests/test_windows_install_files.py
total_agent_memory/__init__.py
total_agent_memory/lookup.py
total_agent_memory/paths.py
total_agent_memory/server.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