Skip to main content

Module session

Module session 

Source
Expand description

Session-based Lua execution with pause/resume on alc.llm() calls.

Runtime layer: ties Domain (ExecutionState) and Metrics (ExecutionMetrics) together with channel-based Lua pause/resume machinery.

Structs§

ExecutionResult
Session completion data: terminal state + metrics.
Session
A Lua execution session with domain state tracking.
SessionRegistry
Manages active sessions. Replaces the raw SessionMap.

Enums§

FeedResult
Result of a session interaction (start or feed).
SessionError