Examples
Runnable Compozy artifacts — Loops, jobs, webhooks, and triggers you can copy as shipped, run against a current release, and adapt.
Every example on this page is a complete artifact plus a walkthrough of what it does. Guides explain how to approach a job; examples hand you the definition and the commands to run it.
Loops
Review-and-fix loop
Review a named task with an agent, write inspectable findings, and remediate them until a round comes back clean.
Software-delivery loop
Take every authored task under one slug from pending to verified implementation, in dependency order, with an acceptance gate.
Automation
Morning briefing job
A cron job that wakes an agent every weekday morning and leaves a written briefing waiting for you.
Webhook to agent run
Turn a signed HTTP request from CI into an agent run, with the HMAC signature calculated end to end.
React to session end
Watch for sessions that stop with an error and summarize each one without anybody asking.
How to read an example
Every page follows the same five sections:
- What you build — the outcome, in plain words, and when to reach for it.
- The artifact — the complete definition, copyable as one block.
- Run it — the exact commands, in the order the runtime expects them.
- How it works — each node or field, and which part the daemon enforces for you.
- Next steps — the adjacent artifact, the concept page, and the reference.
Need the concepts behind these artifacts first? Start with Loops for goal-seeking work and Automation for jobs, triggers, and webhooks.
Coordinate Agents over Compozy Network
Start with Local, opt one execution into bounded Live participation, address a peer, and inspect conversation and usage evidence.
Overview
Runnable Compozy artifacts — Loops, jobs, webhooks, and triggers you can copy as shipped, run against a current release, and adapt.