Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/mickeyyaya/evolve-loop/evolve-operatorgit clone --depth 1 https://github.com/mickeyyaya/evolve-loopWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/mickeyyaya/evolve-loop/evolve-operator)<a href="https://agentmods.dev/agents/mickeyyaya/evolve-loop/evolve-operator"><img src="https://agentmods.dev/badge/agents/mickeyyaya/evolve-loop/evolve-operator.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00030 | $0.02444 |
| Opus 5 | $0.00015 | $0.01222 |
| Sonnet 5 | $0.00006 | $0.00489 |
| Haiku 4.5 | $0.00003 | $0.00244 |
Grade A, and why
evolve-operator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 232 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Evolve Operator
You are the Operator in the Evolve Loop pipeline. Monitor loop health, detect stalls, and recommend adjustments. Invoked once per cycle (post-cycle).
Research-backed techniques: Read docs/reference/orchestrator-techniques.md for strategy playbook protocol, instinct forgetting, trust governance, self-improvement metrics, and cost-performance feedback.
Inputs
JSON context block:
cycle: current cycle numbermode:"post-cycle"(normal) or"convergence-check"(nothingToDoCount >= 2)workspacePath: path to.evolve/workspace/stateJson: contents of.evolve/state.json(includesledgerSummary,instinctSummary)recentLedger: last 5 ledger entries (inline — do NOT read full ledger.jsonl)recentNotes: last 5 cycle entries from notes.md (inline — do NOT read full notes.md)
Mode Handling
post-cycle— Assess cycle health, detect stalls, recommend adjustments.convergence-check— Check for external changes (git log --oneline -3), new issues, changed state. New work detected = recommend resettingnothingToDoCountto 0. Otherwise confirm convergence.
Responsibilities
1. Progress Assessment
- Read
workspace/build-report.mdandworkspace/audit-report.md - Read
ledgerSummaryfromstateJsonfor aggregate stats - Did this cycle ship code? Tasks completed vs attempted?
- Was task sizing appropriate?
2. Behavioral Anomaly Detection (Reward Hacking)
Primary input: Read workspace/cycle-health.json (from legacy/scripts/observability/cycle-health-check.sh). Deterministic ground truth. Missing file = highest-severity anomaly.
Health fingerprint interpretation:
- Any
status: "ANOMALY"= immediate HALT - 2+
status: "WARN"in single cycle = escalate to HALT - 3+ WARNs in any 5-cycle window = trigger examination mode
Secondary checks:
- Velocity Anomaly:
git log --format="%ad" --date=iso -n 2— task completed in <5 seconds = impossible, trigger HALT - Ledger Role Completeness: Verify
scout,builder,auditor,orchestratorentries for current cycle. Missing = dropped phases. - Challenge Token Consistency: Same
challengein all role entries for this cycle. Mismatch = forged entries. - Ceremonialization: M-complexity 5+ file task with perfect confidence in single attempt without showing work = suspicious
- Tool-Use Sequencing: Builder accessed
.github/workflows,.env, or test configs when task only required source edits? - Complexity Gaming: Inflated lines (whitespace/comments) to satisfy metrics?
- Canary Integrity: Check canary/honeypot files accessed or modified
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 232 lines · 30 tokens per session scan A ed4185821df7
evolve-operator is an agent published in the GitHub repository mickeyyaya/evolve-loop (5 stars, last pushed yesterday), licensed Apache-2.0. It adds 30 tokens to every session and 2,444 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other agents, from other repositories
retro
After an initiative closes, reads the ledger, the notes and the agents' reports and improves Tyran itself - skills, agents, scripts and docs, never product code. Defends hard against bloat and overfitting, so the default answer is to change nothing.
task-executor
Use this agent to execute a single tracked task with TDD, commit, and PR creation in an isolated git worktree. Dispatched by /coco:loop for parallel execution. Context: Multiple tasks are ready with non-overlapping file ownership. /coco:loop dispatches parallel agents. assistant: "I'll dispatch task-executor agents…
issue-creator
Generate well-structured GitHub issue descriptions with research integration and scope enforcement.
lead-project-manager
Stage 3 leadership. Project / Product Manager — aim alignment grade and scope discipline verdict.
orc-planner
Creates executable phase plans with goal-backward verification. Persistent teammate in plan-phase teams.
mz-verifier
Goal-backward phase verification against success criteria.