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.
- 🔍 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.
CrewAI
– Agent orchestration frameworkLangChain
– LLM integration and task flowGoogle Generative AI
– Text generation via PaLM or GeminiPython 3.10+
🙌 Credits
CrewAI Langchain Google Generative AI SDK