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:
@@ -0,0 +1 @@
|
||||
export { CronScheduler } from './cron.js';
|
||||
Reference in New Issue
Block a user