Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ The AgentScope Ecosystem

## News
<!-- BEGIN 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)
Expand Down
1 change: 1 addition & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ AgentScope 生态

## 📢 新闻
<!-- BEGIN NEWS -->
- **[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)
Expand Down
2 changes: 1 addition & 1 deletion src/agentscope/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
"""The version of agentscope."""

__version__ = "1.0.18"
__version__ = "1.0.19dev"
Loading