Skip to content

useAgentHeartbeat

stable

Agent status polling hook — returns { agents, lastPing, stale, ping }. Marks agents stale after configurable staleness window. Used in multi-agent orchestration views.

Orchestration/Storybook ↗
import { useAgentHeartbeat } from "@nodus/design-system/patterns"
Loading demo…

Props

interval
Type numberDefault

Poll frequency in ms (default: 3000).

staleAfterMs
Type numberDefault

Threshold before marking agent stale (default: 8000).

Metadatasemantictype
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?