Example Agents
Ready-to-use agent configurations. Each directory contains everything you need to add the agent to your project:agent-config.toml— drop intoagents/<name>/ACTIONS.md— the agent’s system prompt (also goes inagents/<name>/)README.md— explanation, setup notes, and customization tips
Agents
| Agent | Description | Trigger |
|---|---|---|
| planner | Triages new GitHub issues — asks clarifying questions or writes detailed implementation plans for the dev agent | Webhook (issue labeled/commented) or scheduled |
| dev | Picks up GitHub issues and implements the requested changes — clones, branches, codes, tests, and opens a PR | Webhook (issue labeled) or scheduled |
| reviewer | Reviews open pull requests, runs checks, fixes failures, and auto-merges approved PRs | Webhook (PR events, check suite) or scheduled |
| reddit-moderator | Moderates a subreddit by posting content and removing inappropriate comments | Scheduled (Reddit doesn’t support webhooks) |