Expand description
Sub-session spawn scheduler.
Provides a background queue for spawning child sessions. Spawn is async (tool returns immediately), but the UI can observe child progress via events forwarded to the parent session stream.
Structs§
- Session
Inbox Runtime Binding - Runtime-scoped durable inbox resources used by external actor drivers.
- Spawn
Context - Spawn
Job - Spawn
Scheduler
Traits§
- Child
RunLaunch Hook - Optional application-layer preparation for a child run launched through the canonical scheduler.
- External
Child Runner - Trait for external child session runtimes (e.g. A2A, CLI adapters).