Agent Takeover — Full Lifecycle Guide How an external agent (OpenClaw plugin, custom script, or any WebSocket client) takes control of a live phone call, handles conversation turns directly, and hands back to the local LLM. Architecture Overview Normal flow: phone sends audio to , gateway runs ASR → LLM → TTS, returns audio. Takeover flow: after , gateway sends to the agent WebSocket instead of calling the local LLM. The agent replies with text, gateway runs TTS, returns audio to phone. Endpoints Used WebSocket (primary — full bidirectional control) — No authentication required on the WebSock…