bus
Rust AI Agent SDK Event Bus Module for PraisonAI Agents. Provides a publish-subscribe event system for agent communication.Features
- Type-safe event publishing and subscription
- Async event handlers
- Multi-agent event isolation
- Event filtering and routing
Example
Import
Classes
Event
An event in the event bus.
EventBus
Event bus for publish-subscribe messaging.
EventType
Types of events that can be published.

