Arkloop
Features

Scheduled Jobs

Trigger your agent on a schedule.

What it is

Scheduled jobs run an agent on a recurring schedule without you being present. Use them for daily reports, periodic monitoring, check-ins, or any task that should fire on a clock instead of from a chat message.

Create a job

Settings → Scheduled JobsNew.

[!NOTE] Screenshot: scheduled job creation form.

Configuration

Basic fields:

  • Name and Description
  • Persona — which persona executes the job
  • Model — the model used for this run
  • Thinking Effort — reasoning depth
  • Thread — start a new thread per run, or reuse a fixed thread so context accumulates

Schedule types

TypeBehavior
IntervalEvery N minutes / hours
DailyEvery day at a specific time
WeekdaysMon–Fri only
WeeklySpecific day(s) of week
MonthlySpecific day of month
One-timeSingle execution
CronFull cron expression

Advanced

  • Working Directory — workspace path the agent starts in
  • Timeout — maximum run duration
  • Delete after execution — remove the job once it has run (useful for one-time jobs)

Enable / pause

Each job has an enable toggle. Pausing a job stops future triggers without deleting its configuration or history.

On this page