Skip to main content

Module error

Module error 

Source
Expand description

Unified error types for the application.

Each subsystem defines specific error variants that compose into the top-level Error enum. Tool errors and API errors are recoverable within the agent loop; other errors propagate to the caller.

Enums§

ConfigError
Configuration errors.
Error
Top-level error type.
LlmError
LLM API errors.
PermissionError
Permission system errors.
ToolError
Tool execution errors.

Type Aliases§

Result
Convenience alias.