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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,9 @@ MS-Agent is a lightweight framework designed to empower agents with autonomous e
54
54
55
55
## 🎉 News
56
56
57
+
* 🚀 Feb 06, 2026: Release MS-Agent v1.6.0rc1, which includes the following updates:
58
+
-**Agentic Insight v2**: A fully refactored deep-research system with better performance, scalability, and trustworthiness, now available in WebUI. See [Agentic Insight v2](https://github.com/modelscope/ms-agent/tree/main/projects/deep_research/v2).
59
+
57
60
* 🚀 Feb 04, 2026: Release MS-Agent v1.6.0rc0, which includes the following updates:
58
61
-**Code Genesis** for complex code generation tasks, refer to [Code Genesis](https://github.com/modelscope/ms-agent/tree/main/projects/code_genesis)
59
62
-**Singularity Cinema** for animated video generation workflow, refactored version, refer to [Singularity Cinema](https://github.com/modelscope/ms-agent/tree/main/projects/singularity_cinema)
@@ -352,6 +355,16 @@ This project provides a framework for **Deep Research**, enabling agents to auto
352
355
353
356
- **Lightweight & Efficient** - Support "search-then-execute" mode, completing complex research tasks within few minutes, significantly reducing token consumption.
354
357
358
+
#### 🚀 Agentic Insight v2 (Recommended)
359
+
360
+
- **Performance**: Multi-model orchestration (a low-cost combo across qwen3-max/plus/flash) achieves **49.94** on DeepResearch Bench.
361
+
- **Deep Agents architecture**: "Researcher + tool-augmented sub-agents (Searcher/Reporter)" for flexible task allocation and efficient concurrency.
362
+
- **File system as context**: Structured artifacts persisted to disk for low-loss context handoff and stable long-horizon runs (resume-friendly).
363
+
- **Evidence-driven writing**: Reports are grounded in an indexed evidence base, improving trustworthiness and traceability.
364
+
- **Deep-research toolchain**: Decoupled modules like todo list / evidence store / report generator for reuse and extensibility.
365
+
366
+
See [Agentic Insight v2](projects/deep_research/v2/README.md).
0 commit comments