Merge branch 'main' into fix-this-bug-https-github-com-rivet-dev-sandbox-ag

This commit is contained in:
Nathan Flurry 2026-02-02 21:12:33 -08:00 committed by GitHub
commit 357fbaea5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 53 additions and 70 deletions

View file

@ -62,7 +62,7 @@ await client.createSession("demo-session", {
await client.postMessage("demo-session", { message: "Hello" });
```
List agents and pick a compatible one:
List agents and inspect feature coverage (available on `capabilities`):
```ts
const agents = await client.listAgents();
@ -153,7 +153,7 @@ Parameters:
## Types
The SDK exports OpenAPI-derived types for events, items, and capabilities:
The SDK exports OpenAPI-derived types for events, items, and feature coverage:
```ts
import type { UniversalEvent, UniversalItem, AgentCapabilities } from "sandbox-agent";