Expand description
Engine setup — boot sequence shared by TUI and headless modes.
Extracts the initialization logic that was previously inlined in chatui/mod.rs so both renderers can use the same boot path.
Structs§
- Background
Tasks - Background tasks spawned during boot. Aborts on drop.
- Continue
Info - Info about how a continued session was resolved.
- Engine
Boot - Result of the boot sequence — everything a renderer needs to start.
- Engine
Opts - Options for engine boot.
Functions§
- boot
- Run the full engine boot sequence: config → system prompt → skills → MCP → session → sockets → extensions