Lane Queue
Ordinary sessions are queue-free. Lane queues are optional advanced infrastructure for applications that need external or hybrid dispatch. They are separate from task, parallel_task, and automatic subagent delegation.
When To Use It
Use a queue when you need:
- external workers to complete selected tasks
- hybrid routing between local and remote executors
- queue metrics, dead letters, or dispatch observability
- multi-machine work distribution
Configure A Session
Lane names are control, query, execute, and generate.
External Completion
Keep queue use explicit. Do not introduce it for normal local agent sessions.