Automation lets the Founder schedule recurring directives. Each cron job targets an agent and runs on a validated schedule.Documentation Index
Fetch the complete documentation index at: https://familyco.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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