Skip to main content

Module error

Module error 

Source
Expand description

Error types for the Rustant agent core.

Uses thiserror for public API error types with structured error variants covering LLM, tool execution, memory, configuration, and safety domains.

Enums§

AgentError
Errors from the agent orchestrator.
BrowserError
Errors from the browser automation system.
ChannelError
Errors from the channel system.
ConfigError
Errors from the configuration system.
LlmError
Errors from LLM provider interactions.
MemoryError
Errors from the memory system.
NodeError
Errors from the node system.
RustantError
Top-level error type for the Rustant core library.
SafetyError
Errors from the safety guardian.
SchedulerError
Errors from the scheduler system.
ToolError
Errors from tool registration and execution.
VoiceError
Errors from the voice and audio system.
WorkflowError
Errors from the workflow engine.

Traits§

UserGuidance
Trait providing actionable recovery guidance for errors.

Type Aliases§

Result
A type alias for results using the top-level RustantError.