Expand description
Agent health/liveness monitoring.
Watches subprocess output activity, classifies errors, and emits
agenthealth WPS events when health state transitions occur.
Design: docs/specs/agent-health-design.md
Structs§
- Agent
Health Event - WPS event payload for health transitions.
- Error
Tracker 🔒 - Sliding-window error tracker.
- Health
Monitor - Per-block agent health monitor.
- Health
Monitor 🔒Inner - Per-block health monitor inner state.
Enums§
- Agent
Health - Agent health status (orthogonal to shellprocstatus).
- Error
Class - Error severity classification.
Functions§
- classify_
output_ line - Classify a parsed NDJSON line for health monitoring. Returns (is_meaningful, optional_error).