Skip to main content
Source Code: src/gaia/talk/
Import: from gaia.talk.sdk import TalkSDK, TalkConfig, TalkResponse, TalkMode

Detailed Spec: spec/talk-sdk Purpose: Unified voice and text chat interface with RAG integration, combining ASR (Whisper) and TTS (Kokoro) with conversational AI. When to use it:
  • Building voice-enabled AI assistants
  • Creating hands-free interfaces
  • Adding speech capabilities to existing agents
  • Building document Q&A with voice interaction

10.1 Basic Voice & Text Chat


10.2 Voice + RAG Integration


10.3 Simple Talk Interface


10.4 TalkResponse Object