openclaw-vainplex/src/gateway
Rolf Fredheim 2295cbb815 feat(agent): add maxConcurrent config for parallel message handling
Adds `agent.maxConcurrent` config option to control how many agent runs
can execute in parallel across all conversations. Default remains 1
(sequential) for backwards compatibility.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 23:55:41 +01:00
..
protocol refactor: drop PAM auth and require password for funnel 2025-12-23 13:13:09 +00:00
auth.test.ts fix(gateway): avoid crash in handshake auth 2025-12-21 00:41:06 +00:00
auth.ts refactor: drop PAM auth and require password for funnel 2025-12-23 13:13:09 +00:00
call.ts refactor: drop PAM auth and require password for funnel 2025-12-23 13:13:09 +00:00
chat-attachments.test.ts test: cover chat attachments 2025-12-09 23:31:14 +01:00
chat-attachments.ts test: cover chat attachments 2025-12-09 23:31:14 +01:00
client.maxpayload.test.ts Gateway: enable canvas host + inject action bridge 2025-12-18 23:32:22 +01:00
client.test.ts refactor: lint cleanups and helpers 2025-12-23 00:28:55 +00:00
client.ts refactor: drop PAM auth and require password for funnel 2025-12-23 13:13:09 +00:00
control-ui.ts feat(gateway): support bun-compiled embedded gateway 2025-12-19 19:21:26 +01:00
hooks-mapping.test.ts feat: add webhook hook mappings 2025-12-24 19:48:05 +00:00
hooks-mapping.ts feat: add webhook hook mappings 2025-12-24 19:48:05 +00:00
server.test.ts test: extend webhook coverage 2025-12-24 14:39:21 +00:00
server.ts feat(agent): add maxConcurrent config for parallel message handling 2025-12-25 23:55:41 +01:00
ws-logging.ts Gateway: optimize ws logs in normal mode 2025-12-18 13:27:52 +00:00