todo: add bug - pending message wake-up issue

This commit is contained in:
damocles 2026-05-16 13:43:41 +02:00
parent ab0df71068
commit 4ceae6cf67

View file

@ -24,3 +24,7 @@
- Per-agent reminder status (pending, delivered)
- Reminder query interface for debugging
- Display reminder delivery errors (failed sends, mark failures)
## Bugs
- **Pending message wake-up**: when a message is pending and an agent turn ends without recv(), session doesn't immediately wake up again. Requires another message to trigger wake-up. (inbox/recv logic issue)