From e926908af7e7bd232d7b262c1e3e4ad1e5a3be9b Mon Sep 17 00:00:00 2001 From: Christian Gick Date: Sun, 22 Feb 2026 18:45:56 +0200 Subject: [PATCH] test: revert to base Agent to check if stt_node override breaks VAD Co-Authored-By: Claude Sonnet 4.6 --- voice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice.py b/voice.py index e6e948d..7cdeb79 100644 --- a/voice.py +++ b/voice.py @@ -641,7 +641,7 @@ class VoiceSession: logger.info("SEARCH_RESULT: %s", result[:200]) return result - agent = _VoiceAgent( + agent = Agent( instructions=_build_voice_prompt() + memory_section, tools=[search_web], )