1.0.0
[v1.0.0] — 2026-03-11
Initial stable release of the Agora Agent Server SDK for Python.
Added
Agentbuilder with fluent API (.with_llm(),.with_tts(),.with_stt(),.with_mllm(),.with_avatar())AgentSessionandAsyncAgentSessionfor synchronous and async session lifecycle management- Automatic token generation — pass
app_id+app_certificateand tokens are handled internally - Token utilities:
generate_rtc_token,generate_convo_ai_token,expires_in_hours,expires_in_minutes - Turn detection configuration via
TurnDetectionConfigwith nestedStartOfSpeechConfigandEndOfSpeechConfig - SAL (Selective Attention Locking) via
SalConfigwithSalMode - Filler words support:
FillerWordsConfig,FillerWordsTrigger,FillerWordsContent - Session parameters:
SessionParams,SilenceConfig,FarewellConfig,ParametersDataChannel - Geofencing via
GeofenceConfig - Advanced features (MLLM mode) via
AdvancedFeatures - Type-safe constants:
DataChannel,SilenceActionValues,SalModeValues,GeofenceArea,FillerWordsSelectionRule,TurnDetectionTypeValues - Vendor integrations:
- LLM:
OpenAI,AzureOpenAI,Anthropic,Gemini,VertexAI - MLLM:
OpenAIRealtime - TTS:
ElevenLabsTTS,MicrosoftTTS,OpenAITTS,CartesiaTTS,GoogleTTS,AmazonTTS,HumeAITTS,RimeTTS,FishAudioTTS,MiniMaxTTS,SarvamTTS - STT:
DeepgramSTT,MicrosoftSTT,OpenAISTT,GoogleSTT,AmazonSTT,AssemblyAISTT,AresSTT,SarvamSTT,SpeechmaticsSTT - Avatar:
HeyGenAvatar,AkoolAvatar
- LLM: