LaufwerkLaufwerk
Learn Laufwerk

Learn Laufwerk

A chapter-by-chapter guide to agents, code, human decisions and durable workflows.

Agents do the work, code defines the process, and people make the decisions. This guide develops the README's chapters into small lessons you can read in order or open when you need a particular concept.

Each chapter explains one part of the system, shows a concrete example and links to the detailed API contract. The final chapter combines the ideas in a complete research-and-draft workflow with human review and one permitted revision.

Choose your route

The chapters

Understand the system

Build the process

Keep work reliable

Evaluate and connect

Put it together

How to use the examples

These lessons target 0.0.1-alpha.13. Complete workflow files include their imports and registration. Helpers say where to call them; tests say where to save and run them. TypeScript and TSX examples are checked against the exact published packages, including relative imports between files on the same page.

Examples with agents require provider access and may use native tools. Pure workflows and tests are identified so you can learn without making model calls. Proposed dataset and benchmark APIs are distinguished from the ordinary code you can run today. See current status for verification limits.

Start: the system at a glance →

On this page