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
SuspensionResponsevalues intoToolCallDecisioncommands. - event
- Runtime event stream types.
- input