Table of Contents

Enum AgentEventType

Namespace
JD.AI.Core.Agents.Orchestration
Assembly
JD.AI.Core.dll

Type of event emitted by a subagent during execution.

public enum AgentEventType

Fields

Cancelled = 7

Agent was cancelled.

Completed = 6

Agent completed execution.

Decision = 4

Agent made a decision.

Error = 5

Agent encountered a non-fatal error.

Finding = 3

Agent recorded a finding or observation.

Started = 0

Agent started executing.

Thinking = 1

Agent is thinking/reasoning.

ToolCall = 2

Agent invoked a tool.