Skip to main content

Module session_channel

Module session_channel 

Source

Structs§

InteractiveConfig
Per-agent interactive configuration (loaded from YAML).
InteractiveSession
A persistent interactive session record linking a goal to channel state.
SessionMessage
A logged message in a session (for audit and replay).

Enums§

HumanInput
Input from a human to the session.
InteractiveSessionState
Session lifecycle states.
OutputStream
Output stream identifier (stdout vs stderr).
SessionChannelError
Errors from session channel operations.
SessionEvent
Events emitted from TA/agent to the human.

Traits§

SessionChannel
A bidirectional channel between a human and a TA-mediated agent session.