cookbook/sdk/agent-workbench
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

Agent Workbench

A local web app for driving an OpenClaw agent run from a compact control room.

It demonstrates:

  • Gateway connection settings,
  • prompt and model controls,
  • normalized event streaming,
  • cancellation,
  • final result display,
  • session reuse.

Getting Started

pnpm install
pnpm dev

Open the Vite URL and run the demo. The cookbook shim makes the app work during local CI; once @openclaw/sdk is published, the same UI can point at a real Gateway.