Module error

Module error 

Source
Expand description

Error types for the agent runtime.

Structs§

ConfigError
A build-time configuration error: one or more problems found while validating user-supplied configuration (a Flow, a PhaseMachine, a ComputedRegistry, …).

Enums§

AgentError
Errors that can occur during agent execution.
ToolError
Errors that can occur during tool execution.

Type Aliases§

AgentResult
Convenience alias for fallible agent-runtime operations.