| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-07 | 4.5 kB | |
| v2.0.4 source code.tar.gz | 2026-07-07 | 6.2 MB | |
| v2.0.4 source code.zip | 2026-07-07 | 6.7 MB | |
| Totals: 3 Items | 12.8 MB | 0 | |
Highlight
Agent
- Support agent interruption with context handling [#1995]
Longterm Memory Integration
- Integrate ReMe based longterm memory [#1972]
- Integrate agentic longterm memory [#1927]
TTS
- Support OpenAI TTS API [#1878]
- Support DashScope CosyVoice TTS API [#1866]
RAG
- Support Milvus Lite VDB [#1969]
Agent Service
- Support
AgentInviteto import existing agent as team member, i.e. supporting p2p communication between agents - Add session status endpoint [#1984]
- Support agent interruption in agent service backend & frontend [#1995]
What's Changed
- fix: prevent duplicate credential registration in CredentialFactory by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1964
- fix(tool): reject negative grep pagination values by @VectorPeak in https://github.com/agentscope-ai/agentscope/pull/1954
- feat(middleware): add file-based long-term memory middleware by @y1y5 in https://github.com/agentscope-ai/agentscope/pull/1927
- refactor(workspace): re-organize the code implementation logic of the workspace by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1971
- fix(agent): preserve middleware kwargs across next handlers by @h2h2h in https://github.com/agentscope-ai/agentscope/pull/1966
- fix(agent): guard against empty or interrupted streaming responses by @xueshanfeihu007 in https://github.com/agentscope-ai/agentscope/pull/1861
- fix(model): use flat estimate for multimodal data blocks by @dongfeng3692 in https://github.com/agentscope-ai/agentscope/pull/1899
- feat: add DashScope CosyVoice TTS model by @YingchaoX in https://github.com/agentscope-ai/agentscope/pull/1866
- feat(rag): add Milvus Lite vector store by @Trefoi1 in https://github.com/agentscope-ai/agentscope/pull/1969
- fix(agent): emit ThinkingBlockEnd before TextBlockStart at reasoning→answer boundary by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1887
- feat(agent-team): support to invite the existing agents within the agent service by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1977
- feat(service): add session status endpoint by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1984
- docs(agent): fix copy-paste and mismatched docstrings in agent, state and tool modules by @orangeCatDeveloper in https://github.com/agentscope-ai/agentscope/pull/1989
- feat(middleware): add ReMe long-term memory middleware by @ployts in https://github.com/agentscope-ai/agentscope/pull/1972
- feat(agent): support agent interruption with graceful context and tool state handling by @iluv7 in https://github.com/agentscope-ai/agentscope/pull/1995
- fix(formatter): drop empty thinking blocks for gemini by @nolanchic in https://github.com/agentscope-ai/agentscope/pull/2013
- fix(formatter): repair truncated tool-call input instead of crashing by @nolanchic in https://github.com/agentscope-ai/agentscope/pull/2012
- fix(gemini): sanitize const schema field for gemini tool parameters by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/2016
- feat(tts): implement OpenAI TTS API by @nuthalapativarun in https://github.com/agentscope-ai/agentscope/pull/1878
- fix(model): fix openai response api by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1950
- fix(model): fix structured output hang on streaming models by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/2018
- chore(version): bump version to 2.0.4 by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/2019
New Contributors
- @VectorPeak made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1954
- @y1y5 made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1927
- @xueshanfeihu007 made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1861
- @dongfeng3692 made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1899
- @Trefoi1 made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1969
- @orangeCatDeveloper made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1989
- @iluv7 made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1995
- @nolanchic made their first contribution in https://github.com/agentscope-ai/agentscope/pull/2013
Full Changelog: https://github.com/agentscope-ai/agentscope/compare/v2.0.3...v2.0.4