Skip to main content

AgentSocketEvents

@codebolt/client-sdk


Interface: AgentSocketEvents

Defined in: CodeBolt/packages/clientsdk/src/types/socket-events.ts:10

Agent socket events

Properties

PropertyTypeDefined in
agent:error(data: { agentId: string; error: string; instanceId: string; }) => voidCodeBolt/packages/clientsdk/src/types/socket-events.ts:14
agent:output(data: { agentId: string; instanceId: string; output: unknown; }) => voidCodeBolt/packages/clientsdk/src/types/socket-events.ts:13
agent:started(data: { agentId: string; instanceId: string; threadId: string; }) => voidCodeBolt/packages/clientsdk/src/types/socket-events.ts:11
agent:status-changed(data: { agentId: string; status: string; }) => voidCodeBolt/packages/clientsdk/src/types/socket-events.ts:15
agent:stopped(data: { agentId: string; instanceId: string; reason?: string; }) => voidCodeBolt/packages/clientsdk/src/types/socket-events.ts:12