Skip to main content

Module error

Module error 

Source
Expand description

Error types shared across runtime, tools, and providers. Unified error type for the crate.

All public APIs surface failures through AgentError. Each variant identifies a distinct failure class so callers can pattern-match instead of parsing error strings.

Enumsยง

AgentError
All error conditions surfaced by the agent runtime.
ProviderError
Structured failure categories for provider (HTTP / API / stream) errors.