dragon.ai.agent.utils.errors.AgentLoopError
- exception AgentLoopError[source]
Bases:
AgentErrorThe agentic tool-calling loop failed.
Covers: - LLM produced unparseable / truncated JSON for a tool_request - Max tool-call iterations exceeded
Bases: AgentError
The agentic tool-calling loop failed.
Covers: - LLM produced unparseable / truncated JSON for a tool_request - Max tool-call iterations exceeded