Modules§
Structs§
- Noop
Orchestrator - No-op implementation for when orchestrator is disabled.
- Server
Orchestrator - Server-mode orchestrator: the agent hosts a WebSocket server and communicates via broadcast (outbound) and mpsc (inbound) channels.
Traits§
- Orchestrator
Connection - Trait for bidirectional orchestrator communication.
Functions§
- create_
orchestrator - Factory function to create the right orchestrator transport.
- create_
orchestrator_ async - Async factory for transports that need initialization (like WebSocket).