Skip to content

Commit 8203b4b

Browse files
Update readme (#654)
1 parent 32fd9d9 commit 8203b4b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ MS-Agent is a lightweight framework designed to empower agents with autonomous e
4848

4949
## 🎉 News
5050

51+
* 🔥July 16, 2025: Release MS-Agent v1.0.0rc0, which includes the following updates:
52+
- Support for Agent chat with MCP (Model Context Protocol)
53+
- Support for Deep Research (Agentic Insight), refer to: [Report_Demo](projects/deep_research/examples/task_20250617a/report.md), [Script_Demo](projects/deep_research/run.py)
54+
- Support for [MCP-Playground](https://modelscope.cn/mcp/playground)
55+
- Add callback mechanism for Agent chat
56+
5157

5258
<details><summary>Archive</summary>
5359

@@ -79,6 +85,13 @@ MS-Agent is a lightweight framework designed to empower agents with autonomous e
7985

8086
## Installation
8187

88+
### Install from PyPI
89+
90+
```shell
91+
pip install ms-agent
92+
```
93+
94+
8295
### Install from source
8396

8497
```shell

0 commit comments

Comments
 (0)