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ยง
- Agent
Error - All error conditions surfaced by the agent runtime.
- Provider
Error - Structured failure categories for provider (HTTP / API / stream) errors.