agentscope.exception¶
The exception module in agentscope.
- exception AgentOrientedExceptionBase[源代码]¶
基类:
Exception
The base class for all agent-oriented exceptions. These exceptions are expect to the captured and exposed to the agent during runtime, so that agents can handle the error appropriately during the runtime.
- exception ToolInterruptedError[源代码]¶
-
Exception raised when a tool calling was interrupted by the user.