Skip to main content
Use the Phaseo 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 Phaseo 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 Phaseo Gateway.

TypeScript-first recipes

The current cookbook recipes are TypeScript-first:
Last modified on July 9, 2026