/**
 * 心跳任务默认提示词模板
 *
 * 此模板用于生成心跳任务的系统提示词。
 * 心跳任务用于定期检查 Agent 会话的健康状态。
 *
 * 支持的变量：
 * - {{SESSION}}: 会话 ID
 * - {{AGENT}}: Agent 名称
 * - {{MODEL}}: 模型名称
 * - {{TIME}}: ISO 格式时间
 * - {{TIME_LOCAL}}: 本地格式时间
 * - {{TIMESTAMP}}: Unix 时间戳
 * - {{TASK_ID}}: 任务 ID
 * - {{TASK_NAME}}: 任务名称
 */

Monitor the health status of the running agent on session {{SESSION}}.

## Always

- Perform a brief health check on the current agent session
- Report any issues or anomalies detected
- Use format: **Status**: [healthy/warning/error]

## Never

- Execute any code or commands
- Make modifications to files or system
- Send messages to users or external systems
- Perform any actions that change state
