Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.12
- name: Install pre-commit hook
run: |
pip install pre-commit
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ MS-Agent is a lightweight framework designed to empower agents with autonomous e

## 🎉 News

* 🚀 Jul 13, 2026: Support **Agent Hub** — manage agent workspace files across your local machine and remote ModelScope repositories via the `ms-agent agent` command: upload/download, background sync (`watch`), cross-framework conversion, status, backups and restore across `qoder`, `qwenpaw`, `openclaw`, `hermes`, `nanobot`, `openhuman` and `ms-agent`.

* 🏆 Apr 09, 2026: Agentic Insight v2 is now **#2 Open-Source** (#5 Overall) on [DeepResearch Bench](https://github.com/Ayanami0730/deep_research_bench) — scoring **55.31** with the submitted version (Qwen3.5-Plus + GPT 5.2). [Leaderboard](https://huggingface.co/spaces/muset-ai/DeepResearch-Bench-Leaderboard) | [Agentic Insight v2](projects/deep_research/v2/README.md).

* 🚀 Mar 23, 2026: Release MS-Agent v1.6.0, which includes the following updates:
Expand Down
Loading
Loading