## Description Implement a simple HTTP health check endpoint at /healthz that returns node status. ## Requirements - [ ] GET /healthz returns 200 OK with JSON: {status: 'ok', uptime: ..., version: ...} - [ ] Include Go version, build time, agent name - [ ] Add tests ## Skills Go, net/http
Description
Implement a simple HTTP health check endpoint at /healthz that returns node status.
Requirements
Skills
Go, net/http