AGNT-06: Push replay commands to agents via SSE #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Server pushes
replayevents to agents via SSE with{routeId, exchange, replayToken, tokenExpiry, nonce}. Replay tokens are signed. Agents track used nonces and reject reuse.Category: Agent Management
REQ-ID: AGNT-06
Implemented in Phase 3.
POST /api/v1/agents/{id}/commandswith type "replay" pushes replay commands via SSE. Also supports group and broadcast targeting. Key files:AgentCommandController.java,SseConnectionManager.java.Implemented:
AgentCommandControllersupportsREPLAYcommand type via SSE push.