feat(schedule): add explicit-time-zone cron reminders

This commit is contained in:
pku-xht
2026-08-06 23:48:57 +08:00
committed by Tianyi Cui
parent 9abecc103d
commit 31c0c6a9f6
23 changed files with 1833 additions and 92 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@deepseek-ai/dsh-tool-schedule",
"description": "Agent-scoped durable one-shot and fixed-rate reminders over the session event log",
"description": "Agent-scoped durable one-shot, fixed-rate, and calendar reminders over the session event log",
"version": "0.0.1",
"private": true,
"type": "module",
@@ -48,5 +48,8 @@
"@deepseek-ai/dsh-system-prompt": "workspace:^",
"@deepseek-ai/dsh-tools": "workspace:^",
"cordis": "^4.0.0-rc.7"
},
"dependencies": {
"croner": "10.0.1"
}
}