aamp-openclaw-plugin 0.1.36 → 0.1.37

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/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "skills"
8
8
  ],
9
9
  "license": "MIT",
10
- "version": "0.1.36",
10
+ "version": "0.1.37",
11
11
  "description": "AAMP Agent Mail Protocol — OpenClaw plugin. Gives OpenClaw an AAMP mailbox identity and lets it receive, process and reply to AAMP tasks.",
12
12
  "type": "module",
13
13
  "main": "dist/index.js",
@@ -30,6 +30,12 @@
30
30
  "type": "string",
31
31
  "description": "AAMP service host, e.g. https://meshmail.ai"
32
32
  },
33
+ "taskDispatchConcurrency": {
34
+ "type": "integer",
35
+ "minimum": 1,
36
+ "default": 10,
37
+ "description": "Maximum number of inbound task.dispatch handlers running concurrently before OpenClaw enqueues them locally."
38
+ },
33
39
  "slug": {
34
40
  "type": "string",
35
41
  "default": "openclaw-agent",
@@ -84,6 +90,11 @@
84
90
  "placeholder": "https://meshmail.ai",
85
91
  "promptOnInstall": true
86
92
  },
93
+ "taskDispatchConcurrency": {
94
+ "label": "Task Concurrency",
95
+ "placeholder": "10",
96
+ "promptOnInstall": false
97
+ },
87
98
  "slug": {
88
99
  "label": "Agent Slug",
89
100
  "placeholder": "openclaw-agent",
@@ -124,6 +135,12 @@
124
135
  "type": "string",
125
136
  "description": "AAMP service host, e.g. https://meshmail.ai"
126
137
  },
138
+ "taskDispatchConcurrency": {
139
+ "type": "integer",
140
+ "minimum": 1,
141
+ "default": 10,
142
+ "description": "Maximum number of inbound task.dispatch handlers running concurrently before OpenClaw enqueues them locally."
143
+ },
127
144
  "slug": {
128
145
  "type": "string",
129
146
  "default": "openclaw-agent",
@@ -178,6 +195,11 @@
178
195
  "placeholder": "https://meshmail.ai",
179
196
  "promptOnInstall": true
180
197
  },
198
+ "taskDispatchConcurrency": {
199
+ "label": "Task Concurrency",
200
+ "placeholder": "10",
201
+ "promptOnInstall": false
202
+ },
181
203
  "slug": {
182
204
  "label": "Agent Slug",
183
205
  "placeholder": "openclaw-agent",