Use automated retries for transient API issues and stop conditions for unrecoverable errors to prevent execution loops.Documentation Index
Fetch the complete documentation index at: https://agno-v2-shaloo-ai-support-link.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Example | Description |
|---|---|
| Retry Tool Call | Implement automatic retries for flaky or rate-limited tool executions. |
| Retry Tool Call From Post Hook | Intercept errors and trigger retries using post-execution hooks to maintain workflow continuity. |
| Stop Agent Exception | Gracefully terminate execution when specific error conditions are met to prevent “hallucination loops.” |