Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.05 KB

File metadata and controls

32 lines (20 loc) · 1.05 KB

🗞️ News Agent – Autonomous Research & Writing with CrewAI

An intelligent AI-powered agent system that automatically researches current news topics and generates well-structured articles. Powered by CrewAI, Langchain, and Google’s Generative AI models.


🚀 Features

  • 🔍 News Researcher Agent: Gathers relevant, timely information from the web.
  • ✍️ Writer Agent: Converts raw information into readable, concise articles.
  • 🧠 CrewAI Coordination: Agents collaborate through a crew-based architecture.
  • 💡 LLM-Powered Tasks: Uses langchain_google_genai.ChatGoogleGenerativeAI for intelligent reasoning.
  • 📄 Modular Codebase: Tasks and agents are separated for easy extension.

🛠️ Tech Stack

  • CrewAI – Agent orchestration framework
  • LangChain – LLM integration and task flow
  • Google Generative AI – Text generation via PaLM or Gemini
  • Python 3.10+

🙌 Credits

CrewAI Langchain Google Generative AI SDK