Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion researchclaw/pipeline/stage_impls/_literature.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ def _execute_literature_collect(
if config.web_search.enabled:
try:
from researchclaw.web.agent import WebSearchAgent
import os

tavily_key = config.web_search.tavily_api_key or os.environ.get(
config.web_search.tavily_api_key_env, ""
Expand Down
Loading