psyclaw 0.26.0 → 0.26.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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
PsyClaw 是面向社会科学研究的 Pi 工作台。它把研究项目、证据来源、Claim-Evidence 账本、完整性门禁、人工裁决、可恢复工作流和本地面板接到官方 Pi runtime 上;它不替代统计软件,也不会把未经核验的引用、结果或审稿意见写成事实。
|
|
4
4
|
|
|
5
|
-
当前版本:`0.26.
|
|
5
|
+
当前版本:`0.26.1`。本仓库以 `psypi v0.4.1` 的完整工作台为功能基线完成改名;`psypi` 仓库保留为历史仓库,正式命令和后续发布均使用 `psyclaw`。
|
|
6
6
|
|
|
7
7
|
## 安装
|
|
8
8
|
|
|
9
9
|
需要 Node.js `>=22.19.0`。官方 npm 源:
|
|
10
10
|
|
|
11
11
|
```powershell
|
|
12
|
-
npm install -g psyclaw@0.26.
|
|
12
|
+
npm install -g psyclaw@0.26.1
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
中国大陆网络较慢或无法访问官方源时:
|
|
16
16
|
|
|
17
17
|
```powershell
|
|
18
|
-
npm install -g psyclaw@0.26.
|
|
18
|
+
npm install -g psyclaw@0.26.1 --registry=https://registry.npmmirror.com
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
确认命令入口:
|
|
@@ -87,7 +87,7 @@ where.exe psyclaw
|
|
|
87
87
|
|
|
88
88
|
```powershell
|
|
89
89
|
npm uninstall -g psyclaw
|
|
90
|
-
npm install -g psyclaw@0.26.
|
|
90
|
+
npm install -g psyclaw@0.26.1
|
|
91
91
|
psyclaw --help
|
|
92
92
|
```
|
|
93
93
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "psyclaw",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.1",
|
|
4
4
|
"description": "A standalone, evidence-grounded social-science research agent — a conversation-driven agent that bundles the Pi runtime with psyclaw's research contracts, evidence gates, and workflows",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|