dsh-daoing-memory 0.1.0 → 0.1.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.md +2 -2
- package/README.zh-CN.md +2 -2
- package/lib/client.js +526 -560
- package/lib/client.js.map +1 -1
- package/lib/types/client/MemoryFooterAction.d.ts +22 -0
- package/lib/types/client/MemoryFooterAction.d.ts.map +1 -0
- package/lib/types/client/MemoryFooterAction.js +15 -0
- package/lib/types/client/MemoryFooterAction.js.map +1 -0
- package/lib/types/client/Workbench.d.ts +6 -4
- package/lib/types/client/Workbench.d.ts.map +1 -1
- package/lib/types/client/Workbench.js +8 -5
- package/lib/types/client/Workbench.js.map +1 -1
- package/lib/types/client/index.d.ts +4 -4
- package/lib/types/client/index.js +9 -9
- package/lib/types/client/index.js.map +1 -1
- package/lib/types/client/navStore.d.ts +1 -1
- package/lib/types/client/navStore.js +1 -1
- package/package.json +1 -1
- package/lib/types/client/MemoryNavSection.d.ts +0 -20
- package/lib/types/client/MemoryNavSection.d.ts.map +0 -1
- package/lib/types/client/MemoryNavSection.js +0 -23
- package/lib/types/client/MemoryNavSection.js.map +0 -1
package/README.md
CHANGED
|
@@ -52,7 +52,7 @@ dsh plugin --profile web add github:daoing/dsh-daoing-memory
|
|
|
52
52
|
node node_modules/dsh-daoing-memory/scripts/install-skill.mjs
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
-
Then restart DSH. The memory tools become available to your agent, the profile snapshot starts being injected, and a **Memory**
|
|
55
|
+
Then restart DSH. The memory tools become available to your agent, the profile snapshot starts being injected, and a **Memory** button appears at the foot of the web left sidebar (beside Settings) — clicking it opens the **Memory** workbench.
|
|
56
56
|
|
|
57
57
|
## Usage
|
|
58
58
|
|
|
@@ -79,7 +79,7 @@ dsh-daoing-memory/
|
|
|
79
79
|
├── skill/ # bundled memory-extraction skill (standalone .md)
|
|
80
80
|
├── cordis.patch.yml # profile patch that wires the plugin into DSH
|
|
81
81
|
├── scripts/ # prepare + install-skill helpers
|
|
82
|
-
└── docs/ # INSTALL · DESIGN · STATUS · BUILDING · FAQ
|
|
82
|
+
└── docs/ # INSTALL · DESIGN · STATUS · BUILDING · FAQ · MIGRATION
|
|
83
83
|
```
|
|
84
84
|
|
|
85
85
|
## Building & publishing
|
package/README.zh-CN.md
CHANGED
|
@@ -52,7 +52,7 @@ dsh plugin --profile web add github:daoing/dsh-daoing-memory
|
|
|
52
52
|
node node_modules/dsh-daoing-memory/scripts/install-skill.mjs
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
-
然后重启 DSH。记忆工具即对 agent
|
|
55
|
+
然后重启 DSH。记忆工具即对 agent 可用,画像快照开始注入,网页左侧边栏底部(设置入口旁)出现**记忆监控**按钮,点击即打开 **Memory** 工作台。
|
|
56
56
|
|
|
57
57
|
## 使用
|
|
58
58
|
|
|
@@ -79,7 +79,7 @@ dsh-daoing-memory/
|
|
|
79
79
|
├── skill/ # 随包附带的 memory-extraction skill(独立 .md)
|
|
80
80
|
├── cordis.patch.yml # 把插件接进 DSH 的 profile patch
|
|
81
81
|
├── scripts/ # prepare 与 install-skill 辅助脚本
|
|
82
|
-
└── docs/ # INSTALL · DESIGN · STATUS · BUILDING · FAQ
|
|
82
|
+
└── docs/ # INSTALL · DESIGN · STATUS · BUILDING · FAQ · MIGRATION
|
|
83
83
|
```
|
|
84
84
|
|
|
85
85
|
## 构建与发布
|