Use the AI Stats Agent SDKs when your application needs more than one-shot generation:Documentation Index
Fetch the complete documentation index at: https://docs.ai-stats.phaseo.app/llms.txt
Use this file to discover all available pages before exploring further.
- 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
responsesAPI