What's wrong with this entry?
When resuming a running agent via Agent({resume: id}), the prompt is now queued for delivery instead of throwing an error. Coordinators can also send messages to running agents via SendMessage.
- If an agent is already running, calling
Agent({resume: id})queues the prompt and returns aqueued_to_runningstatus - The agent receives the queued message at its next tool-round boundary
SendMessage({to: "<name>", message: "..."})can also queue messages to running local agents- A coordinator message is rendered with: "The coordinator sent a message while you were working: [...] Address this before completing your current task."
Agent message queue system (search for "queued_to_running", "Message queued for delivery", "pendingMessages")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.