Exceptions
AgentError
Bases: Exception
Base exception for agent-related errors
Source code in Docs2KG/agents/exceptions.py
1 2 3 4 |
|
ConfigurationError
Bases: AgentError
Raised when there's an error in agent configuration
Source code in Docs2KG/agents/exceptions.py
13 14 15 16 |
|
InvalidAgentType
Bases: AgentError
Raised when an invalid agent type is specified
Source code in Docs2KG/agents/exceptions.py
7 8 9 10 |
|