data/tools/agent_tool library
Classes
- AgentDefinition
- Agent definition — describes a type of sub-agent that can be spawned.
- AgentProgress
- Progress update from a running agent.
- AgentResult
- Result of a sub-agent execution.
- AgentTool
- AgentTool — spawns sub-agents for complex tasks.
- BuiltInAgents
- Built-in agent definitions.
Typedefs
- OnAgentProgress = void Function(AgentProgress progress)
- Callback for agent progress updates.