You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the per-package heading + badge + prose list with a single
Package / Version / What it does table. The root README is an index —
each package ships its own README — so a scannable directory reads better.
Change-Id: I71ee7e657e992d59a5daaaef9395878109f4a66d
Signed-off-by: Thomas Kosiewski <tk@coder.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|[`@coder/ai-sdk-sandbox`](./packages/sandbox)|[](https://www.npmjs.com/package/@coder/ai-sdk-sandbox)| A **sandbox provider** for the Vercel AI SDK v7 `HarnessAgent`. Runs CLI coding agents — Claude Code, Codex — inside a **Coder workspace** instead of on the local machine, so each agent gets a real, isolated dev environment with your tools, secrets, and network. |
19
+
|[`@coder/ai-sdk-agent`](./packages/agent)|[](https://www.npmjs.com/package/@coder/ai-sdk-agent)| A Vercel AI SDK–compliant **`Agent`** (AI SDK v6) backed by **Coder Agents**, Coder's server-side agent runtime. `new CoderAgent()` returns a real `Agent` — `generate()`, `stream()`, tool calls, the whole interface. |
20
+
|[`@coder/ai-sdk-provider`](./packages/provider)|[](https://www.npmjs.com/package/@coder/ai-sdk-provider)| A **Vercel AI SDK provider** that routes `generateText` / `streamText` calls through your Coder deployment's [AI Gateway](https://coder.com/docs/ai-coder/ai-gateway). Point it at your deployment with a Coder API token and use any model it proxies — no raw provider keys, with per-user auth and audit. |
0 commit comments