ExecutionType enum
Represents different types of agent invocations
Fields
| Agent2Agent | Agent-to-agent invocation (e.g., one agent calling another) |
| EventToAgent | Event-driven agent invocation (e.g., scheduled, webhook, message queue) |
| HumanToAgent | Direct human-to-agent invocation (e.g., through UI, API call) |
| Unknown | Unknown or unspecified invocation type |