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
main
feature/deep-search-lite
3317ff5
ed5fcba
6b38579
c77ac51
91e8022
5b990ac
caef115
89c11f6
247c58b
e64e319
18 files changed (+651 additions, -363 deletions)
➕ .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)
.devcontainer/devcontainer.json
.streamlit/config.toml
CHANGELOG.md
advanced_ai_agents/single_agent_apps/ai_deep_research_agent/deep_research_openai.py
advanced_ai_agents/single_agent_apps/ai_deep_research_agent/requirements.txt
requirements.txt
runtime.txt
starter_ai_agents/opeani_research_agent/README.md
starter_ai_agents/opeani_research_agent/__init__.py
starter_ai_agents/opeani_research_agent/helpers.py
starter_ai_agents/opeani_research_agent/openai_researcher_agent.py
starter_ai_agents/opeani_research_agent/requirements.txt
starter_ai_agents/opeani_research_agent/research_agent.py
starter_ai_agents/opeani_research_agent/tools/search_perplexity.py
starter_ai_agents/opeani_research_agent/tools/search_tavily.py
tools/fetch_firecrawl.py
tools/search_perplexity.py
tools/search_tavily.py
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.
No dependencies set.
The note is not visible to the blocked user.
📋 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.