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
1. Add gradio app, support for local-mode and ModelScope studio deployment
2. Add project readme
3. Add cli for Doc Research: ms-agent app --doc_research
Copy file name to clipboardExpand all lines: README.md
+41-3Lines changed: 41 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,14 @@ MS-Agent is a lightweight framework designed to empower agents with autonomous e
48
48
49
49
## 🎉 News
50
50
51
-
* 🔥July 18, 2025: Release MS-Agent v1.0.0, improve the experience of Agent chat with MCP, and update the readme for [Agentic Insight](projects/deep_research/README.md).
51
+
* 🚀July 31, 2025: Release MS-Agent v1.1.0, which includes the following updates:
52
+
- 🔥 Support [Doc Research](projects/doc_research/README.md), demo: [DocResearchStudio](https://modelscope.cn/studios/ms-agent/DocResearch)
53
+
- Add `General Web Search Engine` for Agentic Insight (DeepResearch)
54
+
- Add `Max Continuous Runs` for Agent chat with MCP.
52
55
53
-
* 🔥July 16, 2025: Release MS-Agent v1.0.0rc0, which includes the following updates:
56
+
* 🚀July 18, 2025: Release MS-Agent v1.0.0, improve the experience of Agent chat with MCP, and update the readme for [Agentic Insight](projects/deep_research/README.md).
57
+
58
+
* 🚀July 16, 2025: Release MS-Agent v1.0.0rc0, which includes the following updates:
54
59
- Support for Agent chat with MCP (Model Context Protocol)
55
60
- 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)
56
61
- Support for [MCP-Playground](https://modelscope.cn/mcp/playground)
@@ -204,6 +209,39 @@ So, how are external electric fields typically simulated in theoretical calculat
204
209
205
210
For more details, please refer to [Deep Research](projects/deep_research/README.md).
206
211
212
+
<br>
213
+
214
+
### Doc Research
215
+
216
+
This project provides a framework for **Doc Research**, enabling agents to autonomously explore and execute complex tasks related to document analysis and research.
217
+
218
+
#### Features
219
+
220
+
- 🔍 **Deep Document Research** - Support deep analysis and summarization of documents
221
+
- 📝 **Multiple Input Types** - Support multi-file uploads and URL inputs
222
+
- 📊 **Multimodal Reports** - Support text and image reports in Markdown format
223
+
- 🚀 **High Efficiency** - Leverage powerful LLMs for fast and accurate research, leveraging key information extraction techniques to further optimize token usage
224
+
- ⚙️ **Flexible Deployment** - Support local run and [ModelScope Studio](https://modelscope.cn/studios)
225
+
- 💰 **Free Model Inference** - Free LLM API inference calls for ModelScope users, refer to [ModelScope API-Inference](https://modelscope.cn/docs/model-service/API-Inference/intro)
0 commit comments