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 = 7Agent was cancelled.
Completed = 6Agent completed execution.
Decision = 4Agent made a decision.
Error = 5Agent encountered a non-fatal error.
Finding = 3Agent recorded a finding or observation.
Started = 0Agent started executing.
Thinking = 1Agent is thinking/reasoning.
ToolCall = 2Agent invoked a tool.