LICENSE
NOTICE
README.md
pyproject.toml
pseudolife_mcp.egg-info/PKG-INFO
pseudolife_mcp.egg-info/SOURCES.txt
pseudolife_mcp.egg-info/dependency_links.txt
pseudolife_mcp.egg-info/entry_points.txt
pseudolife_mcp.egg-info/requires.txt
pseudolife_mcp.egg-info/top_level.txt
pseudolife_memory/__init__.py
pseudolife_memory/briefing_cli.py
pseudolife_memory/cli.py
pseudolife_memory/daemon.py
pseudolife_memory/episode_cli.py
pseudolife_memory/graph.py
pseudolife_memory/mcp_server.py
pseudolife_memory/service.py
pseudolife_memory/session_title.py
pseudolife_memory/shim.py
pseudolife_memory/toolset_tiers.py
pseudolife_memory/writer_context.py
pseudolife_memory/memory/__init__.py
pseudolife_memory/memory/abstain.py
pseudolife_memory/memory/bm25.py
pseudolife_memory/memory/briefing.py
pseudolife_memory/memory/cms.py
pseudolife_memory/memory/compaction.py
pseudolife_memory/memory/consolidation.py
pseudolife_memory/memory/context_builder.py
pseudolife_memory/memory/contradiction.py
pseudolife_memory/memory/contrastive.py
pseudolife_memory/memory/cortex.py
pseudolife_memory/memory/document_parser.py
pseudolife_memory/memory/dream.py
pseudolife_memory/memory/embedding.py
pseudolife_memory/memory/episodes.py
pseudolife_memory/memory/freshness.py
pseudolife_memory/memory/graph_consolidation.py
pseudolife_memory/memory/graph_insight.py
pseudolife_memory/memory/graph_review.py
pseudolife_memory/memory/graph_store.py
pseudolife_memory/memory/hlc.py
pseudolife_memory/memory/lessons.py
pseudolife_memory/memory/meta_filter.py
pseudolife_memory/memory/nli.py
pseudolife_memory/memory/recall.py
pseudolife_memory/memory/reference_bank.py
pseudolife_memory/memory/relation_quality.py
pseudolife_memory/memory/reranker.py
pseudolife_memory/memory/slots.py
pseudolife_memory/memory/titans_memory.py
pseudolife_memory/memory/world_cortex.py
pseudolife_memory/memory/miras/__init__.py
pseudolife_memory/memory/miras/band.py
pseudolife_memory/memory/miras/presets.py
pseudolife_memory/memory/miras/protocols.py
pseudolife_memory/memory/miras/retention.py
pseudolife_memory/storage/__init__.py
pseudolife_memory/storage/migrate.py
pseudolife_memory/storage/postgres.py
pseudolife_memory/storage/schema.py
pseudolife_memory/storage/sync.py
pseudolife_memory/utils/__init__.py
pseudolife_memory/utils/atomic_io.py
pseudolife_memory/utils/chunking.py
pseudolife_memory/utils/config.py
pseudolife_memory/web/__init__.py
pseudolife_memory/web/api.py
pseudolife_memory/web/config_io.py
pseudolife_memory/web/devserver.py
pseudolife_memory/web/fixtures.py
pseudolife_memory/web/routes.py
pseudolife_memory/web/static/index.html
pseudolife_memory/web/static/css/styles.css
pseudolife_memory/web/static/fonts/display-400.woff2
pseudolife_memory/web/static/fonts/display-600.woff2
pseudolife_memory/web/static/fonts/display-900.woff2
pseudolife_memory/web/static/fonts/mono-400.woff2
pseudolife_memory/web/static/fonts/mono-600.woff2
pseudolife_memory/web/static/fonts/sans-400.woff2
pseudolife_memory/web/static/fonts/sans-500.woff2
pseudolife_memory/web/static/fonts/sans-700.woff2
pseudolife_memory/web/static/js/api.js
pseudolife_memory/web/static/js/app.js
pseudolife_memory/web/static/js/atlas_review.js
pseudolife_memory/web/static/js/charts.js
pseudolife_memory/web/static/js/components.js
pseudolife_memory/web/static/js/consolidation.js
pseudolife_memory/web/static/js/galaxy.js
pseudolife_memory/web/static/js/graphview.js
pseudolife_memory/web/static/js/ui.js
pseudolife_memory/web/static/js/util.js
pseudolife_memory/web/static/js/views/console.js
pseudolife_memory/web/static/js/views/cortex.js
pseudolife_memory/web/static/js/views/episodes.js
pseudolife_memory/web/static/js/views/graph.js
pseudolife_memory/web/static/js/views/insight.js
pseudolife_memory/web/static/js/views/lessons.js
pseudolife_memory/web/static/js/views/observatory.js
pseudolife_memory/web/static/js/views/recall.js
pseudolife_memory/web/static/js/views/stream.js
pseudolife_memory/web/static/js/views/wiki_page.js
pseudolife_memory/web/static/js/views/world.js
pseudolife_memory/web/static/vendor/README.md
pseudolife_memory/web/static/vendor/galaxy.bundle.js
tests/test_abstain.py
tests/test_access_count_semantics.py
tests/test_atomic_weights.py
tests/test_backfill_edge_confidence.py
tests/test_band_cosine.py
tests/test_bm25.py
tests/test_briefing.py
tests/test_cms_legacy_load.py
tests/test_compaction.py
tests/test_connection_loss_recovery.py
tests/test_consolidation.py
tests/test_cortex.py
tests/test_cortex_alias.py
tests/test_cortex_contenders.py
tests/test_cortex_dedup.py
tests/test_cortex_promotion.py
tests/test_cortex_service.py
tests/test_daemon_http.py
tests/test_deep_dream.py
tests/test_dismissed_pairs.py
tests/test_distill_datagen_arm1.py
tests/test_distill_sonnet.py
tests/test_document_parser.py
tests/test_dream.py
tests/test_edge_proposals.py
tests/test_embedding_backend.py
tests/test_embedding_cache.py
tests/test_entity_proposals.py
tests/test_entity_provenance.py
tests/test_episode_cli.py
tests/test_episode_consolidation.py
tests/test_episode_service.py
tests/test_episodes.py
tests/test_extraction_consolidation.py
tests/test_extractor_fallback.py
tests/test_fixture_contract.py
tests/test_freshness.py
tests/test_graph.py
tests/test_graph_consolidation.py
tests/test_graph_insight.py
tests/test_graph_review.py
tests/test_graph_store.py
tests/test_graph_write_gating.py
tests/test_hlc.py
tests/test_lessons.py
tests/test_lessons_service.py
tests/test_lessons_storage.py
tests/test_mcp_defaults_overlay.py
tests/test_mcp_server.py
tests/test_memcot_bench.py
tests/test_migration.py
tests/test_ops_backup_mirror.py
tests/test_ops_prune_rollbacks.py
tests/test_pg_storage.py
tests/test_pgvector_compat.py
tests/test_phase0_config.py
tests/test_phase0_dev_slots.py
tests/test_phase0_meta_filter.py
tests/test_phase0_recency.py
tests/test_recall.py
tests/test_reference_bank.py
tests/test_relation_bench.py
tests/test_relation_quality.py
tests/test_release_ux.py
tests/test_reranker.py
tests/test_reranker_margin_gate.py
tests/test_restore_from_pt.py
tests/test_retention_bench.py
tests/test_retention_boost.py
tests/test_retrieval_golden.py
tests/test_schema_v12.py
tests/test_schema_v13.py
tests/test_schema_v16.py
tests/test_schema_v22.py
tests/test_schema_v6.py
tests/test_service.py
tests/test_session_title.py
tests/test_shim.py
tests/test_slot_persistence.py
tests/test_slot_query_index.py
tests/test_sonnet_shim_health.py
tests/test_tag_filters.py
tests/test_temporal_stamp.py
tests/test_tool_consolidation.py
tests/test_toolset_tiers.py
tests/test_web.py
tests/test_wiki_page.py
tests/test_world_cortex.py
tests/test_write_through.py
tests/test_writer_context.py
tests/test_writer_keying.py