You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
943 B
38 lines
943 B
|
1 month ago
|
{
|
||
|
|
"version": 1,
|
||
|
|
"agent_id": "life",
|
||
|
|
"timezone": "Asia/Shanghai",
|
||
|
|
"jobs": [
|
||
|
|
{
|
||
|
|
"id": "daily_forecast_2100",
|
||
|
|
"name": "每日运程推送",
|
||
|
|
"description": "每天晚上 21:00 检索明日吉凶宜忌,结合用户生辰八字生成运程建议",
|
||
|
|
"cron": "0 21 * * *",
|
||
|
|
"enabled": true,
|
||
|
|
"action": {
|
||
|
|
"type": "agent_message",
|
||
|
|
"agent_id": "life",
|
||
|
|
"message_template": "请检索明天的日期特征和用户生日记忆,生成明日运程与日程提醒"
|
||
|
|
},
|
||
|
|
"triggers": [
|
||
|
|
{
|
||
|
|
"type": "schedule",
|
||
|
|
"time": "21:00",
|
||
|
|
"timezone": "Asia/Shanghai"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"retry": {
|
||
|
|
"max_attempts": 3,
|
||
|
|
"delay_seconds": 60
|
||
|
|
},
|
||
|
|
"notification": {
|
||
|
|
"enabled": true,
|
||
|
|
"channel": "telegram",
|
||
|
|
"chat_id": "5237946060",
|
||
|
|
"on_success": true,
|
||
|
|
"on_failure": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|