@deepseek-ai/dsh-schedule 0.1.3-alpha.2 → 0.1.5-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.i18n.yaml +2 -2
- package/README.md +1 -1
- package/README.zh.md +1 -1
- package/package.json +22 -22
package/README.i18n.yaml
CHANGED
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
|
3
3
|
# after editing either side, bring the other along and re-record with:
|
|
4
4
|
# pnpm run verify-translation-pairing --write packages/schedule/schedule/README.md
|
|
5
|
-
README.md:
|
|
6
|
-
README.zh.md:
|
|
5
|
+
README.md: 7a8b14fcf1e335aab2c9a0c717e38ae08c81eb6c
|
|
6
|
+
README.zh.md: c250ad5889fc92e9c47e23e32e0b87b9bd793901
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ English | [中文](README.zh.md)
|
|
|
9
9
|
|
|
10
10
|
## Summary
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
Schedule lets you ask the model for durable reminders that return as ordinary follow-up messages in the same conversation. Create one-time reminders for a delay or absolute time, repeat them at fixed intervals, list pending reminders, and cancel them. Reminders survive restarts, but delivery requires a live root agent: closed sessions keep reminders overdue until resumed. Delivery never uses email, SMS, push, or browser notifications. Enable the Schedule overlay to expose the reminder tools and active-reminder catalog; sidebar alarms are best-effort indicators of known active reminders, not proof that reminder delivery is currently running.
|
|
13
13
|
|
|
14
14
|
## Table of Contents
|
|
15
15
|
|
package/README.zh.md
CHANGED
|
@@ -9,7 +9,7 @@ kind: "package-reference"
|
|
|
9
9
|
|
|
10
10
|
## 概述
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
Schedule 让你向模型请求持久提醒;提醒会作为普通 follow-up 消息返回同一会话。你可以创建延时或绝对时间的一次性提醒、按固定间隔重复提醒、列出待处理提醒,也可以取消提醒。提醒在重启后仍然存在,但交付需要 live 根 agent:已关闭的会话会让提醒保持逾期,直到恢复。交付绝不会使用电子邮件、短信、推送或浏览器通知。启用 Schedule overlay 即可提供提醒工具和活动提醒目录;侧边栏闹钟只是已知活动提醒的尽力而为指示,不证明提醒交付当前正在运行。
|
|
13
13
|
|
|
14
14
|
## 目录
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-schedule",
|
|
3
3
|
"description": "Agent-scoped durable after, at, and fixed-rate reminders over the session event log",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.5-alpha.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -37,33 +37,33 @@
|
|
|
37
37
|
],
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@deepseek-ai/dsh-agent": "^0.1.
|
|
41
|
-
"@deepseek-ai/dsh-brand": "^0.1.
|
|
42
|
-
"@deepseek-ai/dsh-invariants": "^0.1.
|
|
43
|
-
"@deepseek-ai/dsh-llm": "^0.1.
|
|
44
|
-
"@deepseek-ai/dsh-session": "^0.1.
|
|
45
|
-
"@deepseek-ai/dsh-session-persistence": "^0.1.
|
|
46
|
-
"@deepseek-ai/dsh-
|
|
47
|
-
"@deepseek-ai/
|
|
48
|
-
"@deepseek-ai/
|
|
40
|
+
"@deepseek-ai/dsh-agent": "^0.1.5-alpha.2",
|
|
41
|
+
"@deepseek-ai/dsh-brand": "^0.1.5-alpha.2",
|
|
42
|
+
"@deepseek-ai/dsh-invariants": "^0.1.5-alpha.2",
|
|
43
|
+
"@deepseek-ai/dsh-llm": "^0.1.5-alpha.2",
|
|
44
|
+
"@deepseek-ai/dsh-session": "^0.1.5-alpha.2",
|
|
45
|
+
"@deepseek-ai/dsh-session-persistence": "^0.1.5-alpha.2",
|
|
46
|
+
"@deepseek-ai/dsh-session-projection": "^0.1.5-alpha.2",
|
|
47
|
+
"@deepseek-ai/dsh-tools": "^0.1.5-alpha.2",
|
|
48
|
+
"@deepseek-ai/cordis": "^4.0.2"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"zod": "^4.4.3"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.3",
|
|
55
|
-
"@deepseek-ai/dsh-agent
|
|
56
|
-
"@deepseek-ai/dsh-agent": "^0.1.
|
|
57
|
-
"@deepseek-ai/dsh-agent-loop-testkit": "^0.1.
|
|
58
|
-
"@deepseek-ai/dsh-
|
|
59
|
-
"@deepseek-ai/dsh-
|
|
60
|
-
"@deepseek-ai/dsh-llm": "^0.1.
|
|
61
|
-
"@deepseek-ai/dsh-
|
|
62
|
-
"@deepseek-ai/dsh-session-persistence": "^0.1.
|
|
63
|
-
"@deepseek-ai/dsh-session-
|
|
64
|
-
"@deepseek-ai/dsh-
|
|
65
|
-
"@deepseek-ai/dsh-
|
|
66
|
-
"@deepseek-ai/dsh-
|
|
55
|
+
"@deepseek-ai/dsh-agent": "^0.1.5-alpha.2",
|
|
56
|
+
"@deepseek-ai/dsh-agent-loop": "^0.1.5-alpha.2",
|
|
57
|
+
"@deepseek-ai/dsh-agent-loop-testkit": "^0.1.5-alpha.2",
|
|
58
|
+
"@deepseek-ai/dsh-brand": "^0.1.5-alpha.2",
|
|
59
|
+
"@deepseek-ai/dsh-invariants": "^0.1.5-alpha.2",
|
|
60
|
+
"@deepseek-ai/dsh-llm": "^0.1.5-alpha.2",
|
|
61
|
+
"@deepseek-ai/dsh-session-persistence": "^0.1.5-alpha.2",
|
|
62
|
+
"@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.5-alpha.2",
|
|
63
|
+
"@deepseek-ai/dsh-session-projection": "^0.1.5-alpha.2",
|
|
64
|
+
"@deepseek-ai/dsh-system-prompt": "^0.1.5-alpha.2",
|
|
65
|
+
"@deepseek-ai/dsh-tools": "^0.1.5-alpha.2",
|
|
66
|
+
"@deepseek-ai/dsh-session": "^0.1.5-alpha.2",
|
|
67
67
|
"@deepseek-ai/cordis": "^4.0.2"
|
|
68
68
|
}
|
|
69
69
|
}
|