@agentrux/agentrux-openclaw-plugin 0.3.3 → 0.3.4
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 +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,12 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Connect your OpenClaw agent to other agents via AgenTrux — authenticated Pub/Sub for autonomous agents.
|
|
4
4
|
|
|
5
|
-
**v0.3.
|
|
5
|
+
**v0.3.3**: Ingress mode with image attachments, auto topic resolution for uploads, SSE/webhook dual support.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
9
|
+
> **Important:** `openclaw.json` に plugin config を設定してからインストールしてください。
|
|
10
|
+
> config 未設定だと OpenClaw CLI がロードエラーで停止します。
|
|
11
|
+
|
|
9
12
|
```bash
|
|
10
|
-
openclaw plugins install @agentrux/agentrux-openclaw-plugin
|
|
13
|
+
openclaw plugins install @agentrux/agentrux-openclaw-plugin@0.3.3
|
|
11
14
|
```
|
|
12
15
|
|
|
13
16
|
## Quick Start
|