LICENSE
MANIFEST.in
README.md
pyproject.toml
adapters/mcp/server.py
agent/__init__.py
agent/agent_state.py
agent/problem_solver.py
agent/solve_and_learn.py
api/cognition.py
api/memcoder_api.py
context/__init__.py
context/hierarchical_context_builder.py
llm/__init__.py
llm/optional_ollama.py
llm/rerank_llm.py
memcoder/__init__.py
memcoder/__main__.py
memcoder/cli.py
memcoder.egg-info/PKG-INFO
memcoder.egg-info/SOURCES.txt
memcoder.egg-info/dependency_links.txt
memcoder.egg-info/entry_points.txt
memcoder.egg-info/requires.txt
memcoder.egg-info/top_level.txt
memory/__init__.py
memory/auto_learn.py
memory/brief.py
memory/budget.py
memory/capture.py
memory/chroma_client.py
memory/chunk_corpus.py
memory/clear.py
memory/compressor.py
memory/confidence.py
memory/consolidate_and_replace.py
memory/consolidate_memory.py
memory/consolidator.py
memory/context_builder.py
memory/context_formatter.py
memory/conversation_capture.py
memory/conversation_learner.py
memory/corpus_reflection_llm.py
memory/corpus_reflection_postprocessor.py
memory/delete.py
memory/delete_memories.py
memory/duplicate.py
memory/embedder.py
memory/evaluation.py
memory/extract_domain.py
memory/extract_everything.py
memory/extractor.py
memory/find_duplicate_ids.py
memory/formatter.py
memory/hierarchical_search.py
memory/import_beta1_memories.py
memory/importance.py
memory/llm_extractor.py
memory/load_corpus.py
memory/load_raw.py
memory/markdown_import.py
memory/memory_budget.py
memory/memory_hash.py
memory/meta_skill_capture.py
memory/meta_skill_llm.py
memory/meta_skill_postprocessor.py
memory/mistake_capture.py
memory/mutate.py
memory/normalize.py
memory/parse_everything.py
memory/philosophy_llm.py
memory/plan_outcomes.py
memory/planner.py
memory/plans.py
memory/postprocessor.py
memory/principle_capture.py
memory/problem_builder.py
memory/qa.py
memory/quality.py
memory/record_outcome.py
memory/reflection.py
memory/reflection_capture.py
memory/reflection_llm.py
memory/reflection_postprocessor.py
memory/relevance.py
memory/reload_all.py
memory/save_domain.py
memory/scorer.py
memory/search.py
memory/share.py
memory/show_search.py
memory/show_trace.py
memory/show_why.py
memory/skill.py
memory/skill_capture.py
memory/skill_health.py
memory/skill_llm.py
memory/skill_postprocessor.py
memory/skills.py
memory/stats.py
memory/store.py
memory/trace_memory_builder.py
memory/transfer.py
memory/update.py