pikiclaw 0.2.63 → 0.2.64
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 +40 -1
- package/dist/dashboard-ui.js +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
> npx pikiclaw@latest
|
|
10
10
|
|
|
11
|
+
<img src="docs/promo-install.gif" alt="Quick install" width="700">
|
|
12
|
+
|
|
11
13
|
<p align="center">
|
|
12
14
|
<a href="https://www.npmjs.com/package/pikiclaw"><img src="https://img.shields.io/npm/v/pikiclaw" alt="npm"></a>
|
|
13
15
|
<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a>
|
|
@@ -45,7 +47,20 @@ pikiclaw 的目标很直接:
|
|
|
45
47
|
你的电脑
|
|
46
48
|
```
|
|
47
49
|
|
|
48
|
-
|
|
50
|
+
它适合的不是”演示一次 AI”,而是你离开电脑以后,Agent 还能继续在本机把事做完。
|
|
51
|
+
|
|
52
|
+
### 在 Telegram 里长这样
|
|
53
|
+
|
|
54
|
+
<table>
|
|
55
|
+
<tr>
|
|
56
|
+
<td align=”center”><b>命令与 Agent 切换</b><br><img src=”docs/promo-tg-commands.png” alt=”Commands” width=”320”></td>
|
|
57
|
+
<td align=”center”><b>代码审查</b><br><img src=”docs/promo-tg-task.png” alt=”Code review” width=”320”></td>
|
|
58
|
+
</tr>
|
|
59
|
+
<tr>
|
|
60
|
+
<td align=”center”><b>多轮编码 + 文件回传</b><br><img src=”docs/promo-tg-complex.png” alt=”Complex task” width=”320”></td>
|
|
61
|
+
<td align=”center”><b>状态监控 + 会话管理</b><br><img src=”docs/promo-tg-sessions.png” alt=”Sessions” width=”320”></td>
|
|
62
|
+
</tr>
|
|
63
|
+
</table>
|
|
49
64
|
|
|
50
65
|
---
|
|
51
66
|
|
|
@@ -76,6 +91,23 @@ npx pikiclaw@latest
|
|
|
76
91
|
- 工作目录切换
|
|
77
92
|
- 会话和运行状态查看
|
|
78
93
|
|
|
94
|
+
<details>
|
|
95
|
+
<summary>Dashboard 截图</summary>
|
|
96
|
+
|
|
97
|
+
**配置管理** — IM 接入、AI Agent、系统权限
|
|
98
|
+
|
|
99
|
+
<img src="docs/promo-dashboard-config.png" alt="Config" width="700">
|
|
100
|
+
|
|
101
|
+
**插件中心** — 浏览器操控、桌面自动化
|
|
102
|
+
|
|
103
|
+
<img src="docs/promo-dashboard-extensions.png" alt="Extensions" width="700">
|
|
104
|
+
|
|
105
|
+
**会话管理** — 按 Agent 分组的会话泳道
|
|
106
|
+
|
|
107
|
+
<img src="docs/promo-dashboard-sessions.png" alt="Sessions" width="700">
|
|
108
|
+
|
|
109
|
+
</details>
|
|
110
|
+
|
|
79
111
|
如果你更喜欢终端向导:
|
|
80
112
|
|
|
81
113
|
```bash
|
|
@@ -152,6 +184,13 @@ npx pikiclaw@latest --doctor
|
|
|
152
184
|
|
|
153
185
|
普通文本消息会直接转给当前 Agent。
|
|
154
186
|
|
|
187
|
+
<details>
|
|
188
|
+
<summary>Telegram 命令效果预览</summary>
|
|
189
|
+
|
|
190
|
+
<img src="docs/promo-tg-commands.png" alt="Commands in Telegram" width="360">
|
|
191
|
+
|
|
192
|
+
</details>
|
|
193
|
+
|
|
155
194
|
---
|
|
156
195
|
|
|
157
196
|
## Config And Setup Notes
|