Browser demo
Try ECP (Execution Control Protocol) in the browser with the Graph Editor — a reference app that runs Fluent workflows with on-device or local models. Live demo: https://demo.executioncontrolprotocol.io/ Source and local setup: github.com/executioncontrolprotocol/browser-demoTry the hosted demo
- Open the live demo in Chrome (recommended).
- Complete the first-run provider modal.
- Chat with the assistant and use the panels for Fluent, JSON, run, and validation.
accepts / returns). They are projections of that schema, not dummy steps. See Fluent API.
Chat can also drive a discover-then-finish loop: when the assistant offers a probe, confirm to inspect live structure, pick options in follow-up messages, then complete and run the workflow.
Ollama with ecp up
For local models and the coding (Fluent/TS) path:
ecp up starts a loopback bridge and opens the hosted demo with pairing query params. Hosted HTTPS pages need Chromium (Chrome/Edge) for Private Network Access to the loopback bridge.
Run from source
Clone browser-demo, then:http://localhost:5173). No core monorepo clone or .env is required for the default Chrome AI path. For linking unpublished packages (pnpm run link:ecp, pnpm run dev:linked), see the browser-demo README.