Phrony SDKs wrap the runtime gRPC API so you can run agents and bundles, stream interactive sessions, and register tool workers from your application code. The contract matches the runtime service — unary RPCs for lifecycle and catalog operations, plus bidirectional streams for Work (tool workers) and RunSessionInteractive (streaming sessions).
Available SDKs
TypeScript (@phrony/sdk) is the reference client for Node.js 18+. Additional language SDKs may follow the same surface: a high-level Phrony facade with PhronyAgent and PhronyBundle handles, a RuntimeClient for full RPC access, and a Worker helper for tool bindings.
Languages
TypeScript
@phrony/sdk for Node.js 18+ — install, connect, run agents and bundles, stream sessions, and register workers.