Skip to main content

Module agent_tool

Module agent_tool 

Source
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§

AgentTool
Agent tool for agent lifecycle management.