debug_send_message
Send a message to a live agent session to trace failures and inspect execution state, with options to wait for a response and set a timeout.
Instructions
[Arch Debug] Arch connects to live sessions, traces failures, and inspects execution state. Send a message to the loaded agent and optionally wait for the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message text to send to the agent | |
| timeout | No | Timeout in ms when waiting for response | |
| sessionId | No | Session ID (uses active session if not specified) | |
| waitForResponse | No | Wait for agent response before returning |