Expand description
Event bus: inter-agent communication via tokio broadcast channels.
The event bus is the “pipe” of Oxios. All agents communicate through kernel events published on the bus.
Structs§
- Event
Bus - A broadcast-based event bus for kernel events.
Enums§
- Kernel
Event - Events that flow through the kernel event bus.
Functions§
- kernel_
event_ to_ audit_ action - Convert a KernelEvent to an AuditAction for the audit trail.