Requesty

Index of Agno examples routing agents through the Requesty gateway: basic runs, retries, structured output, and tool use.

ExampleDescription
Requesty BasicRun a minimal agent through the Requesty gateway with sync, streaming, and async calls.
RetryReview retry settings and why invalid model IDs cannot reliably exercise the retry path.
Requesty Structured OutputRequest JSON through Requesty and validate a MovieScript with Pydantic.
Tool UseStream a web-search agent through the Requesty gateway, sync and async.