Evolve Agent v0.3: evaluation-driven evolution - #1
Draft
DCLXAI wants to merge 3 commits into
Draft
Conversation
DCLXAI
force-pushed
the
agent/evolve-agent-kernel
branch
2 times, most recently
from
August 11, 2026 08:38
026ca65 to
860117f
Compare
github-actions
Bot
force-pushed
the
agent/evolve-agent-kernel
branch
from
August 11, 2026 08:39
860117f to
b0c9181
Compare
DCLXAI
force-pushed
the
agent/evolve-agent-kernel
branch
from
August 11, 2026 08:42
b0c9181 to
c143eb5
Compare
github-actions
Bot
force-pushed
the
agent/evolve-agent-kernel
branch
from
August 11, 2026 11:03
f8f5539 to
53ae006
Compare
DCLXAI
force-pushed
the
agent/evolve-agent-kernel
branch
from
August 11, 2026 11:06
53ae006 to
c143eb5
Compare
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
Adds Evolve Agent v0.1 → v0.3 as an isolated TypeScript package under
evolve-agent/, without changing the existing AGENTR application runtime.The project uses GPT-5.6 Sol through the OpenAI Responses API and targets a narrower architectural axis than OpenClaw or Hermes Agent: verifiable execution plus measured, signed, reversible adaptation.
This remains a Draft PR. It does not claim ecosystem, integration, adoption, reliability-history, or production-maturity parity with OpenClaw or Hermes.
v0.1 — Evidence-gated kernel
v0.2 — Hardened execution
repository@sha256:<digest>image allowlist and--pull nevernetwork=noneby default; unsafe built-in network modes rejectedcap-drop ALL, andno-new-privilegesv0.3 — Evaluation-Driven Evolution
v0.3 replaces manually entered Skill scores with a real baseline-versus-candidate evaluation pipeline.
A Skill can no longer be promoted because it appears plausible, worked once, or was evaluated on the same Episodes that created it. It must pass independent replay fixtures, survive non-intervening shadow canaries, and remain within a signed production envelope after promotion.
Replay fixtures and leakage control
Paired baseline-versus-candidate execution
Measured promotion gates
The evaluation engine measures:
Default offline gates require:
Failed offline or canary evaluation moves the Skill to
quarantined.Signed evaluation authority
0600SkillStorere-verifies signed reports itself, preventing callers from bypassing gates through the library APIShadow canary and automatic rollback
CLI additions
The existing hardened-execution and Skill lifecycle commands remain available.
Validation
The reviewed source snapshot passed three transport-integrity layers before the clean commit was created:
f5b12ba25b320ae4c1c797865bb6b64bdd6acc1773cfa071908833144df80e4187423bcd1b4bc0c324cb9372a607f23122e55a5a9c06306cc1745883cf95b767Package checks:
npm run typecheck— passednpm test— 38/38 passednpm run build— passednpm pack --dry-run— passeddoctorfail-closed path — passedGitHub Actions:
evolve-agent-cion Node.js 22 — passedevolve-agent-cion Node.js 24 — passedThe 38-test suite covers v0.1/v0.2 invariants plus fixture capture and tamper detection, supporting-Episode leakage exclusion, paired trace replay, trace mismatch rejection, evaluation metrics and bootstrap gates, new-failure rejection, Ed25519 signing and tamper rejection, direct-store promotion authority, shadow non-intervention, production regression rollback, runtime active-Skill attribution, optional fixture capture, and frozen training provenance.
Important limitations
Next defensible milestones
Scope and repository safety
evolve-agent/0.3.0