send_agent_message
⚠ COSTS LLM CREDITS — re-runs the Aurora planner LLM after appending the user's follow-up. Manual approval required; do NOT call unless the user explicitly asked to push a message into an active Aurora agent. Address by agentId OR exact title (XOR). Send a follow-up user message to an agent and re-run the planner, matching POST /api/agent/:agentId/message. This can charge planning tokens, rejects actively running/approved states, may recover terminal states, may transition the agent, and publishes websocket updates. It is not an append-only operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Exact case-insensitive user-assigned title (XOR with agentId) | |
| agentId | No | MongoDB agent _id to send the message to (XOR with title) | |
| content | Yes | The user message text to append to the conversation |