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-workflow.md
docs/beam-benchmark.md
docs/changelog.md
docs/comparison.md
docs/configuration.md
docs/getting-started.md
docs/hermes-integration.md
docs/hermes-llm-integration.md
docs/llm-installation-guide.md
hermes_memory_provider/__init__.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/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/patterns.py
mnemosyne/core/plugins.py
mnemosyne/core/polyphonic_recall.py
mnemosyne/core/recall_diagnostics.py
mnemosyne/core/shmr.py
mnemosyne/core/streaming.py
mnemosyne/core/token_counter.py
mnemosyne/core/triples.py
mnemosyne/core/typed_memory.py
mnemosyne/core/veracity_consolidation.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/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_annotations.py
tests/test_beam.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_c13b_extraction_diagnostics.py
tests/test_c25_deltasync_allowlist.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_data_dir_scripts.py
tests/test_degrade_vector.py
tests/test_e1_benchmark_adapter_additive.py
tests/test_e6a_followup_gaps.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_hermes_hindsight_cli.py
tests/test_hermes_llm_adapter.py
tests/test_hermes_memory_provider.py
tests/test_hermes_plugin_session.py
tests/test_hermes_plugin_tools.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_outer_package_version.py
tests/test_patterns.py
tests/test_plugins.py
tests/test_streaming.py
tests/test_temporal_recall.py
tests/test_triples_data_dir.py
tools/beam_phase3_test.py
tools/bench_nai0.py
tools/bench_nai1.py
tools/bench_nai2.py
tools/bench_rerank.py
tools/diag_fact_precision.py
tools/evaluate_beam_end_to_end.py
tools/generate_beam_charts.py
tools/generate_sota_report.py