Skip to main content
bunx smithers-orchestrator init
bunx smithers-orchestrator workflow run implement --prompt "Add rate limiting"
init scaffolds .smithers/ (workflows, prompts, components, agent config). The workflow run command launches one of the seeded workflows. Inspect the run:
bunx smithers-orchestrator ps
bunx smithers-orchestrator inspect <run-id>
bunx smithers-orchestrator logs <run-id> --tail 20
Resume after a crash:
bunx smithers-orchestrator up workflow.tsx --run-id <run-id> --resume true
For a full worked example see the Tour. For every CLI command see the CLI catalog.