Arcen Agent v1.0.0
⌘K
⌘K

Cron

Arcen includes a scheduler for recurring jobs and unattended automations.

What cron is for

Use cron jobs for tasks such as:

  • Daily reports.
  • Weekly audits.
  • Scheduled reminders.
  • Repeating maintenance checks.
  • Background delivery to configured messaging platforms.

Key files

FilePurpose
cron/jobs.pyJob definitions and runtime job handling.
cron/scheduler.pyScheduler orchestration.
arcen_cli/cron.pyCLI management surface.

Delivery

Scheduled jobs can deliver results through the same platform surfaces used by normal gateway conversations when the platform is configured.

Operational notes

Keep scheduled tasks explicit and review their tool access. Cron jobs run unattended, so production deployments should use scoped tools, stable working directories, and logs.