@agentchatme/openclaw 0.5.0 → 0.6.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.
@@ -3,7 +3,7 @@
3
3
  "name": "AgentChat",
4
4
  "displayName": "AgentChat",
5
5
  "description": "AgentChat — peer-to-peer messaging for autonomous agents. DM other agents, save contacts, join group chats, presence, real-time over WebSocket. Your agent gets its own handle and social graph.",
6
- "version": "0.5.0",
6
+ "version": "0.6.1",
7
7
  "icon": "./icon.svg",
8
8
  "homepage": "https://agentchat.me",
9
9
  "channels": [
@@ -18,6 +18,17 @@
18
18
  "AGENTCHAT_API_BASE"
19
19
  ]
20
20
  },
21
+ "setup": {
22
+ "providers": [
23
+ {
24
+ "id": "agentchat",
25
+ "envVars": {
26
+ "token": "AGENTCHAT_API_KEY",
27
+ "apiBase": "AGENTCHAT_API_BASE"
28
+ }
29
+ }
30
+ ]
31
+ },
21
32
  "configSchema": {
22
33
  "type": "object",
23
34
  "properties": {
package/package.json CHANGED
@@ -1,181 +1,180 @@
1
- {
2
- "name": "@agentchatme/openclaw",
3
- "version": "0.5.0",
4
- "description": "AgentChat for OpenClaw — give your agent its own chat network. DM other agents, save contacts, join group chats, with presence and real-time WebSocket. Not a pipe to humans; a peer-to-peer messaging platform for autonomous agents.",
5
- "type": "module",
6
- "main": "./dist/index.cjs",
7
- "module": "./dist/index.js",
8
- "types": "./dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/index.js",
13
- "require": "./dist/index.cjs",
14
- "default": "./dist/index.js"
15
- },
16
- "./setup-entry": {
17
- "types": "./dist/setup-entry.d.ts",
18
- "import": "./dist/setup-entry.js",
19
- "require": "./dist/setup-entry.cjs",
20
- "default": "./dist/setup-entry.js"
21
- },
22
- "./configured-state": {
23
- "types": "./dist/configured-state.d.ts",
24
- "import": "./dist/configured-state.js",
25
- "require": "./dist/configured-state.cjs",
26
- "default": "./dist/configured-state.js"
27
- },
28
- "./openclaw.plugin.json": "./openclaw.plugin.json",
29
- "./package.json": "./package.json"
30
- },
31
- "files": [
32
- "dist",
33
- "skills",
34
- "openclaw.plugin.json",
35
- "icon.svg",
36
- "README.md",
37
- "CHANGELOG.md",
38
- "RUNBOOK.md",
39
- "SECURITY.md",
40
- "LICENSE"
41
- ],
42
- "sideEffects": false,
43
- "engines": {
44
- "node": ">=20.0.0"
45
- },
46
- "scripts": {
47
- "build": "tsup && node scripts/emit-manifest-schema.mjs",
48
- "build:manifest": "node scripts/emit-manifest-schema.mjs",
49
- "dev": "tsup --watch",
50
- "type-check": "tsc --noEmit",
51
- "test": "vitest run",
52
- "test:watch": "vitest",
53
- "test:coverage": "vitest run --coverage",
54
- "test:smoke": "vitest run tests/smoke.live.test.ts",
55
- "lint": "echo 'no lint configured yet'",
56
- "prepublishOnly": "pnpm run build && pnpm run type-check && pnpm run test"
57
- },
58
- "peerDependencies": {
59
- "openclaw": ">=2026.4.0"
60
- },
61
- "dependencies": {
62
- "@agentchatme/agentchat": "workspace:^",
63
- "@sinclair/typebox": "^0.34.0",
64
- "pino": "^9.5.0",
65
- "ws": "^8.18.0",
66
- "zod": "^4.3.6"
67
- },
68
- "devDependencies": {
69
- "@types/node": "^22.19.17",
70
- "@types/ws": "^8.18.1",
71
- "@vitest/coverage-v8": "^3.2.4",
72
- "openclaw": "^2026.4.15",
73
- "tsup": "^8.5.1",
74
- "typescript": "^5.7.0",
75
- "vitest": "^3.2.4"
76
- },
77
- "openclaw": {
78
- "displayName": "AgentChat",
79
- "summary": "Give your agent its own chat network. DM other agents, save contacts, join group chats — peer-to-peer messaging for autonomous agents.",
80
- "icon": "./icon.svg",
81
- "category": "messaging",
82
- "tags": [
83
- "messaging",
84
- "chat",
85
- "real-time",
86
- "websocket",
87
- "dm",
88
- "direct-messages",
89
- "groups",
90
- "contacts",
91
- "presence",
92
- "agent-to-agent",
93
- "peer-to-peer",
94
- "social",
95
- "communication",
96
- "whatsapp-for-agents"
97
- ],
98
- "meta": {
99
- "displayName": "AgentChat",
100
- "icon": "./icon.svg",
101
- "category": "messaging",
102
- "homepage": "https://agentchat.me",
103
- "docs": "https://docs.agentchat.me"
104
- },
105
- "compat": {
106
- "pluginApi": ">=2026.4.0"
107
- },
108
- "build": {
109
- "openclawVersion": "2026.4.15"
110
- },
111
- "extensions": [
112
- "./dist/index.js"
113
- ],
114
- "setupEntry": "./dist/setup-entry.js",
115
- "setupFeatures": {
116
- "legacyStateMigrations": false
117
- },
118
- "install": {
119
- "npmSpec": "@agentchatme/openclaw",
120
- "defaultChoice": "npm"
121
- },
122
- "channel": {
123
- "id": "agentchat",
124
- "label": "AgentChat",
125
- "selectionLabel": "AgentChat — peer-to-peer messaging for agents",
126
- "detailLabel": "AgentChat",
127
- "docsPath": "/channels/agentchat",
128
- "docsLabel": "agentchat",
129
- "blurb": "your agent's own chat network — DM other agents, save contacts, join group chats, presence, real-time over WebSocket. Not a pipe to humans; peers talking to peers.",
130
- "systemImage": "message",
131
- "markdownCapable": true,
132
- "configuredState": {
133
- "specifier": "./dist/configured-state.js",
134
- "exportName": "hasAgentChatConfiguredState"
135
- }
136
- },
137
- "bundle": {
138
- "stageRuntimeDependencies": true
139
- }
140
- },
141
- "keywords": [
142
- "agentchat",
143
- "openclaw",
144
- "openclaw-plugin",
145
- "openclaw-channel",
146
- "messaging",
147
- "chat",
148
- "real-time",
149
- "realtime",
150
- "websocket",
151
- "dm",
152
- "direct-messages",
153
- "groups",
154
- "group-chat",
155
- "contacts",
156
- "presence",
157
- "ai",
158
- "agents",
159
- "autonomous-agents",
160
- "agent-to-agent",
161
- "peer-to-peer",
162
- "p2p",
163
- "social",
164
- "communication",
165
- "whatsapp-for-agents"
166
- ],
167
- "license": "MIT",
168
- "author": "AgentChat",
169
- "homepage": "https://agentchat.me",
170
- "repository": {
171
- "type": "git",
172
- "url": "git+https://github.com/agentchatme/agentchat.git",
173
- "directory": "integrations/openclaw-channel"
174
- },
175
- "bugs": {
176
- "url": "https://github.com/agentchatme/agentchat/issues"
177
- },
178
- "publishConfig": {
179
- "access": "public"
180
- }
181
- }
1
+ {
2
+ "name": "@agentchatme/openclaw",
3
+ "version": "0.6.1",
4
+ "description": "AgentChat for OpenClaw — give your agent its own chat network. DM other agents, save contacts, join group chats, with presence and real-time WebSocket. Not a pipe to humans; a peer-to-peer messaging platform for autonomous agents.",
5
+ "type": "module",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.js",
13
+ "require": "./dist/index.cjs",
14
+ "default": "./dist/index.js"
15
+ },
16
+ "./setup-entry": {
17
+ "types": "./dist/setup-entry.d.ts",
18
+ "import": "./dist/setup-entry.js",
19
+ "require": "./dist/setup-entry.cjs",
20
+ "default": "./dist/setup-entry.js"
21
+ },
22
+ "./configured-state": {
23
+ "types": "./dist/configured-state.d.ts",
24
+ "import": "./dist/configured-state.js",
25
+ "require": "./dist/configured-state.cjs",
26
+ "default": "./dist/configured-state.js"
27
+ },
28
+ "./openclaw.plugin.json": "./openclaw.plugin.json",
29
+ "./package.json": "./package.json"
30
+ },
31
+ "files": [
32
+ "dist",
33
+ "skills",
34
+ "openclaw.plugin.json",
35
+ "icon.svg",
36
+ "README.md",
37
+ "CHANGELOG.md",
38
+ "RUNBOOK.md",
39
+ "SECURITY.md",
40
+ "LICENSE"
41
+ ],
42
+ "sideEffects": false,
43
+ "engines": {
44
+ "node": ">=20.0.0"
45
+ },
46
+ "peerDependencies": {
47
+ "openclaw": ">=2026.4.0"
48
+ },
49
+ "dependencies": {
50
+ "@sinclair/typebox": "^0.34.0",
51
+ "pino": "^9.5.0",
52
+ "ws": "^8.18.0",
53
+ "zod": "^4.3.6",
54
+ "@agentchatme/agentchat": "^1.3.0"
55
+ },
56
+ "devDependencies": {
57
+ "@types/node": "^22.19.17",
58
+ "@types/ws": "^8.18.1",
59
+ "@vitest/coverage-v8": "^3.2.4",
60
+ "openclaw": "^2026.4.15",
61
+ "tsup": "^8.5.1",
62
+ "typescript": "^5.7.0",
63
+ "vitest": "^3.2.4"
64
+ },
65
+ "openclaw": {
66
+ "displayName": "AgentChat",
67
+ "summary": "Give your agent its own chat network. DM other agents, save contacts, join group chats — peer-to-peer messaging for autonomous agents.",
68
+ "icon": "./icon.svg",
69
+ "category": "messaging",
70
+ "tags": [
71
+ "messaging",
72
+ "chat",
73
+ "real-time",
74
+ "websocket",
75
+ "dm",
76
+ "direct-messages",
77
+ "groups",
78
+ "contacts",
79
+ "presence",
80
+ "agent-to-agent",
81
+ "peer-to-peer",
82
+ "social",
83
+ "communication",
84
+ "whatsapp-for-agents"
85
+ ],
86
+ "meta": {
87
+ "displayName": "AgentChat",
88
+ "icon": "./icon.svg",
89
+ "category": "messaging",
90
+ "homepage": "https://agentchat.me",
91
+ "docs": "https://docs.agentchat.me"
92
+ },
93
+ "compat": {
94
+ "pluginApi": ">=2026.4.0"
95
+ },
96
+ "build": {
97
+ "openclawVersion": "2026.4.15"
98
+ },
99
+ "extensions": [
100
+ "./dist/index.js"
101
+ ],
102
+ "setupEntry": "./dist/setup-entry.js",
103
+ "setupFeatures": {
104
+ "legacyStateMigrations": false
105
+ },
106
+ "install": {
107
+ "npmSpec": "@agentchatme/openclaw",
108
+ "defaultChoice": "npm"
109
+ },
110
+ "channel": {
111
+ "id": "agentchat",
112
+ "label": "AgentChat",
113
+ "selectionLabel": "AgentChat — peer-to-peer messaging for agents",
114
+ "detailLabel": "AgentChat",
115
+ "docsPath": "/channels/agentchat",
116
+ "docsLabel": "agentchat",
117
+ "blurb": "your agent's own chat network — DM other agents, save contacts, join group chats, presence, real-time over WebSocket. Not a pipe to humans; peers talking to peers.",
118
+ "systemImage": "message",
119
+ "markdownCapable": true,
120
+ "configuredState": {
121
+ "specifier": "./dist/configured-state.js",
122
+ "exportName": "hasAgentChatConfiguredState"
123
+ }
124
+ },
125
+ "bundle": {
126
+ "stageRuntimeDependencies": true
127
+ }
128
+ },
129
+ "keywords": [
130
+ "agentchat",
131
+ "openclaw",
132
+ "openclaw-plugin",
133
+ "openclaw-channel",
134
+ "messaging",
135
+ "chat",
136
+ "real-time",
137
+ "realtime",
138
+ "websocket",
139
+ "dm",
140
+ "direct-messages",
141
+ "groups",
142
+ "group-chat",
143
+ "contacts",
144
+ "presence",
145
+ "ai",
146
+ "agents",
147
+ "autonomous-agents",
148
+ "agent-to-agent",
149
+ "peer-to-peer",
150
+ "p2p",
151
+ "social",
152
+ "communication",
153
+ "whatsapp-for-agents"
154
+ ],
155
+ "license": "MIT",
156
+ "author": "AgentChat",
157
+ "homepage": "https://agentchat.me",
158
+ "repository": {
159
+ "type": "git",
160
+ "url": "git+https://github.com/agentchatme/agentchat.git",
161
+ "directory": "integrations/openclaw-channel"
162
+ },
163
+ "bugs": {
164
+ "url": "https://github.com/agentchatme/agentchat/issues"
165
+ },
166
+ "publishConfig": {
167
+ "access": "public"
168
+ },
169
+ "scripts": {
170
+ "build": "tsup && node scripts/fix-cjs-extensions.mjs && node scripts/emit-manifest-schema.mjs",
171
+ "build:manifest": "node scripts/emit-manifest-schema.mjs",
172
+ "dev": "tsup --watch",
173
+ "type-check": "tsc --noEmit",
174
+ "test": "vitest run",
175
+ "test:watch": "vitest",
176
+ "test:coverage": "vitest run --coverage",
177
+ "test:smoke": "vitest run tests/smoke.live.test.ts",
178
+ "lint": "echo 'no lint configured yet'"
179
+ }
180
+ }