Skip to main content

Module event

Module event 

Source
Expand description

Event type definitions for structured cuenv events.

This module defines the core event types that flow through the cuenv event system. Events are categorized by domain (Task, CI, Command, etc.) and include rich metadata.

Structs§

CuenvEvent
A structured cuenv event with full metadata.
EventSource
Source information for an event.

Enums§

CiEvent
CI pipeline events.
CommandEvent
Command lifecycle events.
EventCategory
Event categories organized by domain.
InteractiveEvent
User interaction events.
OutputEvent
Generic output events for migration and compatibility.
Stream
Output stream identifier.
SystemEvent
System/supervisor events.
TaskEvent
Task execution lifecycle events.