Source Code:
src/gaia/talk/Import:
from gaia.talk.sdk import TalkSDK, TalkConfig, TalkResponse, TalkModeDetailed 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
Related Topics
- Agent SDK - Text-only chat interface
- RAG SDK - Document indexing and search
- Audio SDK - Low-level audio components
- Specialized Agents - Pre-built agent implementations