Agently-Daily-News-Collector  by AgentEra

CLI tool for automated daily news collection using LLMs

created 1 year ago
545 stars

Top 59.3% 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

9 months ago

Responsiveness

1 day

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

Explore Similar Projects

Starred by Chip Huyen Chip Huyen(Author of AI Engineering, Designing Machine Learning Systems) and Harrison Chase Harrison Chase(Founder of LangChain).

gpt-newspaper by rotemweiss57

0.4%
1k
Autonomous agent for personalized newspapers
created 1 year ago
updated 1 year ago
Starred by Chip Huyen Chip Huyen(Author of AI Engineering, Designing Machine Learning Systems) and Robert Stojnic Robert Stojnic(Creator of Papers with Code).

Agent-S by simular-ai

1.4%
6k
Agentic framework for autonomous computer interaction
created 9 months ago
updated 1 day ago
Feedback? Help us improve.