Skip to content

Tutorial Tracks

Retriever tutorials are organized as a learning path, not a dump of examples. Run the first lane end-to-end, then branch into the track that matches what you are building.

Recommended first hour

  1. pixi run demo-webcam-detection — see a real timed graph.
  2. pixi run demo-basic-flow — learn the smallest API.
  3. pixi run demo-rt-execution — run through the runtime path.
  4. pixi run demo-stepper — debug the same model in-process.
  5. pixi run demo-webcam-record — record and replay an observed run.

Tracks

How To Choose

If you want to... Start with
Learn the programming model from scratch Track A: Flow Fundamentals
Run the same graph on a backend Track B: IR and Execution
Debug a failing robot run Track C: Debug and Replay
Build feedback/stateful behavior Track D: Closed Loop State
Handle multi-rate data handoff Track E: Resource and Sync
Abstract over a policy/model backend Track F: Policy Backends
Publish reusable components Track G: Operations Interfaces
Capture run evidence and dataset lineage Track H: Evidence and Manifests

Deep Dives