docs(03-02): complete SSE push plan
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -30,10 +30,10 @@ Requirements for initial release. Each maps to roadmap phases. Tracked as Gitea
|
||||
- [x] **AGNT-01**: Agent registers via `POST /api/v1/agents/register` with bootstrap token, receives JWT + server public key (#13)
|
||||
- [x] **AGNT-02**: Server maintains agent registry with LIVE/STALE/DEAD lifecycle based on heartbeat timing (#14)
|
||||
- [x] **AGNT-03**: Agent sends heartbeat via `POST /api/v1/agents/{id}/heartbeat` every 30s (#15)
|
||||
- [ ] **AGNT-04**: Server pushes `config-update` events to agents via SSE with Ed25519 signature (#16)
|
||||
- [ ] **AGNT-05**: Server pushes `deep-trace` commands to agents via SSE for specific correlationIds (#17)
|
||||
- [ ] **AGNT-06**: Server pushes `replay` commands to agents via SSE with signed replay tokens (#18)
|
||||
- [ ] **AGNT-07**: SSE connection includes `ping` keepalive and supports `Last-Event-ID` reconnection (#19)
|
||||
- [x] **AGNT-04**: Server pushes `config-update` events to agents via SSE with Ed25519 signature (#16)
|
||||
- [x] **AGNT-05**: Server pushes `deep-trace` commands to agents via SSE for specific correlationIds (#17)
|
||||
- [x] **AGNT-06**: Server pushes `replay` commands to agents via SSE with signed replay tokens (#18)
|
||||
- [x] **AGNT-07**: SSE connection includes `ping` keepalive and supports `Last-Event-ID` reconnection (#19)
|
||||
|
||||
### Route Diagrams
|
||||
|
||||
|
||||
Reference in New Issue
Block a user