feat(automation): add CronScheduler channel adapter

Implements CronScheduler as a ChannelAdapter that fires InboundMessages
on cron schedules and routes agent responses to configured output
channels (e.g. Telegram). Includes 9 tests.
This commit is contained in:
William Valentin
2026-02-05 22:22:13 -08:00
parent c4d30fd0d3
commit b9e008ea23
3 changed files with 238 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
export { CronScheduler } from './cron.js';