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