agent_advanced
Manage agent configuration history, rollback changes, monitor runtime state, synchronize skills and tools, and submit feedback for FleetQ agents.
Instructions
Advanced agent operations. Actions: config_history (agent_id), rollback (agent_id, version), runtime_state (agent_id), skill_sync (agent_id, skill_ids), tool_sync (agent_id, tool_ids), feedback_submit (agent_id, rating, comment), feedback_list (agent_id), feedback_stats (agent_id).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: config_history, rollback, runtime_state, skill_sync, tool_sync, feedback_submit, feedback_list, feedback_stats | |
| agent_id | Yes | The agent UUID | |
| limit | No | Max revisions to return (default 20, max 50) | |
| revision_id | Yes | The revision UUID to roll back to (restores the before_config of that revision) | |
| skill_ids | Yes | Array of skill UUIDs to attach/detach/sync | |
| mode | No | Operation mode: sync (replace all), attach (add), detach (remove). Default: sync | |
| tool_ids | Yes | Array of tool UUIDs to attach/detach/sync | |
| execution_id | Yes | The AgentExecution UUID to rate | |
| score | Yes | 1 = positive, -1 = negative, 0 = neutral | |
| comment | No | Optional comment explaining the rating | |
| correction | No | Optional correct output (for negative feedback) | |
| label | No | Optional failure category label | |
| days | No | Lookback period in days (default 30) |