Skip to content

docs: add state-driven local-app example#202

Open
0xMudit wants to merge 1 commit into
danielgwilson:mainfrom
0xMudit:docs/state-driven-local-app-example
Open

docs: add state-driven local-app example#202
0xMudit wants to merge 1 commit into
danielgwilson:mainfrom
0xMudit:docs/state-driven-local-app-example

Conversation

@0xMudit

@0xMudit 0xMudit commented Jun 23, 2026

Copy link
Copy Markdown

Summary

  • Adds a packaged examples/state-driven-local-app runnable example for the state-driven local-app library route.
  • Shows a custom CuaExecutor, non-vision CuaProvider, parseLabConfig, runLab, and verifyRun end to end.
  • Includes the example in the npm package files and adds a release-readiness test so future releases keep shipping it.

Closes #153

Test Plan

  • pnpm vitest run tests/release.test.ts --testNamePattern "state-driven local-app"
  • pnpm build && npx tsx examples/state-driven-local-app/run-state-driven-local-app.ts
  • pnpm check
  • pnpm public-surface:scan
  • npm pack --dry-run --json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ship one runnable end-to-end example for the state-driven local-app library route (the complete reference is the unpublished test)

1 participant