Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

avocardio
Copy link
Collaborator

@avocardio avocardio commented Sep 11, 2025

News monitoring agent with sentiment analysis.


Summary by cubic

Adds the News-Use demo: a browser agent that monitors news sites, opens the latest article, and summarizes it with sentiment. Includes CLI and docs, with JSON persistence and dedup for continuous runs.

  • New Features
    • New example app (examples/apps/news-use) with news_monitor.py and README.
    • Agent opens the newest headline and extracts title, URL, posting time, and content.
    • Generates short (10-word) and long (~100-word) summaries plus sentiment (positive/neutral/negative).
    • CLI supports --once, --interval, --url, and --debug; saves to news_data.json with hash-based dedup.
    • Docs page (docs/examples/apps/news-use.mdx) with setup, video, and programmatic API; requires browser-use v0.7.7+ and GEMINI_API_KEY.

Copy link

Agent Task Evaluation Results: 1/2 (50%)

View detailed results
Task Result Reason
amazon_laptop ✅ Pass The agent successfully navigated to amazon.com, searched for 'laptop', and returned the name and details of the first laptop search result as requested. The output includes the product title, price, star rating, number of reviews, and delivery options, fulfilling the task requirements.
browser_use_pip ❌ Fail The agent did not provide the required pip installation command 'pip install browser-use'. Instead, it reported that no such command was found in the repository's README.md and declared the task incomplete. Therefore, the success criteria were not met.

Check the evaluate-tasks job for detailed task execution logs.

@avocardio avocardio merged commit 5aa5b20 into main Sep 11, 2025
55 checks passed
@avocardio avocardio deleted the add-news-use-demo branch September 11, 2025 05:11
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant