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
Languages
Python
phrony for Python 3.10+ — async gRPC client to run agents and bundles, stream sessions, and register workers.
TypeScript
@phrony/sdk for Node.js 18+ — install, connect, run agents and bundles, stream sessions, and register workers.