Requesty
Index of Agno examples routing agents through the Requesty gateway: basic runs, retries, structured output, and tool use.
| Example | Description |
|---|---|
| Requesty Basic | Run a minimal agent through the Requesty gateway with sync, streaming, and async calls. |
| Retry | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| Requesty Structured Output | Request JSON through Requesty and validate a MovieScript with Pydantic. |
| Tool Use | Stream a web-search agent through the Requesty gateway, sync and async. |