Expand description
Error handling module for the LLMGraph library.
Provides custom error types for better error handling and debugging.
Enums§
- Agent
Error - Errors related to agent execution
- ApiError
- Errors related to API calls
- Graph
Error - Errors related to graph structure
- LLMGraph
Error - Main error type for the LLMGraph library
- Node
Error - Errors related to node operations
- Tool
Error - Errors related to tool operations
Type Aliases§
- LLMGraph
Result - Result type alias for LLMGraph operations