Routes
Routes are the event processing pipelines. They connect events to processing logic.
What is a Route?
Routes connect events to processing logic. They create pipelines where data flows through operations.
Basic Example
Routes are built using a fluent API, where operations can be chained together:
Core Operations
Key Features
- Declarative Processing: Define what happens when events occur
- Pipeline Chaining: Link operations to transform and route data
- Interrupt Handling: Gracefully handle conversation interruptions
- Multi-Agent Coordination: Route events between different agents
Routes enable event processing patterns and agent coordination. See Agent Patterns for pipeline examples.