创建 Cron 例程
直接告诉代理你的触发计划和动作,代理会代你调用routine_create。
执行模型
当 cron 触发后:- 例程引擎创建一个新任务(job)
- 任务走完整代理循环:LLM 推理、工具调用、安全层
- 输出写入记忆,或发送到通知频道(若配置)
- 运行记录写入历史,可用
routine_history查看
MAX_PARALLEL_JOBS,超限时进入 Pending 队列。
使用 cron 表达式调度周期性任务
routine_create。
routine_history 查看MAX_PARALLEL_JOBS,超限时进入 Pending 队列。