live_heartbeat
Send a heartbeat to mark the agent as online for a specified TTL window, enabling the bridge to track presence without model-layer polling.
Instructions
Agent 端 keep-alive. 在 ttl_seconds 内 bridge 算 online. ⚠️ ttl_seconds 是在线判定窗口, NOT 轮询间隔. 值更契约 v3: 等待不烧模型回合(红线: 禁止模型层轮询), 用看门脚本/live_wait/你家自己的监听机制均可, 见 recipe://live-teaching. 看门脚本会替你打心跳; 走 live_wait 的, 它自带 auto-heartbeat. 回应契约(单层 v3): 实质回答质量优先, 不设硬秒数, 在场感由在线灯负责不由报文. (旧 context_status 参数已退役——上下文余量指示灯已整体拆除, 心跳只管在线.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair_id | No | ||
| ttl_seconds | No | default 60, clamp [15, 600] |