Views
- Cron job list
- Cron run history per job
- Create / edit form
Actions
- Create a cron job
- Update schedule, prompt, or target agent
- Enable / disable a cron job
- Delete a cron job
- Inspect latest run results and errors
Fields
name,prompt,scheduleagentId(if omitted, defaults to the Executive Agent)enabledsessionId(optional — pin runs to a specific chat session)lastRunAt,nextRunAt(maintained by the scheduler)
Constraints
- Schedule must pass server-side validation before save.
- If
agentIdis omitted, the job defaults to executive agent resolution. - Cron executions write audit and run-history records.
Run history
Each execution writes aCronRunRecord:
cronIdstatus:successorfailedscheduledAt,startedAt,finishedAtinput,output,error