Skip to content

Commit 92aed19

Browse files
ThomasK33claude
andauthored
docs: format root README packages as a table (#9)
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>
1 parent 0c162b9 commit 92aed19

1 file changed

Lines changed: 5 additions & 26 deletions

File tree

README.md

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,11 @@ agents inside Coder workspaces, and drive Coder Agents from AI SDK code.
1313
Each package is published to npm independently and ships its own README with full
1414
install instructions, usage, and API docs.
1515

16-
### [`@coder/ai-sdk-sandbox`](./packages/sandbox)
17-
18-
[![npm](https://img.shields.io/npm/v/@coder/ai-sdk-sandbox.svg)](https://www.npmjs.com/package/@coder/ai-sdk-sandbox)
19-
20-
A **sandbox provider** for the Vercel AI SDK v7 `HarnessAgent`. It runs CLI coding
21-
agents — Claude Code, Codex — inside a **Coder workspace** instead of on the local
22-
machine, so each agent gets a real, isolated dev environment with your tools,
23-
secrets, and network.
24-
25-
### [`@coder/ai-sdk-agent`](./packages/agent)
26-
27-
[![npm](https://img.shields.io/npm/v/@coder/ai-sdk-agent.svg)](https://www.npmjs.com/package/@coder/ai-sdk-agent)
28-
29-
A Vercel AI SDK–compliant **`Agent`** (AI SDK v6) backed by **Coder Agents**,
30-
Coder's server-side agent runtime. `new CoderAgent()` returns a real `Agent`
31-
`generate()`, `stream()`, tool calls, the whole interface.
32-
33-
### [`@coder/ai-sdk-provider`](./packages/provider)
34-
35-
[![npm](https://img.shields.io/npm/v/@coder/ai-sdk-provider.svg)](https://www.npmjs.com/package/@coder/ai-sdk-provider)
36-
37-
A **Vercel AI SDK provider** that routes `generateText` / `streamText` calls
38-
through your Coder deployment's
39-
[AI Gateway](https://coder.com/docs/ai-coder/ai-gateway). Point it at your
40-
deployment with a Coder API token and use any model it proxies — no raw provider
41-
keys, with per-user auth and audit.
16+
| Package | Version | What it does |
17+
| ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
18+
| [`@coder/ai-sdk-sandbox`](./packages/sandbox) | [![npm](https://img.shields.io/npm/v/@coder/ai-sdk-sandbox.svg)](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) | [![npm](https://img.shields.io/npm/v/@coder/ai-sdk-agent.svg)](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) | [![npm](https://img.shields.io/npm/v/@coder/ai-sdk-provider.svg)](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. |
4221

4322
## Contributing
4423

0 commit comments

Comments
 (0)