cookbook/sdk/run-board
Peter Steinberger 66a698207f
Some checks failed
Check / Cookbook and examples (push) Has been cancelled
chore: update TypeScript tooling
2026-05-04 01:54:17 +01:00
..
src style: polish cookbook web examples 2026-04-30 01:03:02 +01:00
index.html style: polish cookbook web examples 2026-04-30 01:03:02 +01:00
package.json chore: update TypeScript tooling 2026-05-04 01:54:17 +01:00
README.md feat: add standalone sdk examples 2026-04-30 01:03:02 +01:00
tsconfig.json feat: add standalone sdk examples 2026-04-30 01:03:02 +01:00
vite.config.ts feat: add standalone sdk examples 2026-04-30 01:03:02 +01:00

Run Board

A dashboard-style example for tracking agent runs by state, model, session, and recent activity.

It demonstrates how a product can turn SDK events and results into an operator view rather than a chat transcript.

Getting Started

pnpm install
pnpm dev

The cookbook shim seeds sample runs during CI. With the published SDK, replace the sample loader with Gateway-backed run/session/task queries.