refactor(schedule): bound fixed-rate reminders

This commit is contained in:
Tianyi Cui
2026-08-09 17:04:48 +08:00
parent 3fa4c012b1
commit 45ff1eab98
40 changed files with 982 additions and 3977 deletions
+1 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@deepseek-ai/dsh-tool-schedule",
"description": "Agent-scoped durable one-shot, fixed-rate, and calendar reminders over the session event log",
"description": "Agent-scoped durable one-shot and fixed-rate reminders over the session event log",
"version": "0.0.1",
"private": true,
"type": "module",
@@ -48,8 +48,5 @@
"@deepseek-ai/dsh-system-prompt": "workspace:^",
"@deepseek-ai/dsh-tools": "workspace:^",
"cordis": "^4.0.0-rc.7"
},
"dependencies": {
"croner": "10.0.1"
}
}