Skip to content

v0.2.0 — Rebyte Agent SDK on npm

Choose a tag to compare

@zeroxaa zeroxaa released this 15 Sep 00:05
· 11 commits to main since this release

Install the Rebyte Agents API SDK directly from npm. The SDK connects to Rebyte by default and reads REBYTE_API_KEY; users no longer need to clone this repository or configure a production base URL.

pnpm add @rebyteai/agent-sdk@0.2.0
import Rebyte, { rebyteSandbox } from '@rebyteai/agent-sdk'
const client = new Rebyte()

The five public packages are @rebyteai/agent-sdk, @rebyteai/agent-server, @rebyteai/agent-react, @rebyteai/agent-ui, and @rebyteai/cli, all version 0.2.0. AppKit components and the CLI are optional.

The SDK is a maintained source fork of the OpenAI TypeScript API client exposing client.beta.agents, pinned to upstream v7.15.0. It is distinct from the @openai/agents local orchestration library. Rebyte Sandbox helpers retain compatible wire values and support Rebyte GitHub Skills. Server capability limits still apply.

Validation passed: workspace typechecks/build, SDK and CLI smoke checks, fresh npm installation of all five packages, SDK ESM/CommonJS imports, AppKit exports/CSS/server adapter, installed CLI execution, and a real local API chat flow creating and deleting its own Agent and Session. Earlier runtime verification covered client functions, environment tools, Artifacts, and session isolation.

Attached archives are the exact files published to npm, with SHA-256 checksums. GitHub CI build/typechecks/tests passed. The bootstrap publication happened locally with npm 2FA; subsequent releases have GitHub OIDC trusted publishers configured.