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
| Need | Mechanism |
|---|---|
| Recurring wake-up of the current agent session | scheduler.schedule |
| App-level cron / webhook / chat inbound | tools.channels + background service |
| List / cancel schedules from ops | Daemon automations / background ops HTTP API |
If an app YAML still declares tools.modules.cron_native, it does
nothing useful in current builds.