.smithers/prompts/; the seeded TypeScript skeleton picks it up automatically, no build step or TypeScript needed. See MDX Workflow Authoring.
Advanced authoring: TypeScript SDK. For branching, schemas, parallel fan-out, or loops, write the workflow as a JSX tree that Smithers renders and drives execution from:
- order matters across multiple AI or compute steps
- you need crash recovery
- humans must approve or answer questions mid-run
- different tasks need different models, tools, or policies
- operators need the Gateway API to launch, stream, and approve runs programmatically
Read next
- MDX Workflow Authoring to change agent behavior without writing TypeScript.
- Tour for a code-review example (TypeScript SDK).
- How It Works for the execution model.
- Why React? for the JSX runtime’s rationale.