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], )