The Atomic repo ships small complete user apps underDocumentation Index
Fetch the complete documentation index at: https://bastani.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
examples/. Each example has claude-worker.ts, copilot-worker.ts, and opencode-worker.ts — small Commander entrypoints that call runWorkflow({ workflow, inputs }).
| Example | What it demonstrates |
|---|---|
hello-world | Minimal single-session workflow with structured inputs. |
sequential-describe-summarize | Two stages passing data via s.save() → s.transcript(handle). |
parallel-hello-world | Promise.all() fan-out and transcript merge. |
headless-test | Visible seed → 3 parallel headless stages → visible merge. |
hil-favorite-color | Human-in-the-loop prompt mid-workflow. |
structured-output-demo | Per-SDK structured output (JSON-schema validation, Zod). |
review-fix-loop | Draft → loop (review → fix) with bounded iterations and early exit. |
multi-workflow | Two Claude workflows under one cli.ts via listWorkflows(registry). |
commander-embed | Mount an Atomic workflow under a parent Commander CLI. |
pane-navigation | Driver CLI for the SDK pane-navigation primitives. |
README.md with the run command and explanation.
Run an example
<agent> with claude, copilot, or opencode, and pass any inputs the workflow declares.