Highlight
- Allow to disable the tool use input parsing by
stream_tool_parsing=Falsein the streaming mode #1097 - Fix the bugs in redis memory and mem0 based long-term memroy
What's Changed
- fix(memory): fix the bug in redis memory that use bytes data as the message key by @DavdGao in #1146
- fix the bug when use ollama model in mem0 by @Osier-Yi in #1148
- fix ollama bug in mem0 (event loop close issue) by ensuring it always runs in the same event loop by @Osier-Yi in #1157
- fix(OpenAIFormatter & AnthropicTokenCounter): fix related bugs by @qbc2016 in #1154
- feat(session): add redis based session in agentscope by @rayrayraykk in #1140
- feat(a2ui): add a2ui example in agentscope by @Osier-Yi in #1101
- fix(a2ui): fix package path issue in pyproject.toml & improve performance by @Osier-Yi in #1167
- fix(agent): remove duplicated message saved to long-term memory by @Osier-Yi in #1171
- feat(rag): add powerpoint reader for slide files by @qbc2016 in #873
- feat(mcp): support execution timeout for MCP tools by @DavdGao in #1176
- feat(model): support passing usage (e.g., cached_tokens) by @MengsD in #1166
- chore(version): update the version to 1.0.14 for pypi release by @DavdGao in #1179
- feat(model): add stream_tool_parsing for chat model by @qbc2016 in #1097
Full Changelog: v1.0.13...v1.0.14