todo: add multi-agent restart coordination item

This commit is contained in:
damocles 2026-05-16 13:14:17 +02:00
parent 3b8cdc7e20
commit a57e500f48

View file

@ -6,6 +6,7 @@
- Private git forge agents can push to and create new repos in - Private git forge agents can push to and create new repos in
- Move bind mounts in agents to `/agents/<name>/state` so path for agent = path for manager - Move bind mounts in agents to `/agents/<name>/state` so path for agent = path for manager
- **Broadcast messaging**: allow sending messages with recipient "*" to all agents; deliver with hint "this was a broadcast and may not need any action from you" - **Broadcast messaging**: allow sending messages with recipient "*" to all agents; deliver with hint "this was a broadcast and may not need any action from you"
- **Multi-agent restart coordination**: when rebuilding all agents, manager should start first so it can coordinate post-restart confusion (notify agents, suppress unnecessary retries, etc)
## Reminder Tool ## Reminder Tool