mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-18 18:54:05 -05:00
[PR #914] [CLOSED] Add Real-Time Research Agent (Google + Reddit + YouTube via Scavio) #14068
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/914
Author: @scavio-ai
Created: 6/30/2026
Status: ❌ Closed
Base:
main← Head:add-scavio-realtime-research-agent📝 Commits (2)
da20bddAdd Real-Time Research Agent (Google + Reddit + YouTube via Scavio)0aa3e37List Real-Time Research Agent in README📊 Changes
4 files changed (+129 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
starter_ai_agents/ai_realtime_research_agent/README.MD(+47 -0)➕
starter_ai_agents/ai_realtime_research_agent/ai_realtime_research_agent.py(+77 -0)➕
starter_ai_agents/ai_realtime_research_agent/requirements.txt(+4 -0)📄 Description
What
Adds a new starter agent: AI Real-Time Research Agent in
starter_ai_agents/ai_realtime_research_agent/.A single-file Streamlit + Agno agent that answers any question using real-time Google, Reddit, and YouTube results (via the Scavio search API) and GPT-5.5, then writes a cited briefing: a direct answer, key findings, real community sentiment, and a linked source list.
Why it's different
Existing research/search agents only see the web. This one also reads first-hand Reddit discussion and YouTube reviews through a single API key — so answers reflect the live internet, not training data.
Includes
ai_realtime_research_agent.py(single-file app, compiles clean)requirements.txtREADME.MD(matches repo format: Features, How to get Started, How it works)Free Scavio key (50 credits, no card): https://dashboard.scavio.dev
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.