autonomous-scheduler

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

autonomous-scheduler

autonomous-scheduler

维护自主任务计划:任务 upsert/list/delete、触发窗口查询、运行状态推进。
维护自主任务计划:任务 upsert/list/delete、触发窗口查询、运行状态推进。

调用

调用

bash
python3 skills/autonomous-scheduler/run.py '{"action":"upsert","name":"weekly-retro","schedule":"0 18 * * 5","task":"发送复盘提醒"}'
python3 skills/autonomous-scheduler/run.py '{"action":"due","now":"2026-02-13T10:00:00Z"}'
bash
python3 skills/autonomous-scheduler/run.py '{"action":"upsert","name":"weekly-retro","schedule":"0 18 * * 5","task":"发送复盘提醒"}'
python3 skills/autonomous-scheduler/run.py '{"action":"due","now":"2026-02-13T10:00:00Z"}'