Skip to content

Mini News Agent#248

Merged
scottpersinger merged 7 commits intosupercog-ai:mainfrom
sheaturon:agent/news
Jul 31, 2025
Merged

Mini News Agent#248
scottpersinger merged 7 commits intosupercog-ai:mainfrom
sheaturon:agent/news

Conversation

@sheaturon
Copy link
Contributor

Create a mini news agent example that finds articles and creates a new report website for the user.

Running the agent:

start virtual environment, then run thread command,

agentic thread examples/mini_news/mini_news.py

The user will be prompted to run the agent, typing 'run' to start mini news production.

The agent will generate a website that will automatically open in a local browser. (Supports Mac and WSL, Windows not yet supported).

Features:

  • 8 article headlines and summaries with image generation and links to source articles.
  • HTML file with CSS design for a cohesive web page.

Comment on lines +138 to +140
raw_combined_news = headline_news

f"""
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Suggested change
raw_combined_news = headline_news
f"""
raw_combined_news = f"""

add to raw_combined_news
Copy link
Contributor

@ritzz26 ritzz26 left a comment

Choose a reason for hiding this comment

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

Really cool agent @sheaturon ! Thank you for the great work!

@scottpersinger scottpersinger merged commit 1159855 into supercog-ai:main Jul 31, 2025
2 checks passed
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.

4 participants