Support Cloudflare cron triggers for scheduled agents #158
astrobot-houston
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Adds a dedicated assistant Flue agent that monitors security RSS/Atom feeds, alerts via webhook, and asks the coding agent to remediate affected repos with PRs.
Also wires Cloudflare cron triggers for Flue agents declaring triggers.cron so the monitor runs on a schedule.
Verification:
Build output verified that the generated Cloudflare worker includes scheduled(...) / runCronAgents(...) and that wrangler.jsonc includes triggers.crons for the security monitor schedule.
Original implementation from #157 by @kyleboas
Beta Was this translation helpful? Give feedback.
All reactions