Skip to main content

Module setup

Module setup 

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

BackgroundTasks
Background tasks spawned during boot. Aborts on drop.
ContinueInfo
Info about how a continued session was resolved.
EngineBoot
Result of the boot sequence — everything a renderer needs to start.
EngineOpts
Options for engine boot.

Functions§

boot
Run the full engine boot sequence: config → system prompt → skills → MCP → session → sockets → extensions