kopern_run_autoresearch
Optimize an AI agent's system prompt by iteratively mutating, re-grading, and keeping improvements to increase performance score against a grading suite.
Instructions
Run AutoTune optimization on an agent. Iteratively mutates the system prompt, re-grades, and keeps improvements. Returns the optimized score. Uses YOUR API keys. Can take several minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The agent ID or name | |
| suite_id | Yes | The grading suite ID to optimize against | |
| target_score | No | Stop when this score is reached (0-1). Optional | |
| max_iterations | No | Max optimization iterations (1-20). Default: 5 | |
| max_token_budget | No | Max total tokens to spend. Optional |