Skip to content

reeeeemo/YourAvgNewsAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your Average News Agent

Python 3.11

An agent equipped with the ability to give you the latest (or previous) news! Equipped with a rolling chat history for real-time discussion about your news!

Features

  • Conversational news agent with chat history
  • Integrates with Groq (LLama 4) for AI responses
  • Utilizes NewsAPI for up-to-date news articles

Note: Due to NewsAPI's restrictions with the Free tier, articles have a 24h delay. Articles up to a month old can also only be searched.

Development

  1. Clone repository git clone https://github.com/reeeeemo/YourAvgNewsAgent.git
  2. Setup environment variables (see .env.helper)
  3. Install dependencies
    • Frontend: cd frontend && npm install
    • Backend (api): pip install -r requirements.txt
  4. Run locally
    • Frontend: npm start
    • Backend (api): flask --app api.app --debug run

Helpful Resources used

About

Ollama agent that finds your daily news!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published