Skip to main content
The Ruby Agent SDK is a minimal local runtime for Phaseo Gateway. Use it when you want:
  • a lightweight bounded tool loop
  • gateway-backed responses requests
  • app-owned control over persistence and orchestration

What it ships

  • PhaseoAgentSdk.create_agent(...)
  • PhaseoAgentSdk.define_tool(...)
  • PhaseoAgentSdk.create_gateway_agent_client(...)
  • a bounded tool loop over the Phaseo responses API

Next

Last modified on July 9, 2026