evolution_manage
Manage AI-suggested improvement proposals for agents. List, analyze, approve, apply, or reject evolution proposals to implement AI-driven optimizations.
Instructions
Manage evolution proposals (AI-suggested improvements). Actions: list (status filter), analyze (proposal_id — detailed analysis), approve (proposal_id), apply (proposal_id — execute the improvement), reject (proposal_id, reason).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: list, analyze, approve, apply, reject | |
| agent_id | Yes | Filter by agent ID (required) | |
| status | No | Filter by status: pending, approved, applied, rejected | |
| limit | No | Max results (default 10, max 50) | |
| proposal_id | Yes | The evolution proposal UUID to approve | |
| reason | No | Optional reason for rejection |