README.md
pyproject.toml
memla.egg-info/PKG-INFO
memla.egg-info/SOURCES.txt
memla.egg-info/dependency_links.txt
memla.egg-info/entry_points.txt
memla.egg-info/requires.txt
memla.egg-info/top_level.txt
memory_system/__init__.py
memory_system/cli.py
memory_system/main.py
memory_system/ollama_client.py
memory_system/sync.py
memory_system/adapters/__init__.py
memory_system/adapters/ewc.py
memory_system/adapters/gradient_pass.py
memory_system/adapters/lora_manager.py
memory_system/adapters/merge.py
memory_system/distillation/__init__.py
memory_system/distillation/abstract_c2a_benchmark.py
memory_system/distillation/acquisition_pack_builder.py
memory_system/distillation/batch_runner.py
memory_system/distillation/coding_compile_loop.py
memory_system/distillation/coding_log.py
memory_system/distillation/coding_proxy.py
memory_system/distillation/comparison_runner.py
memory_system/distillation/compile_loop_benchmark.py
memory_system/distillation/constraint_graph.py
memory_system/distillation/demo_runner.py
memory_system/distillation/diligence_packet_builder.py
memory_system/distillation/eval_harness.py
memory_system/distillation/exporter.py
memory_system/distillation/git_history_cases.py
memory_system/distillation/hypothesis_benchmark.py
memory_system/distillation/math_c2a_benchmark.py
memory_system/distillation/patch_execution_benchmark.py
memory_system/distillation/pitch_pack_builder.py
memory_system/distillation/seed_runner.py
memory_system/distillation/thesis_pack_builder.py
memory_system/distillation/transfer_eval.py
memory_system/distillation/workflow_planner.py
memory_system/distillation/workspace_capture.py
memory_system/memory/__init__.py
memory_system/memory/chunk_manager.py
memory_system/memory/consolidator.py
memory_system/memory/episode_log.py
memory_system/memory/lazy_import.py
memory_system/memory/llm_extractor.py
memory_system/middleware/__init__.py
memory_system/middleware/context_builder.py
memory_system/middleware/quality.py
memory_system/middleware/ttt_layer.py
memory_system/projection/__init__.py
memory_system/projection/gradient_filter.py
memory_system/reasoning/__init__.py
memory_system/reasoning/trajectory.py
tests/test_ollama_client.py
tests/test_step13_coding_compile_loop.py
tests/test_step14_compile_loop_benchmark.py
tests/test_step15_patch_execution_benchmark.py
tests/test_step16_math_c2a_benchmark.py
tests/test_step17_memla_cli.py