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§
- Config
Error - Configuration errors.
- Error
- Top-level error type.
- LlmError
- LLM API errors.
- Permission
Error - Permission system errors.
- Tool
Error - Tool execution errors.
Type Aliases§
- Result
- Convenience alias.