From 90df2106bfacd9c0a8f56532e4f92244596d697c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Sat, 16 May 2026 03:15:58 +0200 Subject: [PATCH] agent socket: external wake-up path for in-container MCP servers new AgentRequest::Wake { from, body } drops a message into this agent's inbox via the per-agent socket. matrix-style MCP servers can use it when they receive an external event (matrix message, webhook, scrape result) to nudge claude into running a turn. broker.send wakes whatever Recv is currently long-polling, the harness picks the message up, formats a wake prompt with the caller's chosen from label ('matrix: new dm', 'webhook: deploy succeeded', etc.). new `hive-ag3nt wake --from