Skip to main content
The MAP (Multiplayer Agent Protocol) event bus enables loose coupling between agents, flows, and external systems. Events flow through the Context Hub.

Publishing Events

Event Types

Subscribing (Flows)

Flows subscribe to events via pattern matching in .tenet/flows/self-driving.yaml:

Querying Events

Event-Driven Architecture

Events enable the self-driving pipeline without tight coupling:
No component knows about the others. They communicate through events.