agent_heartbeat
Send periodic heartbeat signals to keep your agent alive. Agents stop responding if heartbeat is missed for 5 minutes.
Instructions
Report that an agent is still alive — call periodically to maintain liveness.
An agent is considered dead if no heartbeat is received within 5 minutes. Dead agents will appear in watchdog_check() results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team the agent belongs to (optional) | |
| agent_id | Yes | Unique agent identifier (use your agent name or ID) | |
| agent_name | No | Human-readable agent name (optional, for display) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||