返回 DeepSeek-Reasonix
heartbeat-tasks.json
根目录 / tools / write_heartbeat / heartbeat-tasks.json
1 {
2 "tasks": [
3 {
4 "id": "greeting_hello_001",
5 "title": "打个招呼",
6 "prompt": "你好!请用一段友好的话介绍一下你自己,然后用中文打个招呼。",
7 "interval": "2m",
8 "enabled": true,
9 "createdAt": 1718550000000
10 },
11 {
12 "id": "daily_check_002",
13 "title": "每日检查",
14 "prompt": "检查当前项目的最新改动和状态,总结需要关注的事项。",
15 "interval": "1h",
16 "enabled": true,
17 "createdAt": 1718550000000
18 }
19 ]
20 }
21
21 lines JSON