Expand description
Session Lane Queue - a3s-lane backed command queue
Provides per-session command queues with lane-based priority scheduling, backed by a3s-lane directly (no intermediate wrapper).
§Features
- Per-session QueueManager with independent queue, metrics, DLQ
- Preserves Internal/External/Hybrid task handler modes
- Dead letter queue for failed commands
- Metrics collection and alerts
- Retry policies and rate limiting
Structs§
- Event
Bridge - Bridge that translates a3s-lane events to AgentEvent
- Session
Command Adapter - Adapter that wraps SessionCommand for a3s-lane execution
- Session
Lane Queue - Per-session command queue backed by a3s-lane with external task handling