DeepResearch icon indicating copy to clipboard operation
DeepResearch copied to clipboard

Tongyi Deep Research, the Leading Open-source Deep Research Agent

Results 73 DeepResearch issues
Sort by recently updated
recently updated
newest added

## Summary Add support for running DeepResearch **100% locally** using [llama.cpp](https://github.com/ggerganov/llama.cpp) with Metal (Apple Silicon) or CUDA acceleration. Zero API costs, full privacy. ## Why This? The main inference path...

## Summary This PR implements a **multi-provider search system** with automatic fallback for DeepResearch. It provides a 4-provider fallback chain optimized for quality and reliability. ## Fallback Chain 1. **Exa.ai**...

感谢各位的工作! 我尝试按照Quick Start的引导跑通inference的流程,发现其中使用的流程是, - 每次将assistant或者tool的内容加到messages里面,每次将所有的messages交给llm,生成下一个动作。感觉更接近WebResearcher文中的Mono-Agent形式 - 而不是WebResearcher文中正式提到的,以Think , Report , Action为核心,每次不涉及到历史的其它输入输出(也就是文中的马尔可夫) 我的理解是正确的吗?

Hi Tongyi team, Thanks for your great contribution to the open-source community. I noticed that the code for ParallelMuse and BrowseConf seems to be missing from the current repository. I...

在tongyi deepresearch上尝试了一下,使用了官方技术报告中的system prompt和bing搜索,只拿到了20%左右的正确率。虽然用的搜索工具有差异,但是20%的差距还是有点大😭请问还有其他复现成功的同学吗~

请问一下有没有复现browsecomp分数的同学,用的是什么prompt和工具呢? 我在openai官方的simple-eval上自己添加了vllm+langchain+duckduckgo进行测试,准确率只有15%左右。 我看了一下[issue126. 关于如何复现](https://github.com/Alibaba-NLP/DeepResearch/issues/128)这个问题,应该是prompt和工具导致gap过大,请问通义的大佬们,能提供一下复现的代码和工具嘛

Thanks for your great work. When I attempt to download the images in the HLE-VL benchmark using the JSONL file you provided, it appears that the image links are invalid,...

我在tongyi-30b在gaia val上跑出来的指标只有50,请问目前开源的code有哪些地方上可能有问题的吗?例如我看tool_file上目前只有mp3去到VideoAgent(),感觉有点问题。

WebWalker有如下问题`尼高品牌网络在2024年下半年参与并完成的两个主要合作项目分别是哪两个公司?`,使用多种api,如Bright、bocha、Serper均返回如下网页:`https://www.niegoweb.com/news-692-692-1.html`,可见参考答案的`深圳市积加跨境网络科技有限公司和广州光达创新科技有限公司`显然不是满足问题的唯二答案,其他如`精诚达, 光峰科技`等3-4间公司也满足该问题条件。

请问论文里提到的IterResearch模式目前开源了吗,我看代码里还是传统的线性react模式。 如果目前未开源的话,未来计划开源吗?