Expand description
paigasus-helikon-runtime-tokio — the default ephemeral Tokio runner.
TokioRunner implements paigasus_helikon_core::Runner by consuming
the agent’s paigasus_helikon_core::AgentEvent stream and adding
run-level control (cancellation, timeout, aggregation) at the boundary. It
does not own the loop driver — the agent does (see ADR-13).
Re-exports§
pub use retry::RetryPolicy;pub use retry::RetryingModel;
Modules§
- retry
- Opt-in retry for transient model errors: a pure-data
RetryPolicyand aRetryingModeldecorator that retriesModel::invokewith backoff.
Structs§
- Tokio
Runner - The default ephemeral execution backend. Stateless.