Skip to main content

AgentEventType

@codebolt/codeboltjs


Enumeration: AgentEventType

Defined in: common/types/dist/codeboltjstypes/libFunctionTypes/eventQueue.d.ts:8

Types of events that can be sent to agents

Enumeration Members

Enumeration MemberValueDescriptionDefined in
AGENT_MESSAGE"agentMessage"Inter-agent communicationcommon/types/dist/codeboltjstypes/libFunctionTypes/eventQueue.d.ts:10
CALENDAR_UPDATE"calendarUpdate"Calendar event notifications (reminders, updates)common/types/dist/codeboltjstypes/libFunctionTypes/eventQueue.d.ts:12
CUSTOM"custom"User-defined custom eventscommon/types/dist/codeboltjstypes/libFunctionTypes/eventQueue.d.ts:18
SYSTEM_NOTIFICATION"systemNotification"System-level notificationscommon/types/dist/codeboltjstypes/libFunctionTypes/eventQueue.d.ts:14
TASK_UPDATE"taskUpdate"Task status change notificationscommon/types/dist/codeboltjstypes/libFunctionTypes/eventQueue.d.ts:16