Skip to content

Commit a414013

Browse files
authored
feat(readme): update README.md and fix typo (#50)
1 parent 244c6e1 commit a414013

File tree

1 file changed

+30
-34
lines changed

1 file changed

+30
-34
lines changed

README.md

Lines changed: 30 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This repo is the official implementation of the MiroMind Research Agent Project.
3636

3737
- 🤖 **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.
3838
- 🤔 **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).
4040
- 🚧 **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)
4141

4242
---
@@ -47,12 +47,12 @@ This repo is the official implementation of the MiroMind Research Agent Project.
4747
- 🚀 [Get Started in Under 5 Minutes](#-get-started-in-under-5-minutes)
4848
- 🤖 [What is MiroFlow?](#-what-is-miroflow)
4949
- 🌟 [Highlights](#-Highlights)
50-
- [Performance on Benchmarks](#-performance-on-benchmarks)
50+
- 📈 [Performance on Benchmarks](#-performance-on-benchmarks)
5151
- 🔧 [Supported Models & Tools](#-supported-models--tools)
52-
- 🤝 [Contributing](#-contributing)
5352
-[FAQ](#-faq)
54-
- 📄 [License & Support](#-license--support)
55-
- 👥 [Acknowledgments](#-acknowledgments-and-contributors)
53+
- 🤝 [Contributing](#-contributing)
54+
- 📄 [License](#-license)
55+
- 🙏 [Acknowledgments](#-acknowledgments-and-contributors)
5656

5757
---
5858

@@ -137,7 +137,7 @@ MiroFlow is a high-performance, modular framework for building intelligent AI ag
137137

138138
---
139139

140-
## Performance on Benchmarks
140+
## 📈 Performance on Benchmarks
141141

142142
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%.
143143

@@ -163,18 +163,6 @@ Follow our detailed guides to reproduce benchmark results in our [Benchmarks Doc
163163

164164
---
165165

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-
178166
## ❓ FAQ
179167

180168
<details>
@@ -203,29 +191,22 @@ For commercial inquiries and enterprise support, please contact us through our <
203191

204192
---
205193

206-
## 📄 License & Support
194+
## 🤝 Contributing
207195

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.
209197

198+
- 📋 **Issues**: Report bugs or request features via [GitHub Issues](https://github.com/MiroMindAI/MiroFlow/issues)
210199

211-
<div align="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
214201

215-
## References
202+
- 💬 **Discussions**: Join our [Discord community](https://discord.com/invite/GPqEnkzQZd) for questions and discussions
216203

217-
The technical report is coming soon!
218204

219-
```
220-
@misc{2025mirothinker,
221-
title={MiroFlow: A High-Performance Open-Source Research Agent Framework},
222-
author={MiroMind AI Team},
223-
howpublished={\url{https://github.com/MiroMindAI/MiroFlow}},
224-
year={2025}
225-
}
226-
```
205+
## 📄 License
206+
207+
This project is licensed under the Apache License 2.0.
227208

228-
## 👥 Acknowledgments and Contributors
209+
## 🙏 Acknowledgments
229210

230211
**Benchmark Contributors** for the comprehensive evaluation datasets
231212

@@ -238,3 +219,18 @@ We thank all contributors who have helped make MiroFlow better:
238219
</a>
239220

240221
Join our community and help us build the future of AI agents!
222+
223+
## References
224+
225+
The technical report is coming soon!
226+
227+
```
228+
@misc{2025mirothinker,
229+
title={MiroFlow: A High-Performance Open-Source Research Agent Framework},
230+
author={MiroMind AI Team},
231+
howpublished={\url{https://github.com/MiroMindAI/MiroFlow}},
232+
year={2025}
233+
}
234+
```
235+
236+
[![Star History Chart](https://api.star-history.com/svg?repos=MiroMindAI/MiroFlow&type=Date)](https://star-history.com/#MiroMindAI/MiroFlow&Date)

0 commit comments

Comments
 (0)