Expand description
AppServerSession actor — bridges SQ→Agent→EQ (ADR-005 L2 seam).
The session actor owns an Agent and runs a message loop:
- Receives
SessionOpon the bounded SQ (cap=512) - Drives agent turns via
Agent::run_streaming - Emits
SessionEventon the unbounded EQ
Structs§
- AppServer
Session - Session actor that owns an
Agentand processes commands from the SQ.