AGNT-05: Push deep-trace commands to agents via SSE #17
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
deep-traceevents 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
Implemented in Phase 3.
POST /api/v1/agents/{id}/commandswith type "deep-trace" pushes command to agent's SSE stream, signed with Ed25519. Key files:AgentCommandController.java,SseConnectionManager.java,SsePayloadSigner.java.Implemented:
AgentCommandControllersupportsDEEP_TRACEcommand type via SSE push.