Expand description
SubTask and SubAgent definitions
A SubTask is a unit of work that can be executed in parallel. A SubAgent is a dynamically instantiated agent for executing a subtask.
Structs§
- SubAgent
- A sub-agent executing a subtask
- SubTask
- A sub-task that can be executed by a sub-agent
- SubTask
Context - Context passed to a subtask
- SubTask
Result - Result of a subtask execution
- Tool
Call Record - Record of a tool call
Enums§
- SubAgent
Status - Status of a sub-agent
- SubTask
Status - Status of a subtask