Start Here
.smithers/ with pre-built workflows, shared components, prompt templates, and configuration. Run a seeded workflow:
- Quickstart — Build a custom workflow from scratch.
- Workflows Overview — Core principles and execution model.
Concepts
- Workflows Overview — What workflows are and how execution works.
- Reactivity — How the component model enables plans that evolve.
- Control Flow — Sequential, parallel, conditional, iterative.
- Workflow State — Data flow between tasks via the context API.
- Agents and Tools — AI agents and built-in tools.
- Suspend and Resume — Durability, crash recovery, resumability.
- Human-in-the-Loop — Approval gates and denial policies.
Runtime
All workflows share:- Durable execution and resumability
- Retries, timeouts, approval gates
- SQLite persistence
- Parallel execution and loops
- Structured events, metrics, observability
Next Steps
- JSX API — Component model and authoring layer.
- CLI Reference — Run, resume, inspect workflows.
- Implement-Review Loop — Recommended production pattern.