cookbook/sdk
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
..
agent-workbench chore: update TypeScript tooling 2026-05-04 01:54:17 +01:00
coding-agent-cli chore: update TypeScript tooling 2026-05-04 01:54:17 +01:00
quickstart chore: update TypeScript tooling 2026-05-04 01:54:17 +01:00
run-board 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

SDK Examples

Standalone examples follow the same ladder as the public SDK adoption path:

  1. quickstart for the smallest complete run.
  2. coding-agent-cli for a practical terminal workflow.
  3. agent-workbench for a product-style chat/run surface.
  4. run-board for an operator dashboard.

Each example has its own package.json and can be copied out of the cookbook. During cookbook CI, examples depend on the local @openclaw/sdk shim workspace package. After the SDK is published, replace workspace:* with the published version range.