AGNT-06: Push replay commands to agents via SSE #18

Closed
opened 2026-03-11 11:13:46 +01:00 by claude · 2 comments
Owner

Server pushes replay events 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

Server pushes `replay` events 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
Author
Owner

Implemented in Phase 3. POST /api/v1/agents/{id}/commands with type "replay" pushes replay commands via SSE. Also supports group and broadcast targeting. Key files: AgentCommandController.java, SseConnectionManager.java.

Implemented in Phase 3. `POST /api/v1/agents/{id}/commands` with type "replay" pushes replay commands via SSE. Also supports group and broadcast targeting. Key files: `AgentCommandController.java`, `SseConnectionManager.java`.
Author
Owner

Implemented: AgentCommandController supports REPLAY command type via SSE push.

Implemented: `AgentCommandController` supports `REPLAY` command type via SSE push.
Sign in to join this conversation.