[PR #23] [CLOSED] Adding an example of a scientific deep research #411

Closed
opened 2026-02-16 09:15:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/23
Author: @IvanReznikov
Created: 8/4/2025
Status: Closed

Base: masterHead: scientific_agent


📝 Commits (2)

  • 726a37c updating an example of a scientific deep research
  • 3f9891c updating readme

📊 Changes

4 files changed (+275 additions, -1 deletions)

View changed files

📝 README.md (+34 -1)
examples/scientific_research/langgraph.json (+7 -0)
examples/scientific_research/requirements.txt (+7 -0)
examples/scientific_research/scientific_agent.py (+227 -0)

📄 Description

Input:
Design a multi-step synthesis route for the complex natural product Taxol (Paclitaxel),
including retrosynthetic analysis, literature review of key reactions, and detailed
experimental procedures. Consider the challenges of stereochemistry, protecting group
strategies, and scalability. Also analyze the current state of research on Taxol
synthesis and identify potential improvements or alternative approaches.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/deepagents/pull/23 **Author:** [@IvanReznikov](https://github.com/IvanReznikov) **Created:** 8/4/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `scientific_agent` --- ### 📝 Commits (2) - [`726a37c`](https://github.com/langchain-ai/deepagents/commit/726a37c34529b503435ddc161fea087ffa86af31) updating an example of a scientific deep research - [`3f9891c`](https://github.com/langchain-ai/deepagents/commit/3f9891ce5f57ccf310d8c18d97ab08138fc7f0b2) updating readme ### 📊 Changes **4 files changed** (+275 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+34 -1) ➕ `examples/scientific_research/langgraph.json` (+7 -0) ➕ `examples/scientific_research/requirements.txt` (+7 -0) ➕ `examples/scientific_research/scientific_agent.py` (+227 -0) </details> ### 📄 Description Input: Design a multi-step synthesis route for the complex natural product Taxol (Paclitaxel), including retrosynthetic analysis, literature review of key reactions, and detailed experimental procedures. Consider the challenges of stereochemistry, protecting group strategies, and scalability. Also analyze the current state of research on Taxol synthesis and identify potential improvements or alternative approaches. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 09:15:56 -05:00
yindo closed this issue 2026-02-16 09:15:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagents#411