Skip to main content

Module service

Module service 

Source

Structs§

PilotServiceImpl

Enums§

PilotStreamBody
SessionState

Constants§

EVT_BATCH_RESULT
EVT_FINAL_TEXT
EVT_PLAN
EVT_STATUS
EVT_TEXT_CHUNK

Functions§

build_executor_conn 🔒
Connect to executor’s Execute RPC. Capability discovery (what’s available for the LLM to call) is done directly against atlas, not through executor.
pack
task_is_abort_turn 🔒

Type Aliases§

Histories 🔒
LLM conversation history per session_id. Grows across turns; never expired (turns trim themselves at MAX_HISTORY in planner).