Atomic resources

Use this index to find the right Atomic reference without reading the same material twice. Product explainers define concepts. Maintained documentation specifies current behavior. Source links expose the implementation. Selected field notes record the engineering context behind particular workflow designs.

Where should I start?

Start with the runtime explainer if Atomic is new to you. Use the TypeScript SDK guide when you are ready to author a workflow. Use the built-in workflow catalog to compare shipped control and review shapes. Use the hosted documentation for the complete current API.

Evergreen Atomic guides

Verification for coding agents

Provides a practical model for acceptance contracts, evidence, fresh-context review, gates, retries, checkpoints, and human escalation.

Workflow SDK for TypeScript

Provides current authoring syntax and verified examples for contracts, tasks, parallel branches, artifacts, human input, and composition.

Built-in workflow examples

Compares selected workflows built into Atomic, with detailed guides to implementation and design workflows plus six reusable control-flow patterns.

Maintained documentation

Atomic documentation

Complete hosted documentation for installation, configuration, agents, tools, extensions, and runtime behavior.

Workflow documentation

The source of truth for workflow discovery, authoring, primitives, contracts, run controls, composition, and built-ins.

Source, examples, and releases

Atomic on GitHub

The open-source repository, README, issue tracker, package source, and contribution history.

Atomic releases

Published versions and release notes. Check them when behavior may depend on the installed version.

Selected original field notes

These articles from the Alex Lavaee blog are historical, opinionated accounts, not API documentation. They provide design context and examples without replacing the maintained Atomic pages above.

Building a Loop Engine

A practical account of separating the agent’s inner reasoning loop from a typed, observable, and resumable outer workflow for production engineering work.

Atomic’s Ralph loop

Records the design history of an iterative planning, implementation, and review loop. Treat implementation details as time-bound and verify them against current documentation and source.

How this index is curated

This editorial index is an overview; it does not reproduce the full documentation. The complete technical documentation is the source of truth for workflow APIs and current runtime behavior. Use source for implementation evidence, releases for version changes, and field notes for historical reasoning.

Read the complete technical documentation Browse GitHub Install Atomic