AGNT-03: Agent heartbeat via POST /api/v1/agents/{id}/heartbeat #15

Closed
opened 2026-03-11 11:13:38 +01:00 by claude · 1 comment
Owner

Agent sends heartbeat every 30s via POST /api/v1/agents/{id}/heartbeat with {configVersion, status}. Server updates agent last-seen timestamp and lifecycle state.

Category: Agent Management
REQ-ID: AGNT-03

Agent sends heartbeat every 30s via `POST /api/v1/agents/{id}/heartbeat` with `{configVersion, status}`. Server updates agent last-seen timestamp and lifecycle state. **Category:** Agent Management **REQ-ID:** AGNT-03
Author
Owner

Implemented in Phase 3. POST /api/v1/agents/{id}/heartbeat updates lastHeartbeat timestamp and transitions agent back to LIVE if currently STALE. Key files: AgentRegistrationController.java, AgentRegistryService.java.

Implemented in Phase 3. `POST /api/v1/agents/{id}/heartbeat` updates lastHeartbeat timestamp and transitions agent back to LIVE if currently STALE. Key files: `AgentRegistrationController.java`, `AgentRegistryService.java`.
Sign in to join this conversation.