wangchuan 5.6.0 → 5.6.1
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/dist/bin/wangchuan.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
[](https://nodejs.org)
|
|
7
7
|
[](LICENSE)
|
|
8
8
|
|
|
9
|
-
>
|
|
9
|
+
> In Chinese mythology, Wangchuan (忘川) is the River of Oblivion in the underworld — souls crossing it forget all memories of past lives. Wangchuan ensures your AI agent memories are never lost across environments.
|
|
10
10
|
|
|
11
|
-
Wangchuan encrypts and syncs your AI
|
|
11
|
+
Wangchuan encrypts and syncs all your AI agents' configs, memories, and skills across machines and environments — switch laptops, change environments, and restore every agent's state with a single command.
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
package/README.zh-CN.md
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
[](https://nodejs.org)
|
|
7
7
|
[](LICENSE)
|
|
8
8
|
|
|
9
|
-
>
|
|
9
|
+
> 忘川是中国神话中冥界的遗忘之河,亡魂渡河饮水即忘前世一切记忆。 而 **忘川** 让你的 AI 智能体记忆在环境切换时永不遗失。
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
忘川加密同步你所有 AI 智能体的配置、记忆和技能,跨机器、跨环境无缝迁移——换电脑、切环境,一条命令恢复全部 Agent 状态。
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
package/dist/bin/wangchuan.js
CHANGED