LICENSE
README.md
pyproject.toml
scm/__init__.py
scm/runtime.py
scm_memory.egg-info/PKG-INFO
scm_memory.egg-info/SOURCES.txt
scm_memory.egg-info/dependency_links.txt
scm_memory.egg-info/entry_points.txt
scm_memory.egg-info/requires.txt
scm_memory.egg-info/top_level.txt
src/__init__.py
src/api/__init__.py
src/api/chat.py
src/api/main.py
src/api/memory.py
src/api/observability.py
src/chat/__init__.py
src/chat/cli.py
src/chat/engine.py
src/chat/memory_retriever.py
src/cli/__init__.py
src/cli/main.py
src/consciousness/__init__.py
src/consciousness/self_model.py
src/core/__init__.py
src/core/association_binder.py
src/core/attention_gate.py
src/core/config.py
src/core/cross_session_pool.py
src/core/database.py
src/core/encoder.py
src/core/event_compiler.py
src/core/linguistic_resources.py
src/core/long_term_memory.py
src/core/memory_scoring.py
src/core/models.py
src/core/prediction_error.py
src/core/profiles.py
src/core/sqlite_db.py
src/core/time_utils.py
src/core/value_tagger.py
src/core/working_memory.py
src/core/locales/__init__.py
src/integrations/__init__.py
src/integrations/langchain_adapter.py
src/integrations/mcp_server.py
src/integrations/memories_api.py
src/integrations/tools.py
src/lifecycle/__init__.py
src/lifecycle/curiosity.py
src/lifecycle/idle_learner.py
src/lifecycle/lifecycle_policy.py
src/lifecycle/state_store.py
src/lifecycle/wake_summary.py
src/llm/__init__.py
src/multi_agent/__init__.py
src/multi_agent/protocol.py
src/multi_agent/sync.py
src/retrieval/__init__.py
src/retrieval/hypothesis_ranker.py
src/retrieval/spreading_activation.py
src/sleep/__init__.py
src/sleep/api.py
src/sleep/deep_sleep.py
src/sleep/forgetting.py
src/sleep/forgetting_dynamics.py
src/sleep/micro_sleep.py
src/sleep/nrem.py
src/sleep/paraphrase.py
src/sleep/rem.py
src/sleep/schema_extractor.py
src/sleep/sleep_cycle.py
src/sleep/trigger.py
tests/test_association_binder.py
tests/test_attention_gate.py
tests/test_baseline_comparison.py
tests/test_brutal.py
tests/test_brutal_e2e.py
tests/test_brutal_real_llm.py
tests/test_chat_integration.py
tests/test_consciousness.py
tests/test_contradiction_versioning.py
tests/test_crazy_brutal.py
tests/test_cross_session_pool.py
tests/test_curiosity.py
tests/test_deep_sleep.py
tests/test_encoder.py
tests/test_event_compiler.py
tests/test_forgetting_dynamics.py
tests/test_human_memory_behavior.py
tests/test_hypothesis_ranker.py
tests/test_idle_learner.py
tests/test_idle_learner_api_integration.py
tests/test_lifecycle_policy.py
tests/test_linguistic_resources.py
tests/test_long_horizon_benchmark.py
tests/test_memory_pipeline.py
tests/test_micro_sleep.py
tests/test_multi_agent.py
tests/test_phase2_brutal.py
tests/test_phase2_pipeline.py
tests/test_phase3_pipeline.py
tests/test_prediction_error.py
tests/test_product_demo_api.py
tests/test_product_runtime_api.py
tests/test_schema_extractor.py
tests/test_scm_sdk.py
tests/test_sleep.py
tests/test_spreading_activation.py
tests/test_value_tagger.py
tests/test_wake_summary.py
tests/test_wake_summary_e2e.py
tests/test_working_memory.py