mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-17 08:22:34 -05:00
[PR #348] [CLOSED] Deep Search API-first (no tests) #9956
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/Shubhamsaboo/awesome-llm-apps/pull/348
Author: @efesuai99
Created: 9/23/2025
Status: ❌ Closed
Base:
main← Head:feature/deep-search-lite📝 Commits (10+)
3317ff5Added Dev Container Foldered5fcbaReplace deep_research with search+scrape6b38579wire OpenAI via env var and client, add usage test, remove provider stubsc77ac51Deep research autopilot: query planner, open search mode, time window controls, ranking, strict citations91e8022Deep research autopilot: query planner, open search mode, time window controls, ranking, strict citations5b990acDeep research autopilot: query planner, open search mode, time window controls, ranking, strict citationscaef115Deep research autopilot: query planner, open search mode, time window controls, ranking, strict citations89c11f6Deep research autopilot: query planner, open search mode, time window controls, ranking, strict citations247c58bDeep research autopilot: query planner, open search mode, time window controls, ranking, strict citationse64e319Deep research autopilot: query planner, open search mode, time window controls, ranking, strict citations📊 Changes
18 files changed (+651 additions, -363 deletions)
View changed files
➕
.devcontainer/devcontainer.json(+33 -0)➕
.streamlit/config.toml(+6 -0)➕
CHANGELOG.md(+8 -0)📝
advanced_ai_agents/single_agent_apps/ai_deep_research_agent/deep_research_openai.py(+36 -26)📝
advanced_ai_agents/single_agent_apps/ai_deep_research_agent/requirements.txt(+1 -2)➕
requirements.txt(+3 -0)➕
runtime.txt(+1 -0)📝
starter_ai_agents/opeani_research_agent/README.md(+70 -0)➕
starter_ai_agents/opeani_research_agent/__init__.py(+1 -0)➕
starter_ai_agents/opeani_research_agent/helpers.py(+75 -0)➕
starter_ai_agents/opeani_research_agent/openai_researcher_agent.py(+57 -0)📝
starter_ai_agents/opeani_research_agent/requirements.txt(+3 -5)📝
starter_ai_agents/opeani_research_agent/research_agent.py(+102 -330)➕
starter_ai_agents/opeani_research_agent/tools/search_perplexity.py(+53 -0)➕
starter_ai_agents/opeani_research_agent/tools/search_tavily.py(+44 -0)➕
tools/fetch_firecrawl.py(+51 -0)➕
tools/search_perplexity.py(+58 -0)➕
tools/search_tavily.py(+49 -0)📄 Description
one-liner of what changed (Perplexity + Tavily + Firecrawl search path, VERIFY gates, Diagnostics tab).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.