feat: add news-summarizer-agent using NewsAPI and ASI:One LLM#141
Open
vibeetroot wants to merge 2 commits into
Open
feat: add news-summarizer-agent using NewsAPI and ASI:One LLM#141vibeetroot wants to merge 2 commits into
vibeetroot wants to merge 2 commits into
Conversation
Author
|
Yes! Once the PR is created, leave a comment tagging the maintainer: Hi @gautammanak1 I've added a news-summarizer-agent example as requested in #126. The agent fetches top 5 headlines using the free NewsAPI and summarizes them with ASI:One LLM. Tested locally on Windows with Python 3.11 — works for topics like AI, sports, and Finance. Please let me know if any changes are needed! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new beginner-friendly
news-summarizer-agentexample that fetches thetop 5 news headlines for any topic using the free NewsAPI (no credit card
required) and summarizes them using ASI:One LLM. This fills the gap for a
beginner example combining real-time data fetching with LLM summarization.
Type of Change
Checklist
ruff check ..ruff format ..README.mdfor changed example(s)..env.exampleif environment variables are required.Related Issue
Closes #126
Notes for Reviewers
all GSSoC contributors
asi1-minimodel via the standard chat completions endpoint.envis gitignored, only.env.exampleincludedruff checkandruff formatwith no issues