What's Changed
- feat(tuner): Add Logger and Tinker Support by @pan-x-c in #1178
- feat(rag/store): add OceanBaseStore as a vdb choice by @PsiACE in #1078
- feat(voice agent): implement realtime voice agent by @qbc2016 in #1056
- docs(evaluation): add openjudge evaluation integration by @ployts in #1168
- docs(api): abandon the API documentation temporarily by @DavdGao in #1196
- docs(tutorial): remove the huggingface related code in tutorial to avoid rate limit by @DavdGao in #1198
- fix(tutorial): fix the bug in the tutorial by @DavdGao in #1199
- fix(mcp): fix the timeout argument in MCPToolFunction class by @DavdGao in #1192
- Adapt Mem0LongtermMemory to mem0 v1 by @Osier-Yi in #1191
- fix(gemini): fix GeminiChatModel compatibility with Gemini-3-pro by @DavdGao in #1206
- chore(version): update version to 1.0.15 for new release by @DavdGao in #1209
- fix(redis_memory): support
decode_responseto beFalsein the givenconnection_poolargument by @ceshihao in #1187 - perf(redis_memory): avoid scan operations in
RedisMemoryto improve efficiency by @DavdGao in #1211
New Contributors
Full Changelog: v1.0.14...v1.0.15