MiroThinker

Normal
GitHub Python Apache-2.0

Description

A deep research agent framework optimized for complex research and prediction tasks, with MiroThinker-1.7 and MiroThinker-H1 models achieving 74.0 and 88.2 on BrowseComp benchmark, supporting multi-step reasoning and information retrieval.

Key Features

  • Deep research agent framework optimized for complex research and prediction tasks
  • MiroThinker-1.7 achieves 74.0 on BrowseComp, H1 model reaches 88.2
  • Supports 256K context window and up to 300 tool calls per task
  • Available in 30B and 235B parameter scales for different compute budgets
  • Interactive Scaling as a third dimension of performance improvement
  • Open-source SOTA on BrowseComp-ZH at 1/30 the cost of proprietary models

Use Cases

💡 Deep web research and multi-step information retrieval tasks
💡 Financial prediction and market trend analysis
💡 Complex Q&A requiring large-context reasoning
💡 Automated literature review and research report generation
💡 Building high-performance search-augmented AI applications

Strengths & Limitations

Strengths

  • High community interest (8.4k stars)
  • Permissive open-source license (Apache-2.0)
  • Responsive to issues, low backlog

Quick Start

Visit dr.miromind.ai for online demo. Clone the repository and install dependencies per README. Download MiroThinker-1.7 model weights (30B or 235B). Launch the research agent using the provided tools and workflows. Test interactively via the Gradio demo.

Related Projects

Tongyi DeepResearch

19.9k · Python
Stale B

Open-source deep research agent from Alibaba Tongyi Lab, using multi-stage iterative information retrieval and reasoning to conduct deep analysis, synthesis, and summarization of complex topics with web search and document analysis.

pythonagentllm +3
  • · 30.5B total parameter agentic LLM with only 3.3B activated per token (MoE architecture)
  • · Fully automated synthetic data generation pipeline for agentic pre-training, SFT, and RL
  • · Large-scale continual pre-training on diverse agentic interaction data

Vision Agents

8.1k · Python
Active A+

Open Vision Agents by Stream. Build voice and vision agents quickly with any model or video provider, using Stream's edge network for ultra-low latency realtime interactions.

voiceagentpython +3
  • · Real-time video AI with YOLO, Roboflow integration combined with Gemini/OpenAI for live visual understanding
  • · Ultra-low latency audio/video under 30ms via Stream's edge network with 500ms join time
  • · Native SDK methods from OpenAI, Gemini, and Claude for always-latest LLM capabilities

Scrapegraph-ai

30.4k · Python
Active A+

Python scraper based on AI that uses LLMs and knowledge graphs to automatically build web data extraction pipelines.

pythonllmagent +2
  • · SmartScraperGraph — Single-page pipeline extracting structured data with just a prompt and URL
  • · SearchGraph — Multi-page pipeline extracting info from top N search engine results
  • · ScriptCreatorGraph — Auto-generates Python scraping scripts from webpage content

GPTeam

1.7k · Python
Active A

An open-source multi-agent simulation platform where multiple LLM-powered agents collaborate on complex tasks in shared environments, with customizable roles, memory systems, and environment interaction for studying multi-agent collaboration.

pythonmulti-agentagent +3
  • · GPT-4 powered multi-agent simulation with autonomous collaboration on predefined goals
  • · Agent memory and reflection system inspired by Generative Agents research paper
  • · Spatial movement: agents move between locations and perform tasks in different environments