Enum SubagentStatus
- Namespace
- JD.AI.Core.Agents.Orchestration
- Assembly
- JD.AI.Core.dll
Status of a subagent for the live progress panel.
public enum SubagentStatus
Fields
Cancelled = 6Agent was cancelled.
Completed = 4Agent completed successfully.
ExecutingTool = 3Agent is executing a tool.
Failed = 5Agent failed.
Pending = 0Agent is queued but not yet started.
Started = 1Agent has started.
Thinking = 2Agent is generating reasoning/thinking.