Agents as Code

Define in YAML, deploy with git push

Prompt, model, trigger, tools, and spend cap live in one YAML file. Commit it to deploy, open a pull request to change it, revert to roll it back. Every agent is reviewed and versioned like the rest of your code.

beaconhq / agents
standup-automator.yaml
ellipsis:
name: Standup automator
description: Posts a daily standup digest to Slack
triggers:
- type: cron
schedule: "30 8 * * 1-5"
limits:
run: 2
claude:
model: claude-opus-4-8
system: |
Each weekday, summarize yesterday's merged PRs, the
reviews still waiting, and any failing CI, then post
the digest to #engineering and @ the right owners.