Skip to main content

Module subtask

Module subtask 

Source
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
SubTaskContext
Context passed to a subtask
SubTaskResult
Result of a subtask execution
ToolCallRecord
Record of a tool call

Enums§

SubAgentStatus
Status of a sub-agent
SubTaskStatus
Status of a subtask