Table of Contents

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 = 6

Agent was cancelled.

Completed = 4

Agent completed successfully.

ExecutingTool = 3

Agent is executing a tool.

Failed = 5

Agent failed.

Pending = 0

Agent is queued but not yet started.

Started = 1

Agent has started.

Thinking = 2

Agent is generating reasoning/thinking.