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§
- Execution
Result - Session completion data: terminal state + metrics.
- Session
- A Lua execution session with domain state tracking.
- Session
Registry - Manages active sessions. Replaces the raw SessionMap.
Enums§
- Feed
Result - Result of a session interaction (start or feed).
- Session
Error