AGNT-05: Push deep-trace commands to agents via SSE #17

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

Server pushes deep-trace events to agents via SSE with {correlationId, duration} to enable deep tracing for a specific correlation ID for a limited time window.

Category: Agent Management
REQ-ID: AGNT-05

Server pushes `deep-trace` events to agents via SSE with `{correlationId, duration}` to enable deep tracing for a specific correlation ID for a limited time window. **Category:** Agent Management **REQ-ID:** AGNT-05
Author
Owner

Implemented in Phase 3. POST /api/v1/agents/{id}/commands with type "deep-trace" pushes command to agent's SSE stream, signed with Ed25519. Key files: AgentCommandController.java, SseConnectionManager.java, SsePayloadSigner.java.

Implemented in Phase 3. `POST /api/v1/agents/{id}/commands` with type "deep-trace" pushes command to agent's SSE stream, signed with Ed25519. Key files: `AgentCommandController.java`, `SseConnectionManager.java`, `SsePayloadSigner.java`.
Author
Owner

Implemented: AgentCommandController supports DEEP_TRACE command type via SSE push.

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