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
+30-34Lines changed: 30 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ This repo is the official implementation of the MiroMind Research Agent Project.
36
36
37
37
- 🤖 **MiroFlow**: an open-source research agent framework that offers reproducible state-of-the-art performance on representative benchmarks (e.g., FutureX, GAIA, HLE, xBench-DeepSearch, and BrowserComp benchmarks), included in this repo. See [[Get Started in Under 5 Minutes]](#-get-started-in-under-5-minutes) for a quick start.
38
38
- 🤔 **MiroThinker**: an open-source agent foundation model that natively supports tool-assisted reasoning. See [MiroThinker](https://github.com/MiroMindAI/mirothinker).
39
-
- 📊 **MiroVerse**: 147k premium open-source training data supporting research agent training. See [MiroThinker](https://huggingface.co/datasets/miromind-ai/MiroVerse-v0.1).
39
+
- 📊 **MiroVerse**: 147k premium open-source training data supporting research agent training. See [MiroVerse](https://huggingface.co/datasets/miromind-ai/MiroVerse-v0.1).
40
40
- 🚧 **MiroTrain / MiroRL**: The training infra that supports stable and efficient training for the research agent models. See [MiroTrain](https://github.com/MiroMindAI/MiroTrain) / [MiroRL](https://github.com/MiroMindAI/MiroRL)
41
41
42
42
---
@@ -47,12 +47,12 @@ This repo is the official implementation of the MiroMind Research Agent Project.
47
47
- 🚀 [Get Started in Under 5 Minutes](#-get-started-in-under-5-minutes)
48
48
- 🤖 [What is MiroFlow?](#-what-is-miroflow)
49
49
- 🌟 [Highlights](#-Highlights)
50
-
-✨[Performance on Benchmarks](#-performance-on-benchmarks)
50
+
-📈[Performance on Benchmarks](#-performance-on-benchmarks)
@@ -137,7 +137,7 @@ MiroFlow is a high-performance, modular framework for building intelligent AI ag
137
137
138
138
---
139
139
140
-
## ✨ Performance on Benchmarks
140
+
## 📈 Performance on Benchmarks
141
141
142
142
We achieved the #1 ranking on the FutureX Benchmark Leaderboard as of September 10, 2025, boosting GPT-5's prediction accuracy for future events by 11%.
143
143
@@ -163,18 +163,6 @@ Follow our detailed guides to reproduce benchmark results in our [Benchmarks Doc
163
163
164
164
---
165
165
166
-
## 🤝 Contributing
167
-
168
-
We welcome contributions from the community! Whether you're fixing bugs, adding features, or improving documentation, your help is appreciated.
169
-
170
-
- 📋 **Issues**: Report bugs or request features via [GitHub Issues](https://github.com/MiroMindAI/MiroFlow/issues)
171
-
172
-
- 🔀 **Pull Requests**: Submit improvements via pull requests
173
-
174
-
- 💬 **Discussions**: Join our [Discord community](https://discord.com/invite/GPqEnkzQZd) for questions and discussions
175
-
176
-
---
177
-
178
166
## ❓ FAQ
179
167
180
168
<details>
@@ -203,29 +191,22 @@ For commercial inquiries and enterprise support, please contact us through our <
203
191
204
192
---
205
193
206
-
## 📄 License & Support
194
+
## 🤝 Contributing
207
195
208
-
This project is licensed under the Apache License 2.0.
196
+
We welcome contributions from the community! Whether you're fixing bugs, adding features, or improving documentation, your help is appreciated.
209
197
198
+
- 📋 **Issues**: Report bugs or request features via [GitHub Issues](https://github.com/MiroMindAI/MiroFlow/issues)
210
199
211
-
<divalign="center">
212
-
<img src="https://api.star-history.com/svg?repos=MiroMindAI/MiroFlow&type=Date" alt="Star History Chart" height="300">
213
-
</div>
200
+
- 🔀 **Pull Requests**: Submit improvements via pull requests
214
201
215
-
## References
202
+
- 💬 **Discussions**: Join our [Discord community](https://discord.com/invite/GPqEnkzQZd) for questions and discussions
216
203
217
-
The technical report is coming soon!
218
204
219
-
```
220
-
@misc{2025mirothinker,
221
-
title={MiroFlow: A High-Performance Open-Source Research Agent Framework},
0 commit comments