Examples

Real workflows, wired together by events, authored as files in a repo, not clicked together on a canvas. Each one compiles with loopy compile; click into any to see it step by step.

Event-driven loops

A sensor turns an outside signal into a typed event, and only when it matters. The event on the bus drives a workflow that has no idea where it came from.

Scheduled loops

Time-driven workflows. The entry step names a built-in cron(...) schedule, so there is no sensor to write. Each tick carries last_run, so the agent acts only on what changed since then.

GitHub built-ins

Workflows that trigger on built-in Github.* events. No sensor code and no event declaration: the step names the event in on:, and the compiler wires the webhook.