BE-CAL-003: Agent model with status/heartbeat/exhausted fields (backend submodule)

This commit is contained in:
zhi
2026-03-30 20:47:56 +00:00
parent 35045a9490
commit c01881ade0
2 changed files with 5 additions and 5 deletions

View File

@@ -107,10 +107,10 @@
- [x] 加入层级参数校验约束 - [x] 加入层级参数校验约束
- [x] 处理 user 归属关系 - [x] 处理 user 归属关系
- [ ] BE-CAL-003:新增 Agent 扩展字段(backend only) - [x] BE-CAL-003:新增 Agent 扩展字段(backend only)
- [ ] 为 Agent 增加 `status / last_heartbeat` - [x] 为 Agent 增加 `status / last_heartbeat`
- [ ] 增加 `exhausted_at / recovery_at / exhaust_reason` - [x] 增加 `exhausted_at / recovery_at / exhaust_reason`
- [ ] 明确与现有 user / monitor 标识的关系 - [x] 明确与现有 user / monitor 标识的关系
- [ ] BE-CAL-004:实现 MinimumWorkload 存储方案(backend only) - [ ] BE-CAL-004:实现 MinimumWorkload 存储方案(backend only)
- [ ] 确定 JSON 字段还是独立表 - [ ] 确定 JSON 字段还是独立表