Expand description
AgentTools - Core coordination tools for multi-agent collaboration.
Port of the TypeScript AgentTools from src/core/tools/agent-tools.ts
Provides coordination tools:
- listAgents - List agents in a workspace
- readAgentConversation - Read another agent’s conversation
- createAgent - Create ROUTA/CRAFTER/GATE agents
- delegate - Assign task to agent
- messageAgent - Inter-agent messaging
- reportToParent - Completion report to parent
- createTask - Create a new task
- getTask - Get task by ID
- listTasks - List tasks in workspace
- updateTaskStatus - Update task status
- subscribeToEvents - Subscribe to workspace events
- unsubscribeFromEvents - Unsubscribe
Structs§
- Agent
Tools - AgentTools provides coordination tools for multi-agent collaboration.
- Completion
Report - Completion report from a child agent.
- Tool
Result - Result of a tool operation.