Skip to content

Releases: modelscope/ms-agent

v1.5.2

22 Dec 03:23

Choose a tag to compare

Release Notes

📚 Documentation Improvements

  • Fixed broken links and formatting in Chinese documentation
    • Corrected doc links in index.rst and Projects/fin-research reference (#790, #791, #792)
    • Updated agent skills documentation (#793)
    • Improved English documentation and site configuration (#794, #795)
    • Added related links to RinResearch README (#796)
      by @wangxingjun778

🛠️ Bug Fixes

  • Code Generation & Parsing

    • Fixed import parser bugs, including Vue file support and path alias (@/) resolution via tsconfig.json/vite.config.js (#801, #811)
    • Improved robustness of code extraction using <result> tags instead of markdown code blocks (#801)
    • Fixed concurrency issues with a new file locking mechanism (#801)
    • Refined stop-sequence handling to prevent KeyError and improve LLM interaction (#799, #812)
    • Fixed filesystem tool errors (#816)
  • Workflow & Tooling

Primarily by @tastelikefeet

🤗 Contributors

Special thanks to our contributors for this release:
@wangxingjun778, @tastelikefeet, and @xucailiang.

New Contributors

Full Changelog: v1.5.1...v1.5.2

v1.5.1

25 Nov 03:13

Choose a tag to compare

🔥 Highlights

  • Add Financial Research Application based on Gradio, refer to: FinResearch DEMO
  • Improve & Enhance code tool calling stability for FinResearch
  • Support skill_id on ModelScope Hub for Agent Skills, refer to SKILL_README

🚀 What's Changed

Financial Research Application by @alcholiclg

  • #781 Enhance code tool stability when loading Docker images
  • #789 feat: improve README/code tool integration
  • #787 feat/fin app: financial application skill enhancements
  • #782 Support page_range, max_page_num, and max_file_size to control document ingestion

🎥 Video & Multi-modal Generation

  • Enhance video generation pipeline with MLLM-based QA by @tastelikefeet
    • #784 Add multi-modal check for video generation (detect/layout fix Manim frames)
    • #786 Support T2SV images in generation pipeline

🧠 Agent Core & Memory

  • Refine agent memory and planning by @suluyana
    • #758 feat(anthropic): enable thinking step for Anthropic models
    • #761 feat/refine memory: improve long/short-term memory handling

🔌 Skill & Tooling Improvements

📄 Documentation & Readme

  • Update README language & fix display issues by @wangxingjun778
    • #779 Fix video example rendering (replace <video> tags with external links)
    • #780 Fix roadmap section
    • #783 Fix/update README (Chinese/English)

Full Changelog: v1.5.0...v1.5.1

v1.5.0

13 Nov 06:02

Choose a tag to compare

🚀 MS-Agent v1.5.0 Release Notes

✨ New Features

  • FinResearch--Financial Research Multi-Agent Workflow
    Introduced a dedicated multi-agent system for financial research tasks, supporting data collection from Akshare and Baostock. As well as leveraging Web Search to retrieve online public sentiment data, enabling integrated analysis of structured and unstructured financial data, and ultimately generating rich, multimodal financial analysis reports with both text and visualizations . Refer to: FinResearch
    (#766, #774, #776)

📚 Documentation Improvements

  • Modernized Documentation Theme & Structure
    Migrated documentation to Sphinx + sphinxawesome_theme, with full support for English and Chinese versions. Improved navigation, maintainability, and build workflow.
    (#773, #775)

  • Updated Release News & Skill Documentation
    Added release announcement for v1.5.0, enhanced FinResearch README with usage examples, and updated skill documentation for contributors.
    (#772, #774, #775)

🔧 Fixes & Refinements

  • DeepResearch Logic Refinement
    Fixed and refined behaviors in the DeepResearch agent to improve robustness and output quality.
    (#742)

  • Resource Limit Standardization
    Unified code_executor default resource limits across configurations:
    cpu_limit = 1.0, memory_limit = "1g" for better resource management.
    (#774)

  • Import Clean-up & Lazy Loading
    Refactored financial tool imports to be lazy and conditional; internal types (e.g., FinancialDataFetcher) no longer exposed in tools/__init__.py.
    (#776)

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

07 Nov 11:40

Choose a tag to compare

Highlights:

  • ✨ Added Agent Skills support, fully compatible with the Anthropic Skills protocol
  • 📘 Add MS-Agent documentation
  • 🛡️ Add Sandbox using ms-enclave

✨ Features


🐞 Bug Fixes


📘 Documentation


🧪 Testing & CI

  • Fix CI test case failures
    (#745) — @suluyana
  • Fix flaky test cases (remove time.sleep, add server warm-up)
    (#747) — @suluyana

🧹 Maintenance & Refactor


🙌 Contributors

Thanks to all contributors for this release:
@tastelikefeet, @alcholiclg, @wangxingjun778, @suluyana, @vinci-grape, @xiaoxianhjy

v1.3.0

22 Sep 18:33

Choose a tag to compare

What's Changed

Features

🛠 Fixes & Improvements

🚀 Enhancements

📄 Documentation

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

27 Aug 17:20

Choose a tag to compare

English Version

Key Features

  • DocResearch workflow now supports txt file processing, #706
  • DocResearch adds functionality to push to GitHub, ModelScope, and HuggingFace, #708, #709, #712
  • DocResearch adds Markdown report export feature, supporting export to PDF, PPTX, DOCX, and HTML formats, #713

What's Changed

中文版本

关键特性

  • DocResearch workflow支持 txt 文件处理, #706
  • DocResearch新增推送至 GitHub、ModelScope、HuggingFace功能,#708, #709 , #712
  • DocResearch新增 Markdown报告导出功能,支持导出为PDF、PPTX、DOCX、HTML格式,#713

变更内容

Full Changelog: v1.1.2...v1.2.0

v1.1.2

14 Aug 03:46

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

14 Aug 02:46

Choose a tag to compare

English Version

Features

  1. Add rag module with llama-index
  2. Support for StreamableHTTP and websocket protocols for mcp servers

Fixed

  1. Fix research readme for .env and configuration
  2. Fix loading .env from current working dir
  3. Fix imports and test level
  4. Simplify issue and PR template

中文版本

特性

  1. 增加使用llama-index的rag模块
  2. mcp服务新增支持StreamableHTTPwebsocket协议

修复

  1. 修复文档中research模块的环境配置
  2. 修复research模块中,在当前路径加载环境变量的操作
  3. 修复导入和UT level
  4. 简化PR模板

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

31 Jul 09:03

Choose a tag to compare

English Version

Features

  1. Add Doc Research module: #674 , #686
  2. Generalize Search Engine Integration and Workflow Enhancements: #687
  3. Support for max_continue_runs for Agent chat with MCP #685

Fixed

  1. Fix some warnings: #668
  2. Fix docling version #675
  3. Fix/simple chat #676
  4. Ignore test_img ut for temp #683
  5. Remove test_img UT due to CI connection issue #684

What's Changed

中文版本

特性

  1. 新增Doc Research项目,支持对文档进行深度研究,输出图文并茂的多模态报告: #674 , #686
  2. 对DeepResearch的web search模块进行重构,支持通用搜索: #687
  3. MCP playground支持max_continue_runs #685

修复

  1. 修复log warnings: #668
  2. 修复docling版本问题 #675
  3. 修复agent simple chat #676
  4. 修复CI和UT,test_img #683 #684

Full Changelog: v1.0.0...v1.1.0

v1.0.1rc0

27 Jul 06:11

Choose a tag to compare

HotFix: Fix tool name length for Bailian api: #679