Module server Copy item path Source agent_handlers ๐ app_api ๐ App API โ high-level commands for programmatic control of AgentMux. cli_handlers ๐ drone_handlers ๐ WSH RPC handlers for the Drone pane (issue #753 Phase 1). files ๐ identity_handlers ๐ Pre-launch OAuth flow RPC handlers. install_handlers install.start / install.cancel RPC handlers.messagebus ๐ HTTP endpoint handlers for the local MessageBus. reactive ๐ service ๐ tool_handlers ๐ HTTP/WebSocket RPC handlers for the tool store.
Registers gettoolstatus and installtool commands with the WshRpcEngine. wave_obj_bridge ๐ WaveObjUpdate broadcast bridge. websocket ๐ AppState WpsPublishRequest ๐ Wire shape for POST /agentmux/wps/publish. Mirrors WaveEvent
but keeps the field set narrow for what agentmux-bashwrap
actually needs (no sender). auth_middleware ๐ Auth middleware matching Go pkg/authkey/authkey.go:18-42. build_router Build the Axum router with all routes, auth middleware, and CORS. handle_diag_sagas ๐ Saga durability PR 2 โ operator visibility into the durable saga
log. Returns the most-recent 50 saga lifecycle rows + an in-flight
count derived from unresolved_sagas. handle_lan_instances ๐ handle_wps_publish ๐ Auth-gated WPS publish endpoint
(SPEC_STREAMING_BASH_RUNNER_2026_05_11.md ยง3.2). agentmux-bashwrap
POSTs here while running a Bash command; we forward to the
in-process WPS broker so subscribed frontends receive the event. health_handler ๐ stub_501 ๐