|
8 | 8 | <div align="center"> |
9 | 9 |
|
10 | 10 | [](https://dr.miromind.ai/) |
11 | | -[](https://huggingface.co/collections/miromind-ai/mirothinker-v02-68af084a18035f57b17cd902) |
12 | 11 | [](https://huggingface.co/datasets/miromind-ai/MiroVerse-v0.1) |
13 | 12 | [](https://miromind.ai/blog/miroflow) |
14 | 13 |
|
|
19 | 18 |
|
20 | 19 | <div align="center"> |
21 | 20 |
|
22 | | -## 📚 **[READ THE DOCUMENTATION](https://miromindai.github.io/MiroFlow/)** |
23 | | - |
24 | 21 | ### 🚀 [Try Demo](https://dr.miromind.ai/) | [中文](README_zh.md) | [日本語](README_ja.md) |
25 | 22 |
|
26 | 23 | </div> |
|
34 | 31 | This repo is the official implementation of the **MiroMind Research Agent Project**. It is a leading-performance, fully open-source system designed to perform multi-step internet research for addressing complex challenges such as future event prediction. The project currently comprises four key components: |
35 | 32 |
|
36 | 33 | - 🤖 **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. |
37 | | -- 🤔 **MiroThinker**: an open-source agent foundation model that natively supports tool-assisted reasoning. See [MiroThinker](https://github.com/MiroMindAI/mirothinker). |
| 34 | +- 🤔 **MiroThinker**: an open-source agent that natively supports tool-assisted reasoning. See [MiroThinker](https://github.com/MiroMindAI/mirothinker). |
38 | 35 | - 📊 **MiroVerse**: 147k premium open-source training data supporting research agent training. See [MiroVerse](https://huggingface.co/datasets/miromind-ai/MiroVerse-v0.1). |
39 | | -- 🚧 **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) |
40 | 36 |
|
41 | 37 | --- |
42 | 38 |
|
@@ -130,7 +126,7 @@ MiroFlow is a high-performance, modular framework for building intelligent AI ag |
130 | 126 |
|
131 | 127 | ## 🔧 Supported Models & Tools |
132 | 128 |
|
133 | | -- **Models**: GPT, Claude, Gemini, Qwen, MiroThinker, etc. |
| 129 | +- **Models**: GPT, Claude, Gemini, Qwen, etc. |
134 | 130 | - **Tools**: [Audio Transcription](https://github.com/MiroMindAI/MiroFlow/blob/miroflow-v0.3/src/tool/mcp_servers/audio_mcp_server.py), [Python](https://github.com/MiroMindAI/MiroFlow/blob/miroflow-v0.3/src/tool/mcp_servers/python_server.py), [File Reading](https://github.com/MiroMindAI/MiroFlow/blob/miroflow-v0.3/src/tool/mcp_servers/reading_mcp_server.py), [Reasoning](https://github.com/MiroMindAI/MiroFlow/blob/miroflow-v0.3/src/tool/mcp_servers/reasoning_mcp_server.py), [Google Search](https://github.com/MiroMindAI/MiroFlow/blob/miroflow-v0.3/src/tool/mcp_servers/searching_mcp_server.py), [VQA](https://github.com/MiroMindAI/MiroFlow/blob/miroflow-v0.3/src/tool/mcp_servers/vision_mcp_server.py), E2B, etc. |
135 | 131 |
|
136 | 132 |
|
|
0 commit comments