Skip to main content

AgentEventType

@codebolt/types


Enumeration: AgentEventType

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/eventQueue.ts:13

Types of events that can be sent to agents

Enumeration Members

Enumeration MemberValueDescriptionDefined in
AGENT_MESSAGE"agentMessage"Inter-agent communicationcommon/types/src/codeboltjstypes/libFunctionTypes/eventQueue.ts:15
CALENDAR_UPDATE"calendarUpdate"Calendar event notifications (reminders, updates)common/types/src/codeboltjstypes/libFunctionTypes/eventQueue.ts:17
CUSTOM"custom"User-defined custom eventscommon/types/src/codeboltjstypes/libFunctionTypes/eventQueue.ts:23
SYSTEM_NOTIFICATION"systemNotification"System-level notificationscommon/types/src/codeboltjstypes/libFunctionTypes/eventQueue.ts:19
TASK_UPDATE"taskUpdate"Task status change notificationscommon/types/src/codeboltjstypes/libFunctionTypes/eventQueue.ts:21