Memory loop harness MVP#11
Merged
Merged
Conversation
Deepen 21 docs across 7 agent systems (Hermes, OpenClaw, Codex, Letta, ALMA, Agno, Claude Code) from ~1.9k to ~4.8k lines. Each system now carries a source-code map with verified file:line citations, end-to-end flow traces, real prompt/schema literals, capacity-constant lookup tables, and explicit failure-mode catalogs. Findings worth noting: - Codex max_rollouts_per_startup default is 2 (codex-rs/config/src/types.rs:45), not 16 as previously documented. - Hermes evolvable sections, Letta tool schemas, OpenClaw plugin hooks are now grounded to specific files in the local source snapshots. - Claude Code docs remain strictly bound to public documentation per the methodology boundary. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Docs: self-evolution harness architecture
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Part of #10.
This PR implements the first memory-loop harness MVP as a concrete child slice of the v0.2.0-beta self-evolution harness proposal.
Changes
harness/memory-loop/.env.sh,GUIDE.md, and minimalMEMORY.md.memory_getandmemory_set.mnemon-dreamingsubagent guidance for working-memory consolidation.Issue Binding
Validation
bash -nfor setup and hook scripts.python3 -m py_compilefor the Claude Code settings updater.git diff --checkwhitespace checks.