Skip to main content

Module error

Module error 

Source
Expand description

Errors raised while hosting a run.

Everything an agent can fail with funnels through Error. The run driver turns whatever escapes Agent::run into a RUN_ERROR event, so an error is never a panic and never a silently truncated stream.

Structs§

VerificationError
One event rejected by the ordering verifier.

Enums§

Error
Everything that can go wrong while hosting an AG-UI run.
Rule
The ordering rule an event broke.

Type Aliases§

Result
Result alias used throughout this crate.