Skip to main content

Module service

Module service 

Source

StructsΒ§

ActiveTurnInput πŸ”’
PilotServiceImpl

EnumsΒ§

PilotStreamBody
SessionState

ConstantsΒ§

EVT_BATCH_RESULT
EVT_FINAL_TEXT
EVT_NODE_STATE
EVT_PLAN
EVT_STATUS
EVT_TASK_STATE
EVT_TEXT_CHUNK
MODULE_HEALTH_OK πŸ”’
MODULE_HEALTH_SCHEMA_VERSION πŸ”’
MODULE_HEALTH_TTL_MS πŸ”’
SEEN_TASK_IDS_PER_SESSION πŸ”’

FunctionsΒ§

build_executor_conn πŸ”’
Connect to Executor’s business-plan and out-of-band control RPCs. Capability discovery (what the LLM may call) remains Atlas-driven and does not expose the control RPC as an RTDL capability.
cancel_all_executor_plans πŸ”’
expected_turn_id πŸ”’
pack
pilot_health_report πŸ”’
strict_expected_turn πŸ”’
subscribe_turn_events πŸ”’
Give each SubmitTask caller its own view of the active supervisor stream. A caller is complete after one user-facing FinalText, while the underlying supervisor and its long-running RTDL trees may remain alive for later input.
task_context πŸ”’
task_is_abort_turn πŸ”’
task_is_steer πŸ”’

Type AliasesΒ§

Histories πŸ”’
LLM conversation history per session_id. Grows across turns; never expired (turns trim themselves at MAX_HISTORY in planner).
TaskStates πŸ”’