Skip to main content

UnifiedAgentEventType

@codebolt/agent


Type Alias: UnifiedAgentEventType

type UnifiedAgentEventType =
| "message_processed"
| "step_started"
| "step_completed"
| "tool_call_detected"
| "tool_execution_started"
| "tool_execution_completed"
| "response_generated"
| "conversation_summarized"
| "agent_completed"
| "agent_error"
| "iteration_started"
| "iteration_completed";

Defined in: packages/agent/src/unified/types/types.ts:247

Main unified agent interface