Agently-Daily-News-Collector  by AgentEra

CLI tool for automated daily news collection using LLMs

Created 1 year ago
561 stars

Top 57.2% on SourcePulse

GitHubView on GitHub
Project Summary

This project provides an automated workflow for collecting and compiling daily news on any specified topic using an LLM-powered agent framework. It's designed for users who need to stay updated on specific fields without manual searching and curation, delivering a structured markdown report.

How It Works

The system leverages the Agently AI application development framework to orchestrate AI agents. Users input a topic, and agents automatically generate an outline, search for relevant news using keywords (e.g., via duckduckgo-search), filter and select pertinent articles, and then summarize them. The process culminates in a markdown file containing curated news, complete with titles, summaries, and links.

Quick Start & Requirements

  • Install dependencies: pip install -r requirements.txt
  • Run the application: python app.py
  • Requires Python and an LLM API key configured in SETTINGS.yaml.
  • Official Agently framework documentation: https://github.com/Maplemx/Agently

Highlighted Details

  • Generates news collections on user-defined topics.
  • Outputs results in a markdown file format.
  • Utilizes duckduckgo-search for news retrieval.
  • Powered by the Agently AI application development framework.

Maintenance & Community

  • Community support available via Discord and WeChat groups.
  • Contact email: developer@agently.cn
  • Issue reporting via GitHub Issues.

Licensing & Compatibility

  • The specific license is not explicitly stated in the README.

Limitations & Caveats

  • The project is presented as a showcase and may require configuration of LLM API keys and settings.
  • The README does not specify the exact Python version requirements or any hardware constraints beyond standard Python execution.
Health Check
Last Commit

11 months ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
1
Star History
9 stars in the last 30 days

Explore Similar Projects

Starred by Eugene Yan Eugene Yan(AI Scientist at AWS) and Eric Zhu Eric Zhu(Coauthor of AutoGen; Research Scientist at Microsoft Research).

news-agents by eugeneyan

0.3%
301
News aggregation system in the terminal
Created 4 months ago
Updated 2 months ago
Starred by Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), Harrison Chase Harrison Chase(Founder of LangChain), and
1 more.

gpt-newspaper by rotemweiss57

0.3%
1k
Autonomous agent for personalized newspapers
Created 1 year ago
Updated 1 year ago
Feedback? Help us improve.