Skip to main content

cron_native

Status in the Go daemon

internal/modules/cron_native is a stub package (no tools registered). Agent tools named schedule, cancel_schedule, or remind under this module id do not exist.

What to use instead

NeedMechanism
Recurring wake-up of the current agent sessionscheduler.schedule
App-level cron / webhook / chat inboundtools.channels + background service
List / cancel schedules from opsDaemon automations / background ops HTTP API

If an app YAML still declares tools.modules.cron_native, it does nothing useful in current builds.