improve-agentderives probes from the agent’s instructions, judges responses, and makes focused edits.extend-agenttakes a change you specify, such as adding a tool, refining a prompt, or fixing 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: probe, judge, and edit
Open your coding agent in theagent-platform directory and ask it to run:
- Reads the target agent’s
INSTRUCTIONSand typically derives 8-12 probes across golden path, edge cases, tool selection, and adversarial behavior. - Runs each probe against the live container, reads tool calls from the logs, and judges the response against what the instructions promise.
- Changes one part of the agent for each failure: instructions, tools, context provider, model, or
num_history_runs. - Re-runs failed probes and spot-checks passing probes for regressions.