Allow to disable the tool use input parsing by stream_tool_parsing=False in 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 https://github.com/agentscope-ai/agentscope/pull/1146
fix the bug when use ollama model in mem0 by @Osier-Yi in https://github.com/agentscope-ai/agentscope/pull/1148
fix ollama bug in mem0 (event loop close issue) by ensuring it always runs in the same event loop by @Osier-Yi in https://github.com/agentscope-ai/agentscope/pull/1157
fix(OpenAIFormatter & AnthropicTokenCounter): fix related bugs by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1154
feat(session): add redis based session in agentscope by @rayrayraykk in https://github.com/agentscope-ai/agentscope/pull/1140
feat(a2ui): add a2ui example in agentscope by @Osier-Yi in https://github.com/agentscope-ai/agentscope/pull/1101
fix(a2ui): fix package path issue in pyproject.toml & improve performance by @Osier-Yi in https://github.com/agentscope-ai/agentscope/pull/1167
fix(agent): remove duplicated message saved to long-term memory by @Osier-Yi in https://github.com/agentscope-ai/agentscope/pull/1171
feat(rag): add powerpoint reader for slide files by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/873
feat(mcp): support execution timeout for MCP tools by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1176
feat(model): support passing usage (e.g., cached_tokens) by @MengsD in https://github.com/agentscope-ai/agentscope/pull/1166
chore(version): update the version to 1.0.14 for pypi release by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1179
feat(model): add stream_tool_parsing for chat model by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1097
Full Changelog: https://github.com/agentscope-ai/agentscope/compare/v1.0.13...v1.0.14