awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
MiroMindAI avatar

MiroMindAI/MiroThinker

0
View on GitHub↗
miromind.ai↗

MiroThinker

MiroThinker este un sistem de cercetare autonom care utilizează modele de limbaj mari pentru a efectua cercetări profunde și predicții prin raționament iterativ. Funcționează ca un framework AI de căutare web capabil să recupereze date de pe internet în timp real și să scaneze conținut web pentru a oferi surse verificabile pentru interogări complexe.

Sistemul include un procesor de conținut multimodal care convertește imagini, audio și video în descrieri textuale pentru analiză de către modele bazate pe text. Pentru a asigura acuratețea computațională, utilizează un executor de cod sandbox pentru rularea codului Python și analiza datelor. Performanța este gestionată printr-un instrument de benchmarking AI care evaluează acuratețea și calitatea răspunsurilor agenților față de seturi de date standardizate folosind judecată automatizată.

Proiectul oferă capabilități pentru fluxuri de lucru agentice, inclusiv bucle de raționament iterativ, generarea de rapoarte de cercetare și importul documentelor de cercetare. De asemenea, încorporează strategii de gestionare a memoriei pentru a optimiza ferestrele de context și înregistrează istoricul interacțiunilor pentru antrenarea modelelor.

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Features

  • Deep Research Execution - Implements autonomous execution of complex analytical tasks and multi-step research report generation using iterative reasoning.
  • Autonomous Research Agents - Implements an autonomous system that performs multi-step, iterative research by generating queries and synthesizing findings.
  • Agentic Reasoning Loops - Employs orchestration patterns that cycle through search, extraction, and analysis until a satisfying answer is reached.
  • Iterative Reasoning Workflows - Combines web searching and multi-step reasoning to solve complex problems through autonomous agentic workflows.
  • Code Execution Environments - Provides sandboxed environments for agents to execute generated Python code for precise computations and data analysis.
  • External Tool Integrations - Connects AI agents to external utilities such as web search and browser automation to acquire information.
  • Multimodal Input Processors - Provides a pipeline to ingest and process images, audio, and video for consumption by text-based AI agents.
  • Multimodal Processing - Handles the integration of multiple data modalities, converting non-text media into descriptions for LLM analysis.
  • Web Search Tools - Provides tools for querying external search engines and retrieving real-time internet data to ground AI reasoning.
  • Web Data Retrievers - Retrieves real-time information from the internet to enhance the context and accuracy of AI responses.
  • AI Context Optimization - Optimizes the number of interaction turns and context length to prevent out-of-memory errors.
  • Secondary Model Condensers - Utilizes a separate, smaller model to condense retrieved web data to maintain primary agent efficiency.
  • Research Report Drafting - Iteratively retrieves and refines information to draft comprehensive research reports that can be shared online.
  • Multimodal Data Processing - Processes and analyzes multiple data types including speech, text, images, and video for research synthesis.
  • Multimodal-to-Text Converters - Converts images, audio, and video into text descriptions using vision and transcription models for LLM analysis.
  • Structured Search Retrieval - Retrieves structured data from search engines and extracts content via language model summaries.
  • Agent Memory Management - Manages the volume of tool outputs and execution traces retained in memory using a recency strategy.
  • AI Agent Benchmarks - Provides a system for evaluating the performance and accuracy of autonomous research agents.
  • Conversation History Pruning - Dynamically prunes old tool outputs and history to fit reasoning traces within the model's token window.
  • Code Sandboxing Environments - Includes a secure, isolated environment for executing Python code to ensure computational accuracy during research.
  • LLM Judge Accuracy Validators - Uses an LLM-based judge to validate the accuracy of agent research responses against standardized benchmarks.
  • Agent Performance Benchmarks - Evaluates the efficacy and accuracy of research agents against standardized datasets using automated judging.
  • AI-Powered Web Summarization - Uses language models to generate concise summaries of large volumes of retrieved web content.
  • Agent Frameworks - Search agent for tool-augmented reasoning.
  • Search and Research Agents - Open-source model series for deep research and complex problem solving.
8,315 stele·644 fork-uri·Python·Apache-2.0·8 vizualizări

Istoric stele

Graficul istoricului de stele pentru miromindai/mirothinkerGraficul istoricului de stele pentru miromindai/mirothinker

Alternative open-source pentru MiroThinker

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu MiroThinker.
  • mervinpraison/praisonaiAvatar MervinPraison

    MervinPraison/PraisonAI

    5,592Vezi pe GitHub↗

    PraisonAI is an autonomous AI agent platform that coordinates multiple LLM-powered agents for research, planning, and execution of complex workflows. It functions as a multi-agent orchestration framework, a workflow builder, and a Model Context Protocol server, while also providing retrieval-augmented generation through vector knowledge bases. Agents can interact via CLI, web, or standardized protocols with sandboxed code execution. The platform distinguishes itself with a rich set of agent communication protocols, including A2A, REST, WebSocket, voice and telephony integration, and MCP, allo

    Pythonagentsaiai-agent-framework
    Vezi pe GitHub↗5,592
  • kyegomez/swarmsAvatar kyegomez

    kyegomez/swarms

    6,888Vezi pe GitHub↗

    Swarms is a multi-agent orchestration framework and autonomous agent toolkit designed to coordinate large language model agents. It serves as a workflow engine for managing agent relationships, providing the infrastructure to build autonomous agents with integrated memory, tool-calling capabilities, and reasoning loops. The framework is distinguished by its multi-agent consensus systems, which utilize voting, adversarial debates, and judge agents to synthesize high-quality responses. It supports a variety of collaboration patterns, including director-worker hierarchies, expert synthesis, and

    Python
    Vezi pe GitHub↗6,888
  • fareedkhan-dev/all-agentic-architecturesAvatar FareedKhan-dev

    FareedKhan-dev/all-agentic-architectures

    3,670Vezi pe GitHub↗

    This project is a comprehensive framework for building, evaluating, and connecting autonomous agent systems. It provides a library of standardized architectural patterns for implementing complex agent workflows, including multi-agent orchestration, iterative reasoning, and memory management. By offering a unified interface for model providers, the framework allows for consistent agent execution across different artificial intelligence services. The framework distinguishes itself through a focus on rigorous benchmarking and deterministic control. It includes a suite of tools for evaluating age

    Jupyter Notebookagentic-aiai-agentslangchain
    Vezi pe GitHub↗3,670
  • tencentcloudadp/youtu-agentAvatar TencentCloudADP

    TencentCloudADP/youtu-agent

    4,576Vezi pe GitHub↗

    Youtu Agent is an open-source framework for building, running, and evaluating autonomous agents powered by large language models. It provides the core infrastructure for creating agents that follow reasoning loops, use toolkits, and coordinate with other agents to solve complex tasks, all managed through YAML-driven configuration files. The framework distinguishes itself through its support for multi-agent orchestration, where a planner agent decomposes tasks and coordinates specialized worker agents, and through its integration with the Model Context Protocol for connecting to external toolk

    Pythonagent-frameworkagentsopenai-agents
    Vezi pe GitHub↗4,576
Vezi toate cele 30 alternative pentru MiroThinker→

Întrebări frecvente

Ce face miromindai/mirothinker?

MiroThinker este un sistem de cercetare autonom care utilizează modele de limbaj mari pentru a efectua cercetări profunde și predicții prin raționament iterativ. Funcționează ca un framework AI de căutare web capabil să recupereze date de pe internet în timp real și să scaneze conținut web pentru a oferi surse verificabile pentru interogări complexe.

Care sunt principalele funcționalități ale miromindai/mirothinker?

Principalele funcționalități ale miromindai/mirothinker sunt: Deep Research Execution, Autonomous Research Agents, Agentic Reasoning Loops, Iterative Reasoning Workflows, Code Execution Environments, External Tool Integrations, Multimodal Input Processors, Multimodal Processing.

Care sunt câteva alternative open-source pentru miromindai/mirothinker?

Alternativele open-source pentru miromindai/mirothinker includ: mervinpraison/praisonai — PraisonAI is an autonomous AI agent platform that coordinates multiple LLM-powered agents for research, planning, and… kyegomez/swarms — Swarms is a multi-agent orchestration framework and autonomous agent toolkit designed to coordinate large language… fareedkhan-dev/all-agentic-architectures — This project is a comprehensive framework for building, evaluating, and connecting autonomous agent systems. It… tencentcloudadp/youtu-agent — Youtu Agent is an open-source framework for building, running, and evaluating autonomous agents powered by large… swe-agent/mini-swe-agent — mini-swe-agent is an autonomous software engineering system designed to develop features and fix bugs by combining… modelscope/ms-agent — ms-agent is an LLM agent framework and multi-agent orchestration system designed to build autonomous entities that…