Module io

Module io 

Source
Expand description

Runtime input/output contracts and command DTOs.

Re-exports§

pub use decision::ResumeDecisionAction;
pub use decision::ToolCallDecision;
pub use decision_translation::suspension_response_to_decision;
pub use event::AgentEvent;
pub use event::AgentEvent as RuntimeOutput;
pub use input::RunRequest;
pub use input::RuntimeInput;

Modules§

decision
decision_translation
Shared decision-translation helpers for converting SuspensionResponse values into ToolCallDecision commands.
event
Runtime event stream types.
input