MiroThinker icon indicating copy to clipboard operation
MiroThinker copied to clipboard

所有工具配置完之后,可以实现官网的效果吗

Open DreamingLight opened this issue 3 months ago • 9 comments

所有工具配置完之后,可以实现官网的效果吗? 我现在根据官方的命令实现,只能输出一段总结,想知道可以想官网一样输出完整的报告吗? miroflow-agent目录下运行: uv run python main.py llm=gpt-5 agent=mirothinker_v1.5_keep5_max200

DreamingLight avatar Jan 08 '26 08:01 DreamingLight

你好,感谢关注!

目前 mirothinker 仓库主要聚焦于 deep research 相关 benchmark 的性能评测。考虑到开源社区的实际使用需求,我们近期计划做一些易用性提升:

  • 开源 MiroThinker v1.5 的用户体验优化版本模型权重;
  • 完善 MiroThinker 与 LobeChat 的整合;
  • 提供可生成与官网一致的 deep research report 的代码。

这些更新会在接下来的几天内陆续推出,敬请期待!


Hi, thanks for your interest.

Right now, the mirothinker repo mainly focuses on running performance evaluations on deep-research-related benchmarks. Based on what the open-source community actually needs, we’re planning a few usability improvements:

  1. Release a UX-optimized checkpoint version of MiroThinker v1.5;
  2. Improve the integration between MiroThinker and LobeChat;
  3. Provide code to generate deep research reports identical to those on our official website.

These updates are coming over the next few days—stay tuned!

jenny-miromind avatar Jan 09 '26 02:01 jenny-miromind

我觉得不会,官网最牛的是能够支持各种爬虫爬取相关信息,然后综合汇总,爬取的信息包含中内外,这是比其他模型deep research优秀的地方,而开源的部分并没有这些支持

lostpapaver avatar Jan 09 '26 06:01 lostpapaver

你应该没看代码,各种爬虫爬取官方使用的第三方工具,且允许你自己拓展工具。期待官方更新

DreamingLight avatar Jan 09 '26 06:01 DreamingLight

有单独使用jina搜索的效果吗?目前看是需要同时用google.serper 和jina,不知道单独用jina的性能是不是会衰减多少,太穷了,用不起google

yang-collect avatar Jan 09 '26 07:01 yang-collect

代码只有google搜索,没有信息爬取

lostpapaver avatar Jan 09 '26 08:01 lostpapaver

期待官方更新,好去测试他最强的性能状态和拓展

anhui246 avatar Jan 10 '26 15:01 anhui246

代码只有google搜索,没有信息爬取

有信息爬取工具的,demo上用到的工具搜索、网页爬取、代码工具都开源了

搜索:https://github.com/MiroMindAI/MiroThinker/blob/main/libs/miroflow-tools/src/miroflow_tools/dev_mcp_servers/search_and_scrape_webpage.py

信息爬取:https://github.com/MiroMindAI/MiroThinker/blob/main/libs/miroflow-tools/src/miroflow_tools/dev_mcp_servers/jina_scrape_llm_summary.py

代码:https://github.com/MiroMindAI/MiroThinker/blob/main/libs/miroflow-tools/src/miroflow_tools/mcp_servers/python_mcp_server.py

jenny-miromind avatar Jan 10 '26 18:01 jenny-miromind

有单独使用jina搜索的效果吗?目前看是需要同时用google.serper 和jina,不知道单独用jina的性能是不是会衰减多少,太穷了,用不起google

用jina的搜索应该也可以,就是现在没实现这个工具,可以让cursor写一个

jenny-miromind avatar Jan 10 '26 18:01 jenny-miromind

你好,感谢关注!

目前 mirothinker 仓库主要聚焦于 deep research 相关 benchmark 的性能评测。考虑到开源社区的实际使用需求,我们近期计划做一些易用性提升:

  • 开源 MiroThinker v1.5 的用户体验优化版本模型权重;
  • 完善 MiroThinker 与 LobeChat 的整合;
  • 提供可生成与官网一致的 deep research report 的代码。

这些更新会在接下来的几天内陆续推出,敬请期待!

Hi, thanks for your interest.

Right now, the mirothinker repo mainly focuses on running performance evaluations on deep-research-related benchmarks. Based on what the open-source community actually needs, we’re planning a few usability improvements:

  1. Release a UX-optimized checkpoint version of MiroThinker v1.5;
  2. Improve the integration between MiroThinker and LobeChat;
  3. Provide code to generate deep research reports identical to those on our official website.

These updates are coming over the next few days—stay tuned!

顺便问下,官方有考虑提供MiroThinker-v1.5-235B模型的托管API服务吗,这个部署成本对小企业来说着实有点高了

xinjiguaike avatar Jan 12 '26 07:01 xinjiguaike