mirror of
https://github.com/langchain-ai/open_deep_research.git
synced 2026-07-25 21:35:34 -04:00
[PR #152] feat: Make webpage summarization timeout configurable #202
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/open_deep_research/pull/152
Author: @SyedaAnshrahGillani
Created: 7/25/2025
Status: 🔄 Open
Base:
main← Head:feature/configurable-summarization-timeout📝 Commits (2)
8c9a182feat: Make webpage summarization timeout configurabled7bef44resolving conflicts📊 Changes
2 files changed (+17 additions, -4 deletions)
View changed files
📝
src/open_deep_research/configuration.py(+10 -0)📝
src/open_deep_research/utils.py(+7 -4)📄 Description
This commit introduces a configurable timeout for the webpage summarization process. Previously, the
summarize_webpagefunction inutils.pyhad a hardcoded 60-second timeout. This change allows users to specify a custom timeout via thesummarization_timeoutfield in theConfigurationclass, providing more flexibility for varying content lengths and network conditions.summarization_timeoutfield toConfigurationinconfiguration.py.summarize_webpageinutils.pyto accept and use the new timeout.tavily_searchto pass the configurable timeout tosummarize_webpage.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.