Cron 例程按固定时间计划触发,适合日报、周清理、小时巡检等可预测任务。Documentation Index
Fetch the complete documentation index at: https://docs.ironclaw.com/llms.txt
Use this file to discover all available pages before exploring further.
创建 Cron 例程
直接告诉代理你的触发计划和动作,代理会代你调用routine_create。
执行模型
当 cron 触发后:- 例程引擎创建一个新任务(job)
- 任务走完整代理循环:LLM 推理、工具调用、安全层
- 输出写入记忆,或发送到通知频道(若配置)
- 运行记录写入历史,可用
routine_history查看
MAX_PARALLEL_JOBS,超限时进入 Pending 队列。