| v2.0.8 | ## Highlight - **Realtime Voice Agent**: Introduced a realtime voice agent with DashScope backends and local transport support. - **A2A Protocol Support**: Added `A2AAgent` class to the agent module, enabling agent-to-agent communication. - **New Pipeline Module**: Added a new pipeline module with a `GoalPipeline` class for goal-driven agent workflows. - **Agent-Driven Context Compression**: Introduced a context compression tool that allows agents to manage their own context window. - **LLM | High | 9/8/2026 |
| v2.0.7 | ## What's Changed * fix(gemini): remove unsupported $schema from tool parameters by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/2277 * feat(workspace): share workspace across different agents by @iluv7 in https://github.com/agentscope-ai/agentscope/pull/1951 * feat(workspace): isolate skills per agent, select them per session by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/2283 * fix(hub): preserve GitHub MCP environment inputs by @RerankerGuo in https://gith | High | 8/24/2026 |
| v2.0.6 | ## Highlight - Support **channels** (Feishu and Discord) in AgentScope (#1997) - Support **Apple Container** as workspace backend (#2068) - Support MCP & skill hubs/markets in agent service (#2197) - Add **`on_check_permission`** middleware hook (#2001) - Refactor **Web UI chat pages** with shadcn (#2171) **Chat page**: <img width="3024" height="1898" alt="image" src="https://github.com/user-attachments/assets/67038abc-6050-4d00-8613-76b281bd4b23" /> **Channels**: <img width="3024 | High | 8/7/2026 |
| v2.0.5 | ## Highlight **Agent** - Support structured output (#2150) - Support environment information injection (#2134) **Workspace** - Support OpenSandbox (#1953), Daytona (#1943), K8s (#1933), Bubblewrap (#2051) **Tool** - Support PowerShell for Windows (#2132) **RAG** - Support MongoDB (#2008), Elasticsearch (#2129) - Support Excel (#2026) and Word (#2025) parser **Agent as Service** - Support SQLAlchemy based storage (#2029) - Support sharing resources across user | High | 7/23/2026 |
| v2.0.4.post1 | ## What's Changed * fix(gemini): fix gemini schema containing null by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/2020 * feat(workspace): add K8sWorkspace with Pod/PVC lifecycle, tar-stream backend and MCP gateway support by @XiuShenAl in https://github.com/agentscope-ai/agentscope/pull/1933 * feat(rag): add MongoDB vector store backend Closes by @xu-suping in https://github.com/agentscope-ai/agentscope/pull/2008 * fix(formatter): include tool_name in ollama tool result mes | High | 7/16/2026 |
| v2.0.4 | ## 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 `AgentInvite` to import existing agent as team member, i.e. supporting p2p communication between agents - Add session status | High | 7/7/2026 |
| v2.0.3 | ## Major New Features **RAG Module** - Introduced a native RAG (Retrieval-Augmented Generation) module with full support for distributed, multi-tenant, and multi-session RAG services, significantly enhancing knowledge retrieval capabilities. **Long-Term Memory Middleware** - Added a mem0-backed long-term memory middleware, enabling agents to retain persistent memory across sessions. **Budget Control Middleware** - Introduced BudgetControlMiddleware for enforcing token budget limits, | High | 6/29/2026 |
| v2.0.2 | ## What's Changed * ci(webui): add format and build checks by @Premsenareddy in https://github.com/agentscope-ai/agentscope/pull/1821 * feat(omni): streaming audio + live captions for DashScope/OpenAI omni by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1701 * feat(agent-team): support custom subagent templates in agent service by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1833 * fix(workspace): gracefully handle invalid MCP config entries during i… by @xliu | High | 6/16/2026 |
| v2.0.1 | ## Highlight - **Agent Team** is supported ## What's Changed * fix(webui): add missing files in the web ui example by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1661 * fix(readme): update the QR code for DingTalk group by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1662 * perf(service): support to provide extra tools and middlewares by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1709 * fix(formatter): drop thinking blocks without sign | High | 6/5/2026 |
| v2.0.0 | ## AgentScope 2.0 is released! Please refer to the new [docs](https://docs.agentscope.io) for more information. ## What's Changed * chore(project): temporarily deprecate evaluate/module/rag/tts/realtime modules pending refactor by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1438 * refactor(msg): simplify core building blocks and Msg class structure by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1440 * feat(msg): formalize Msg type rules and constraints | Medium | 5/25/2026 |
| v1.0.21 | ## What's Changed * docs: update dingtalk qr codes and add hyperlink by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1620 * docs(readme): remove redundant links by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1636 * feat(model): extend reasoning_effort options for OpenAI-compatible providers by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1643 * fix(formatter): avoid emitting `text: null` in AnthropicChatFormatter tool_result by @qbc2016 in htt | High | 5/25/2026 |
| v1.0.20 | ## What's Changed * fix(openai): catch response_format errors during streaming to enable fallback by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1527 * feat(mcp): add execution timeout for mcp by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1540 * chore(version): bumping version to 1.0.19.post1 by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1543 * fix(mcp): preserve $defs and $ref in MCP tool input schema by @qbc2016 in https://github.com/age | High | 5/15/2026 |
| v1.0.19.post1 | ## What's Changed * fix(openai): catch response_format errors during streaming to enable fallback by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1527 * feat(mcp): add execution timeout for mcp by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1540 * chore(version): bumping version to 1.0.19.post1 by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1543 **Full Changelog**: https://github.com/agentscope-ai/agentscope/compare/v1.0.19...v1.0.19.post | High | 4/28/2026 |
| v1.0.19 | ## What's Changed * docs(copaw): add news for copaw by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1379 * feat(formatter): support local multimedia paths starting with file:// by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1385 * feat(memory): add tablestore memory support by @zhanghaochenFCB in https://github.com/agentscope-ai/agentscope/pull/1308 * fix(examples): rename ReflectFailure.decompose_subtask.rephrased_plan to failed_subtask in deep research exam | High | 4/20/2026 |
| v1.0.18 | ## What's Changed * fix(huggingface): add huggingface endpoint fix by @garyzhang99 in https://github.com/agentscope-ai/agentscope/pull/1340 * docs(readme): update the README.md and README_zh.md with copaw by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1353 * feat(test): fix version of pymilvus by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1355 * feat(formatter): enhance _to_openai_image_url for local files without extension by @kingofpowers in https://githu | Medium | 3/26/2026 |
| v1.0.17 | ## What's Changed * fix(tool): expand user home in text file tools for paths with tilde by @YingchaoX in https://github.com/agentscope-ai/agentscope/pull/1262 * fix(docs): correct typo in quickstart_agent.py by @04cb in https://github.com/agentscope-ai/agentscope/pull/1273 * fix(openai-model): support newer vllm reasoning field parsing by @WeiSibo in https://github.com/agentscope-ai/agentscope/pull/1271 * fix(model): update DashScopeChatModel to use AioMultiModalConversatio… by @YingchaoX in | Low | 3/13/2026 |
| v1.0.16 | ## Highlight * fix bugs in the previous version (1.0.15) ## What's Changed * fix(dependency): lazy import the websockets library by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1214 * fix(stream_printing_messages): add sleep in print to avoid blocking consumption by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1218 * feat(model): add multimodality parameter in DashScope chat model by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1215 * fix | Low | 2/15/2026 |
| v1.0.16dev | ## What's Changed * fix(dependency): lazy import the websockets library by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1214 * fix(stream_printing_messages): add sleep in print to avoid blocking consumption by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1218 * feat(model): add multimodality parameter in DashScope chat model by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1215 * fix(openai realtime): Add tool format for openai realtime model by | Low | 2/10/2026 |
| 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/1 | Low | 2/7/2026 |
| v1.0.14 | ## Highlight - 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 | Low | 1/30/2026 |
| v1.0.13 | ## Highlight ### RAG - Support MongoDB vector database - Support Excel reader ### Example - Integration with Qwen-Deep-Research model ## What's Changed * Add example integration for Qwen-Deep-Research model by @denverdino in https://github.com/agentscope-ai/agentscope/pull/869 * feat(tool): add func_name parameter to support custom tool renaming by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1115 * feat(rag): add MongoDB vector store in the RAG module. by @qb | Low | 1/20/2026 |
| v1.0.12 | ## Highlight Changes - `ReActAgent` supports automatic memory compression (#1081 ) - The memory module supports (#1081 ) - various relational databases - redis - Compatible with the Azure OpenAI API (#932 ) ## What's Changed * fix(a2a): fix the bug of a2a server in the example by @zhijianma in https://github.com/agentscope-ai/agentscope/pull/1080 * fix(ollama model): bugfix for stream output by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1082 * feat(rag): add Al | Low | 1/16/2026 |
| v1.0.11 | ## What's Changed * add record_to_memory before generate return reply_message by @Osier-Yi in https://github.com/agentscope-ai/agentscope/pull/1039 * fix(werewolf game): Broadcast game result when game ends at night phase by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1065 * fix(openai formatter): Correctly extract image extension from URLs with query parameters by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1066 * feat(agent): Add A2A protocol support for i | Low | 1/4/2026 |
| v1.0.10 | ## What's Changed * fix(version): update version to 1.0.9 by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1009 * fix(docs): fix bug in the tts tutorial by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1010 * fix(opentelemetry): fix versions for opentelemetry by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1011 * fix(openaichatmodel): fix a bug when choice.delta is None by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1015 * refac | Low | 12/19/2025 |
| v1.0.9 | ## What's Changed * fix(docs): fix the typo of the incorrect port number in the tutorial by @VXenomac in https://github.com/agentscope-ai/agentscope/pull/954 * feat(agent-skill): support Anthropic agent skills in `ReActAgent` and `Toolkit` class by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/952 * fix(model & doc): unify client_args and client_kwargs arguments in the chat model classes into client_kwargs by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/957 * f | Low | 12/8/2025 |
| v1.0.8 | ## Important Change - The `generate_response` function in `ReActAgent` class is refactored in v1.0.8 (#910) - The config is refactored with `ContextVar` for thread-safe (#933) ## What's Changed * docs(README): update README.md and README_zh.md with update news by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/899 * fix(pipeline): use Sequence for covariant type substitution in MsgHub by @2725244134 in https://github.com/agentscope-ai/agentscope/pull/909 * refactor(agent): | Low | 11/21/2025 |
| v1.0.7 | ## What's Changed * fix(stream_printing_messages): fix the bug in stream_printing_messages pipeline by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/866 * Fix planner state by @Young198902 in https://github.com/agentscope-ai/agentscope/pull/863 * Change ollama embedding api by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/874 * fix(model): fix the bug that Qwen-Omni requires different input_audio format than OpenAI models by @qbc2016 in https://github.com/agents | Low | 11/3/2025 |
| v1.0.6 | ## What's Changed * [HotFix] Fix missing await in browser agent's format by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/836 * Improve the werewolves game example in AgentScope by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/840 * Refine tutorial by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/843 * Added a demo example showing how AgentScope can connect to Alibaba Cl… by @CodeSpaceiiii in https://github.com/agentscope-ai/agentscope/pull/805 * | Low | 10/23/2025 |
| v1.0.5 | ## What's Changed * Update README with tool agent examples by @cuiyuebing in https://github.com/agentscope-ai/agentscope/pull/813 * Support to obtain the printing messages from an agent instance as an async generator by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/814 * Refine tutorial by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/804 * [HOTFIX]: Add default value None for memory_type in _mem0_record by @zhijianma in https://github.com/agentscope-ai/agentsco | Low | 10/3/2025 |
| v1.0.4 | ## What's Changed - Support voice agent in AgentScope by supporting Qwen-Omni and GPT-audio models - Create RAG module in AgentScope ## Commits * Fix parallel tool execution in tutorial by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/789 * [HOTFIX] Fix the bug in ReActAgent class by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/788 * [Hotfix] Fix ThinkingBlock import issue by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/794 * fix(model) | Low | 9/27/2025 |
| v1.0.3 | ## Important Change - A new plan module is added - The `session_id` argument in `JSONSession` class is moved into the load and save function to support multiple sessions. ## What's Changed * Add concurrent example by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/693 * Add example for SQLite-based session management by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/740 * [HOTFIX] Fix the studio-related error in the tutorial by @DavdGao in https://github.com/ag | Low | 9/17/2025 |
| v1.0.2 | ## What's Changed * [hotfix] fix error in deep research agent by @Luohh5 in https://github.com/agentscope-ai/agentscope/pull/704 * Refine tutorial for multi mcp stateful clients by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/706 * Add news for agentscope runtime by @rayrayraykk in https://github.com/agentscope-ai/agentscope/pull/712 * Add tutorial for fanout pipeline by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/700 * feat: improve logging setup by validat | Low | 9/6/2025 |
| v1.0.1 | ## What's Changed - Fix the bug in the ``handle_interrupt`` method of ``ReActAgent`` - Fix the bug in formatter that doesn't support string output in tool result block - Add examples in AgentScope repo - Meta Planner - Nine-players Werewolves Game - MCP - Multi-agent conversation - Deep Research agent - Support model-level structured output ## Detailed Commit * [Hotfix] Fix error in pypi workflow by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/668 * Fix | Low | 8/27/2025 |
| v1.0.0 | ## What's Changed - Release AgentScope v1.0.0 **Full changelog** refers to https://github.com/agentscope-ai/agentscope/blob/main/docs/changelog.md | Low | 8/15/2025 |
| v0.1.7 | ## What's Changed Create a v0.1.x release for the migration to v.1.0.0 ## Detailed changes * docs(READMEs): update readme for mcp usage by @LiangYang666 in https://github.com/modelscope/agentscope/pull/649 * Fix no speak bug in react agent v2 by @qbc2016 in https://github.com/modelscope/agentscope/pull/651 * Update the roadmap of agentscope v1.0.0 by @DavdGao in https://github.com/modelscope/agentscope/pull/654 * [Hotfix] Fix msg.id not in _PREFIX_DICT by @qbc2016 in https://github.com | Low | 8/13/2025 |
| v0.1.6 | ## What's Changed - Support streamable HTTP MCP server - Fix the verison of mcp library to avoid compatible error in Windows & Python 3.10-3.12 - Fix the error in memory module - Fix the bug in ReActAgent ## Detailed Commits * Fix tutorial by @rayrayraykk in https://github.com/modelscope/agentscope/pull/619 * [HOTFIX] Fix the bug in ReAct agent by @DavdGao in https://github.com/modelscope/agentscope/pull/634 * Formalize schema extension as ServiceToolkit methods by @DavdGao in https:// | Low | 7/4/2025 |
| v0.1.5 | ## What's Changed 1. Refactor python and shell executing tools 2. Refactor AgentScope studio 3. Support structured output in ReActAgentV2 ## Detailed PR * Refactor the python and shell executing tool by @DavdGao in https://github.com/modelscope/agentscope/pull/589 * Fix the error within DashScopeFormatter and ReActAgentV2 by @DavdGao in https://github.com/modelscope/agentscope/pull/591 * Update version to 0.1.5dev by @DavdGao in https://github.com/modelscope/agentscope/pull/592 * Ref | Low | 5/27/2025 |
| v0.1.5dev | This is a dev version for test, and will be overwritten soon. ## What's Changed * Refactor the python and shell executing tool by @DavdGao in https://github.com/modelscope/agentscope/pull/589 * Fix the error within DashScopeFormatter and ReActAgentV2 by @DavdGao in https://github.com/modelscope/agentscope/pull/591 * Update version to 0.1.5dev by @DavdGao in https://github.com/modelscope/agentscope/pull/592 **Full Changelog**: https://github.com/modelscope/agentscope/compare/v0.1.4...v | Low | 4/29/2025 |
| v0.1.4 | ## What's Changed - Fix bug in MCP server - Separate instance-level hooks from class-level hooks. ## Details * Fix MCP link and update roadmap status by @chritkhalil in https://github.com/modelscope/agentscope/pull/572 * [HOTFIX] Fix MCP url in README.md by @rayrayraykk in https://github.com/modelscope/agentscope/pull/575 * Add object-level and class-level hooks by @DavdGao in https://github.com/modelscope/agentscope/pull/574 * Fix mcp result by @rayrayraykk in https://github.com/models | Low | 4/22/2025 |
| v0.1.3 | ## What's Changed In this release, AgentScope - supports MCP servers - supports tools API for OpenAI, DashScope and Anthropic LLM APIs - supports hooks for `reply`, `observe` and `speak` function within the agent - abandons `Operator` class and some pipelines - fixes some bugs ## Details * [Quick fix] Fix path typo in RAG app README by @ZiTao-Li in https://github.com/modelscope/agentscope/pull/551 * [Quick fix] Update QR code by @ZiTao-Li in https://github.com/modelscope/agentsco | Low | 4/1/2025 |
| v0.1.2 | ## What's Changed * Update the version number to v0.1.2.dev by @DavdGao in https://github.com/modelscope/agentscope/pull/481 * fix type conversion from list to dict during filter empty value by @zhijianma in https://github.com/modelscope/agentscope/pull/482 * [HotFix] Fix gradio version by @qbc2016 in https://github.com/modelscope/agentscope/pull/483 * [HOTFIX] Fix the bug in service toolkit and logging by @DavdGao in https://github.com/modelscope/agentscope/pull/487 * add contributor bot c | Low | 3/7/2025 |
| v0.1.1 | ## What's Changed - Fix the bug that the `max_retries` doesn't work in `ReActAgent` - Fix the bug that setting mutliple configurations with different dahscope api keys will result in only one api key taking effect - Support nested Pydantic BaseModel objects within the parser - Support token couting in AgentScope for OpenAI (both vision and non-vision llms), Gemini, DashScope APIs, and support to register token counting functions locally - Fix bug in streaming mode - Adjust the basic prom | Low | 11/8/2024 |
| v0.1.0 | ## What's Changed ### Model APIs 1. Support ZhipuAI API (https://github.com/modelscope/agentscope/pull/181) 2. Support Yi API (https://github.com/modelscope/agentscope/pull/343) 3. Support streaming mode in AgentScope (https://github.com/modelscope/agentscope/pull/347) 4. Support LiteLLM (https://github.com/modelscope/agentscope/pull/204) 5. Format input messages according to the name of the model (https://github.com/modelscope/agentscope/pull/381) ### Service Add the following new s | Low | 9/9/2024 |
| v0.0.4 | ## Features * Agentscope [Workstation and Copilot](https://agentscope.aliyun.com/) are online now * More services * arxiv search * download from url * shell execution * More models * dashscope multimodal * Llama3 * More examples * [Conversation nl2sql](https://github.com/modelscope/agentscope/tree/main/examples/conversation_nl2sql) * [Llama3](https://github.com/modelscope/agentscope/blob/main/examples/model_llama3) * [Distributed Large Scale Simulation | Low | 5/6/2024 |
| v0.0.3 | ## What's Changed * Fix the bug that the `format` method of `ModelWrapperBase` sub-classes cannot be used in distributed mode. * Support running multiple Agent instances in a single Agent Server * Optimize performance in distributed mode * Update the ReActAgent ## Details * docs: fix error typo by @Undertone0809 in https://github.com/modelscope/agentscope/pull/129 * Update version number. by @DavdGao in https://github.com/modelscope/agentscope/pull/127 * Add agent_id for each agent i | Low | 4/3/2024 |
| v0.0.2 | ## What's Changed * Add `ReActAgent` agent * Add `web_digest` service * Add more examples * Autonomous Conversation with Mentions * Self-Organizing Conversation * Basic Conversation with LangChain library * Conversation with ReAct Agent * Conversation with RAG Agent * Gomoku * Distributed Debate * Distributed Parallel Search * Add more model wrappers * DashScope: Chat, Image Synthesis, Text Embedding * Gemini: Chat, Embedding * Ollama: | Low | 3/29/2024 |
| v0.0.1 | ## What's Changed * Add templates for issues and pull requests by @DavdGao in https://github.com/modelscope/agentscope/pull/1 * [DOC] add API reference documentation by @pan-x-c in https://github.com/modelscope/agentscope/pull/7 * add jupyter for conversation by @qbc2016 in https://github.com/modelscope/agentscope/pull/6 * Move defaults and types to constants by @pan-x-c in https://github.com/modelscope/agentscope/pull/9 * add distributed examples in notebook by @qbc2016 in https://github.c | Low | 2/26/2024 |