From e45650c3d1d5aad1560165c2cfb9ed2c3ae2437f Mon Sep 17 00:00:00 2001 From: Chris Mungall Date: Sun, 18 Jan 2026 12:43:19 -0800 Subject: [PATCH] Add Deep Research Client to README Adding a link to deep-research-client. I believe Research/Academic Search is the right category, though it is more of a wrapper (wraps openai deep research, perplexity, and FutureHouse Edison). It does implement it's own baseline provider which is basically a claude code ralph wiggum loop that searches iteratively See also: https://dev.to/cmungall/ralph-wiggum-tries-his-hand-at-deep-research-2mdf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88b23ae..0cd6a94 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ For more detailed report, please refer to | Open-source | ​Research/Academic Search | PaperQA | https://github.com/Future-House/paper-qa | | Open-source | ​Research/Academic Search | HKUDS/AI-Researcher | https://github.com/HKUDS/AI-Researcher | | Closed-source | ​Research/Academic Search | Genspark | nan | +| Open-source | ​Research/Academic Search | Deep Research Client | https://monarch-initiative.github.io/deep-research-client/ | | Open-source | Model Training Frameworks​ | Agent-RL/ReSearch | https://github.com/Agent-RL/ReSearch | | Open-source | Model Training Frameworks​ | DSPy | https://github.com/stanfordnlp/dspy | | Open-source | Model Training Frameworks​ | Gair-NLP/DeepResearcher | https://github.com/GAIR-NLP/DeepResearcher |