@colinlu50/openclaw-lark-stream 260328.1.2-final → 260328.1.3
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.en.md +8 -4
- package/README.md +8 -3
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -2,9 +2,12 @@ English | [中文](./README.md)
|
|
|
2
2
|
|
|
3
3
|
# OpenClaw Lark/Feishu Plugin — Stream Card Edition
|
|
4
4
|
|
|
5
|
-

|
|
6
|
-
|
|
7
5
|
Based on the official [openclaw-lark](https://github.com/larksuite/openclaw-lark) plugin, with **real-time streaming output** and **agent execution visibility**.
|
|
6
|
+
<img src="./assets/demo.gif" width="480" />
|
|
7
|
+
<sub>▲ Real streaming in group chats with full execution trace</sub>
|
|
8
|
+
|
|
9
|
+
<img src="./assets/demo_footer.png" width="480" />
|
|
10
|
+
<sub>▲ Card footer: status, elapsed time, token usage, context usage — each toggleable independently</sub>
|
|
8
11
|
|
|
9
12
|
## ✨ What's Changed
|
|
10
13
|
|
|
@@ -108,7 +111,8 @@ openclaw gateway restart
|
|
|
108
111
|
| elapsed | `8.3s` | `Elapsed 8.3s` |
|
|
109
112
|
| context | `1% ctx` | `Context 19k/200k (10%)` |
|
|
110
113
|
| cache | `94% cache` | `Cache 18k/1k (94%)` |
|
|
111
|
-
| tokens
|
|
114
|
+
| tokens | `↑ 19k ↓ 145` | `In 19k Out 145` |
|
|
115
|
+
| model | same | same |
|
|
112
116
|
|
|
113
117
|
Default footer:
|
|
114
118
|
|
|
@@ -128,7 +132,7 @@ openclaw gateway restart
|
|
|
128
132
|
Result:
|
|
129
133
|
|
|
130
134
|
```
|
|
131
|
-
Completed · Elapsed 8.3s ·
|
|
135
|
+
Completed · Elapsed 8.3s · In 19k Out 145 · Cache 18k/1k (94%) · Context 19k/200k (10%) · claude-3-7-sonnet
|
|
132
136
|
```
|
|
133
137
|
|
|
134
138
|
Example — hide token counts, show model name:
|
package/README.md
CHANGED
|
@@ -2,11 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
# OpenClaw 飞书插件 — 流式卡片版
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
基于官方 [openclaw-lark](https://github.com/larksuite/openclaw-lark) 插件,支持**实时流式输出**和 **Agent 执行过程可视化**。
|
|
6
|
+
<img src="./assets/demo.gif" width="480" />
|
|
7
|
+
|
|
8
|
+
<sub>▲ 群中真流式输出,并显示全部执行逻辑</sub>
|
|
9
|
+
|
|
10
|
+
<img src="./assets/demo_footer.png" width="480" />
|
|
11
|
+
|
|
7
12
|
<sub>▲ 卡片底栏:完成状态、响应耗时、token 用量、context 使用率,均可独立开关</sub>
|
|
8
13
|
|
|
9
|
-
|
|
14
|
+
|
|
10
15
|
|
|
11
16
|
## ✨ 改动说明
|
|
12
17
|
|