CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
UPDATING.md
pyproject.toml
setup.py
assets/mnemosyne.jpg
docs/README.md
docs/api-reference.md
docs/architecture.md
docs/audit-report-2026-05-11.md
docs/audit-report-2026-05-13.md
docs/audit-workflow.md
docs/beam-benchmark.md
docs/benchmark-results-analysis.md
docs/benchmarking.md
docs/changelog.md
docs/comparison.md
docs/compression-plugin.md
docs/configuration.md
docs/getting-started.md
docs/hermes-integration.md
docs/hermes-llm-integration.md
docs/llm-installation-guide.md
docs/experiments/2026-05-12-beam-recovery-arms-abc.md
docs/integrations/README.md
docs/integrations/claude-code-mcp.md
docs/integrations/codex-mcp.md
docs/integrations/cursor-mcp.md
docs/integrations/hermes-mcp.md
docs/integrations/integration-template.md
docs/integrations/openclaw.md
docs/integrations/openwebui-deep.md
docs/integrations/openwebui-tool.md
docs/integrations/windsurf-mcp.md
hermes_memory_provider/__init__.py
hermes_memory_provider/audit.py
hermes_memory_provider/cli.py
hermes_memory_provider/hermes_llm_adapter.py
hermes_plugin/__init__.py
hermes_plugin/tools.py
mnemosyne/__init__.py
mnemosyne/cli.py
mnemosyne/diagnose.py
mnemosyne/install.py
mnemosyne/mcp_server.py
mnemosyne/mcp_tools.py
mnemosyne/core/__init__.py
mnemosyne/core/aaak.py
mnemosyne/core/annotations.py
mnemosyne/core/banks.py
mnemosyne/core/beam.py
mnemosyne/core/binary_vectors.py
mnemosyne/core/chat_normalize.py
mnemosyne/core/content_sanitizer.py
mnemosyne/core/cost_log.py
mnemosyne/core/embeddings.py
mnemosyne/core/entities.py
mnemosyne/core/episodic_graph.py
mnemosyne/core/extraction.py
mnemosyne/core/llm_backends.py
mnemosyne/core/local_llm.py
mnemosyne/core/memory.py
mnemosyne/core/mmr.py
mnemosyne/core/orchestrator.py
mnemosyne/core/patterns.py
mnemosyne/core/plugins.py
mnemosyne/core/polyphonic_recall.py
mnemosyne/core/query_cache.py
mnemosyne/core/query_intent.py
mnemosyne/core/recall_diagnostics.py
mnemosyne/core/shmr.py
mnemosyne/core/streaming.py
mnemosyne/core/synonyms.py
mnemosyne/core/temporal_parser.py
mnemosyne/core/token_counter.py
mnemosyne/core/triples.py
mnemosyne/core/typed_memory.py
mnemosyne/core/veracity_consolidation.py
mnemosyne/core/weibull.py
mnemosyne/core/importers/__init__.py
mnemosyne/core/importers/agentic.py
mnemosyne/core/importers/base.py
mnemosyne/core/importers/cognee.py
mnemosyne/core/importers/hindsight.py
mnemosyne/core/importers/honcho.py
mnemosyne/core/importers/letta.py
mnemosyne/core/importers/mem0.py
mnemosyne/core/importers/supermemory.py
mnemosyne/core/importers/zep.py
mnemosyne/dr/__init__.py
mnemosyne/dr/recovery.py
mnemosyne/extraction/__init__.py
mnemosyne/extraction/client.py
mnemosyne/extraction/diagnostics.py
mnemosyne/extraction/prompts.py
mnemosyne/integrations/__init__.py
mnemosyne/integrations/auto_save_openwebui.py
mnemosyne/integrations/memory_browser.py
mnemosyne/integrations/openclaw.py
mnemosyne/integrations/openwebui_tool.py
mnemosyne/migrations/__init__.py
mnemosyne/migrations/e6_triplestore_split.py
mnemosyne_memory.egg-info/PKG-INFO
mnemosyne_memory.egg-info/SOURCES.txt
mnemosyne_memory.egg-info/dependency_links.txt
mnemosyne_memory.egg-info/entry_points.txt
mnemosyne_memory.egg-info/requires.txt
mnemosyne_memory.egg-info/top_level.txt
tests/test_ab_toggles.py
tests/test_annotations.py
tests/test_beam.py
tests/test_beam_db_path_string_coercion.py
tests/test_beam_e3_additive_sleep.py
tests/test_beam_e4_remember_batch_veracity.py
tests/test_beam_e5_polyphonic_recall.py
tests/test_beam_e6_auto_migrate.py
tests/test_benchmark_preflight.py
tests/test_benchmark_pure_recall_gate.py
tests/test_c13_memory_context_single_injection.py
tests/test_c13b_extraction_diagnostics.py
tests/test_c25_deltasync_allowlist.py
tests/test_c27_provider_init_error_visible.py
tests/test_c28_import_all_content_aware.py
tests/test_c4_recall_diagnostics.py
tests/test_cli_errors.py
tests/test_cli_operation_failures.py
tests/test_cli_stats.py
tests/test_cli_usage_errors.py
tests/test_configurable_scoring.py
tests/test_consolidate_fact_concurrency.py
tests/test_consolidate_fact_id_collision.py
tests/test_consolidate_fact_sibling_races.py
tests/test_content_sanitizer.py
tests/test_data_dir_scripts.py
tests/test_degrade_vector.py
tests/test_e1_benchmark_adapter_additive.py
tests/test_e2_remember_batch_enrichment.py
tests/test_e3a3_cross_tier_dedup.py
tests/test_e5a_vector_voice_dense_rewire.py
tests/test_e6a_followup_gaps.py
tests/test_embeddings_multilingual.py
tests/test_entities.py
tests/test_entity_integration.py
tests/test_extract_parity.py
tests/test_extraction.py
tests/test_extraction_integration.py
tests/test_gap_e_g_analysis.py
tests/test_graph_tools.py
tests/test_hermes_hindsight_cli.py
tests/test_hermes_llm_adapter.py
tests/test_hermes_memory_provider.py
tests/test_hermes_memory_provider_audit.py
tests/test_hermes_memory_provider_diagnose_active_db.py
tests/test_hermes_memory_provider_shared_crud.py
tests/test_hermes_memory_provider_shared_multi_agent.py
tests/test_hermes_memory_provider_thread_isolation.py
tests/test_hermes_memory_provider_unified_recall.py
tests/test_hermes_memory_provider_validation.py
tests/test_hermes_plugin_session.py
tests/test_hermes_plugin_tools.py
tests/test_identity_memory.py
tests/test_integration.py
tests/test_llm_backends.py
tests/test_local_llm.py
tests/test_mcp_server.py
tests/test_memory_banks.py
tests/test_migrate_triplestore_split.py
tests/test_mnemosyne_stats.py
tests/test_multi_agent_identity.py
tests/test_optional_embeddings.py
tests/test_orphan_vec_episodes_cleanup.py
tests/test_outer_package_version.py
tests/test_patterns.py
tests/test_plugins.py
tests/test_pre_experiment_fidelity.py
tests/test_prefetch_content_truncation.py
tests/test_proactive_linking.py
tests/test_provider_all_15_tools.py
tests/test_query_cache_synonyms.py
tests/test_recall_precision_regressions.py
tests/test_s1_mcp_sse_auth.py
tests/test_streaming.py
tests/test_t1_local_llm_default_disabled.py
tests/test_telemetry_and_env_followups.py
tests/test_temporal_parser.py
tests/test_temporal_recall.py
tests/test_triples_data_dir.py
tests/test_voice_attribution_and_beam_opt.py
tests/test_weibull_mmr_intent.py
tools/beam_phase3_test.py
tools/bench_100k_fast.py
tools/bench_100k_gemma.py
tools/bench_audit_log.py
tools/bench_nai0.py
tools/bench_nai1.py
tools/bench_nai2.py
tools/bench_rerank.py
tools/bench_unified_recall.py
tools/bench_validation.py
tools/diag_fact_precision.py
tools/diagnostic_tr.py
tools/evaluate_beam_end_to_end.py
tools/generate_beam_charts.py
tools/generate_sota_report.py