@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.
Files changed (2) hide show
  1. package/README.md +5 -2
  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.1**: Now supports **Ingress mode** external clients can send commands to OpenClaw via AgenTrux Topics and receive LLM-processed results back.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentrux/agentrux-openclaw-plugin",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "OpenClaw plugin for AgenTrux — Agent-to-Agent authenticated Pub/Sub",
5
5
  "keywords": [
6
6
  "openclaw",