Skip to content

Scheduler and local jobs

AI OS uses named scheduler commands so each job has an explicit owner and recovery path.

Terminal window
bun run scheduler:status
bun run scheduler:run
bun run scheduler:agents:run
bun run scheduler:trend-finder:run
bun run scheduler:dream:run

Use the matching :status command to inspect safe status for a scoped job. Status can report that a job has not run yet on a fresh checkout. That is different from a failed run.

  • scheduler:agents:run refreshes host and local agent data.
  • scheduler:trend-finder:run refreshes Trend Finder data only.
  • scheduler:dream:run runs the review-oriented Dream workflow.
  • scheduler:run keeps the compatibility full-aggregate path.

Timer installation remains local machine setup. The scheduler writes private run state and logs outside the public documentation and demo boundaries.