/improve-agent. Your coding agent derives probes from the agent’s instructions, judges responses, and edits until they pass. Autonomous./extend-agent. You drive this one: add a tool, refine a prompt, or fix a bug.
/improve-agent edits agents/<slug>.py. /extend-agent can also update registration, quick prompts, and dependencies when the requested change requires them. The local container reloads code edits before the next probe.
Improve: autonomous probe-and-judge
Open your coding agent in theagent-platform directory and run:
INSTRUCTIONS and typically derives 8-12 probes across four categories: golden path, edge cases, tool selection, and adversarial. For each probe, it calls the live container, reads tool calls from the logs, and judges PASS or FAIL against what the instructions promise. For every failure, it changes one lever: instructions, tools, context provider, model, or num_history_runs. It re-runs failed probes and spot-checks previously passing probes for regressions.