Expand description
Agent tool — wraps AgentApi behind the AgentTool interface.
Provides agents with agent lifecycle and budget query capabilities. Actions: list, kill, budget.
§Example
{ "action": "list" }
{ "action": "kill", "id": "agent-uuid" }
{ "action": "budget", "id": "agent-uuid" }Structs§
- Agent
Tool - Agent tool for agent lifecycle management.