Use the AI Stats Agent SDKs when your application needs more than one-shot generation:
- multi-step tool loops
- local runtime tools
- gateway-backed model turns
- resumable application-owned run state
- consistent request routing across the same languages as the core client SDKs
Supported languages
The current Agent SDK language set matches the primary client SDK set exposed in AI Stats quickstart:
Common model
Each Agent SDK keeps the same minimal mental model:
- define one agent
- define zero or more local tools
- create a gateway-backed model client
- run a bounded loop over the
responses API
The TypeScript package is still the most feature-complete today and remains the current public launch focus for local tool-driven loops on AI Stats Gateway.
TypeScript-first recipes
The current cookbook recipes are TypeScript-first:
Last modified on May 19, 2026