diff --git a/README.md b/README.md index 61faecbf25..85fbddd18e 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ The AgentScope Ecosystem ## News +- **[2026-03] `RELS`:** We recently developed and open sourced an AI assistant named [CoPaw](https://github.com/agentscope-ai/CoPaw) (Co Personal Agent Workstation), built upon [AgentScope](https://github.com/agentscope-ai/agentscope), [AgentScope-Runtime](https://github.com/agentscope-ai/agentscope-runtime), and [Reme](https://github.com/agentscope-ai/ReMe). - **[2026-02] `FEAT`:** Realtime Voice Agent support. [Example](https://github.com/agentscope-ai/agentscope/tree/main/examples/agent/realtime_voice_agent) | [Multi-Agent Realtime Example](https://github.com/agentscope-ai/agentscope/tree/main/examples/workflows/multiagent_realtime) | [Tutorial](https://doc.agentscope.io/tutorial/task_realtime.html) - **[2026-01] `COMM`:** Biweekly Meetings launched to share ecosystem updates and development plans - join us! [Details & Schedule](https://github.com/agentscope-ai/agentscope/discussions/1126) - **[2026-01] `FEAT`:** Database support & memory compression in memory module. [Example](https://github.com/agentscope-ai/agentscope/tree/main/examples/functionality/short_term_memory/memory_compression) | [Tutorial](https://doc.agentscope.io/tutorial/task_memory.html) diff --git a/README_zh.md b/README_zh.md index 000a747728..3ce8d7aa43 100644 --- a/README_zh.md +++ b/README_zh.md @@ -77,6 +77,7 @@ AgentScope 生态 ## 📢 新闻 +- **[2026-03] `发布`:** 我们最近发布了一个名为 [CoPaw](https://github.com/agentscope-ai/CoPaw)(Co Personal Agent Workstation)的个人助理型产品,它基于 [AgentScope](https://github.com/agentscope-ai/agentscope)、[AgentScope-Runtime](https://github.com/agentscope-ai/agentscope-runtime) 和 [Reme](https://github.com/agentscope-ai/ReMe) 构建。 - **[2026-02] `功能`:** 支持实时语音交互。[样例](https://github.com/agentscope-ai/agentscope/tree/main/examples/agent/realtime_voice_agent) | [多智能体实时交互](https://github.com/agentscope-ai/agentscope/tree/main/examples/workflows/multiagent_realtime) | [文档](https://doc.agentscope.io/tutorial/task_realtime.html) - **[2026-01] `社区`:** AgentScope 双周会议启动,分享生态更新和开发计划 - 欢迎加入![详情与安排](https://github.com/agentscope-ai/agentscope/discussions/1126) - **[2026-01] `功能`:** 记忆模块新增数据库支持和记忆压缩。[样例](https://github.com/agentscope-ai/agentscope/tree/main/examples/functionality/short_term_memory/memory_compression) | [教程](https://doc.agentscope.io/tutorial/task_memory.html) diff --git a/src/agentscope/_version.py b/src/agentscope/_version.py index a6743e8a57..ece5932720 100644 --- a/src/agentscope/_version.py +++ b/src/agentscope/_version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- """The version of agentscope.""" -__version__ = "1.0.18" +__version__ = "1.0.19dev"