AIAny
AI Agent2024
Icon for item

Open Deep Research

Orchestrates configurable deep-research agent workflows that combine LLMs, web search, and MCP tools to produce structured research reports and evaluation outputs. Supports LangGraph Studio, multiple model providers (OpenAI, Anthropic, local models), and Deep Research Bench evaluation for benchmarked comparisons.

Introduction

Why this matters now

The pace of research-grade work produced by LLM-based agents depends less on any single model and more on how agents stitch together search, model specialization, result compression, and structured evaluation. This project treats deep research as an orchestration problem: reusable building blocks (summarization, research, compression, final-report stages) plus an evaluation pipeline so teams can iterate, compare, and reproduce agent-driven research at scale.

What Sets It Apart
  • Modular, multi-provider orchestration: configuration-driven pipelines let you swap summarization/research/compression models independently (examples include OpenAI, Anthropic, GPT-5, and local runtimes like Ollama), so you can benchmark end-to-end behavior rather than a single LLM.
  • LangGraph and LangGraph Studio integration: ships with a LangGraph dev workflow and Studio UI for experimenting with assistant configurations and visualizing agent flows without rewriting orchestration code.
  • Benchmark-first design: built-in evaluation workflow for the Deep Research Bench (100 PhD-level tasks, English + Chinese) and tooling to export LangSmith experiment outputs in the submission format used by that leaderboard, enabling apples-to-apples comparisons across commits and models.
  • Practical telemetry for research costs and tokens: the project reports per-run cost and token usage alongside RACE scores so teams can weigh accuracy vs. expense when tuning pipelines.
Who It's For and Trade-offs

Great fit if you want to: integrate multiple LLM providers into a repeatable research pipeline; run automated, benchmarked comparisons of agent variants; or prototype production-friendly research assistants with UI-driven configuration.

Look elsewhere if you need a lightweight single-model wrapper (this repo focuses on full-agent orchestration and evaluation), or if you prefer a turnkey cloud-hosted SaaS — running comprehensive evaluations can incur nontrivial token/cost overhead and requires setting up model keys and the LangGraph environment.

Where it fits

Think of the project as the orchestration & evaluation layer that sits between LLM providers and research tasks: it’s not a new model but a reproducible agent architecture plus evaluation plumbing for teams building research-grade assistants or doing method comparisons across models and configurations.

Information

  • Websitegithub.com
  • Organizationslangchain-ai
  • Published date2024/11/20

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.