zhi
6c0959f5bb
BE-AGT-001: implement heartbeat pending-slot query service
- New service: app/services/agent_heartbeat.py
- get_pending_slots_for_agent(): queries today's NotStarted/Deferred slots
where scheduled_at <= now, sorted by priority descending
- get_pending_slot_count(): lightweight count-only variant
- Auto-materializes plan virtual slots for today before querying
- Supports injectable 'now' parameter for testing
2026-03-31 23:01:47 +00:00
..
2026-02-21 08:25:37 +00:00
2026-02-27 09:39:39 +00:00
2026-03-31 23:01:47 +00:00
2026-03-11 12:51:54 +00:00
2026-03-17 18:02:08 +00:00
2026-03-30 06:16:01 +00:00
2026-03-31 04:16:50 +00:00
2026-03-20 10:03:56 +00:00
2026-03-31 01:17:54 +00:00
2026-03-30 23:47:07 +00:00
2026-03-31 04:16:50 +00:00
2026-02-22 02:43:34 +00:00