What this app shows: how a workflow is composed from capabilities, not hardwired as a fixed pipeline.
Start with: Workflow: French AI Report. It is the clearest first example.
Workflow: a combination of capabilities chosen for the current goal.
Capability: a reusable execution unit that the runtime can discover, validate, and invoke.
What to do:
- Pick a workflow from the header.
- Click Play workflow.
- Watch the Execution narrative and Execution graph stay aligned on the same step.
What to look for:
- WASM MCP exposes available capabilities.
- Planner AI proposes or ranks capabilities when needed.
- UMA runtime validates what is allowed.
- The selected capability executes and changes the state.
Why it matters: the app helps a first-time reader see how UMA chooses a workflow from capabilities under runtime control.