dev-2026-03-29 #7

Merged
hzhang merged 60 commits from dev-2026-03-29 into main 2026-04-05 22:11:44 +00:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit e758f977fc - Show all commits

View File

@@ -180,11 +180,11 @@
- [x] 仅返回 `scheduled_at` 已过的 slot
- [x] 按优先级排序
- [ ] BE-AGT-002:实现 Agent 状态流转服务(backend only)
- [ ] Idle -> Busy / OnCall
- [ ] Busy / OnCall -> Idle
- [ ] 超时无心跳 -> Offline
- [ ] API 配额错误 -> Exhausted
- [x] BE-AGT-002:实现 Agent 状态流转服务(backend only)
- [x] Idle -> Busy / OnCall
- [x] Busy / OnCall -> Idle
- [x] 超时无心跳 -> Offline
- [x] API 配额错误 -> Exhausted
- [ ] BE-AGT-003:实现多 slot 竞争处理(backend only)
- [ ] 选最高 priority 执行