Skip to main content

Module spawn

Module spawn 

Source
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§

SpawnContext
SpawnJob
SpawnScheduler

Traits§

ExternalChildRunner
Trait for external child session runtimes (e.g. A2A, CLI adapters).