You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43-4Lines changed: 43 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,13 @@ MS-Agent is a lightweight framework designed to empower agents with autonomous e
54
54
55
55
## 🎉 News
56
56
57
+
* 🚀 Feb 04, 2026: Release MS-Agent v1.6.0rc0, which includes the following updates:
58
+
-**Code Genesis** for complex code generation tasks, refer to [Code Genesis](https://github.com/modelscope/ms-agent/tree/main/projects/code_genesis)
59
+
-**Singularity Cinema** for animated video generation workflow, refactored version, refer to [Singularity Cinema](https://github.com/modelscope/ms-agent/tree/main/projects/singularity_cinema)
60
+
-**New framework of Skills**: New design of the skills system to enhance robustness and extensibility. Refer to [MS-Agent Skills](https://github.com/modelscope/ms-agent/tree/main/ms_agent/skill).
61
+
-**WebUI**: A new WebUI has been added, featuring agentic chatting capabilities, complex code generation and video generation workflow.
62
+
63
+
57
64
* 🎬 Nov 13, 2025: Release Singularity Cinema, to support short video generation for complex scenarios, check [here](projects/singularity_cinema/README_EN.md)
58
65
59
66
* 🚀 Nov 12, 2025: Release MS-Agent v1.5.0, which includes the following updates:
@@ -82,6 +89,8 @@ MS-Agent is a lightweight framework designed to empower agents with autonomous e
82
89
- DocResearch now supports exporting the Markdown report to `HTML`、`PDF`、`PPTX` and `DOCX` formats, refer to [Doc Research](projects/doc_research/README.md) for more details.
83
90
- DocResearch now supports `TXT` file processing and file preprocessing, refer to [Doc Research](projects/doc_research/README.md) for more details.
84
91
92
+
93
+
<details><summary>Archive</summary>
85
94
* 🚀 July 31, 2025: Release MS-Agent v1.1.0, which includes the following updates:
86
95
- 🔥 Support [Doc Research](projects/doc_research/README.md), demo: [DocResearchStudio](https://modelscope.cn/studios/ms-agent/DocResearch)
87
96
- Add `General Web Search Engine` for Agentic Insight (DeepResearch)
@@ -94,10 +103,6 @@ MS-Agent is a lightweight framework designed to empower agents with autonomous e
94
103
- 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)
95
104
- Support for [MCP-Playground](https://modelscope.cn/mcp/playground)
96
105
- Add callback mechanism for Agent chat
97
-
98
-
99
-
<details><summary>Archive</summary>
100
-
101
106
* 🔥🔥🔥Aug 8, 2024: A new graph based code generation tool [CodexGraph](https://arxiv.org/abs/2408.03910) is released by Modelscope-Agent, it has been proved effective and versatile on various code related tasks, please check [example](https://github.com/modelscope/modelscope-agent/tree/master/apps/codexgraph_agent).
102
107
* 🔥🔥Aug 1, 2024: A high efficient and reliable Data Science Assistant is running on Modelscope-Agent, please find detail in [example](https://github.com/modelscope/modelscope-agent/tree/master/apps/datascience_assistant).
103
108
* 🔥July 17, 2024: Parallel tool calling on Modelscope-Agent-Server, please find detail in [doc](https://github.com/modelscope/modelscope-agent/blob/master/modelscope_agent_servers/README.md).
@@ -263,6 +268,40 @@ asyncio.run(main())
263
268
</details>
264
269
265
270
271
+
### Agent Skills
272
+
273
+
The **MS-Agent Skill Module** is **Implementation** of [Anthropic-Agent-Skills](https://platform.claude.com/docs/en/agents-and-tools/agent-skills) Protocol.
0 commit comments