Skip to main content

NewsAgent - TGSC

Project description

News Agent

Join our Discord Subscribe on YouTube Connect on LinkedIn Follow on X.com

NewsAgent is an enterprise-grade news aggregation agent designed to fetch, query, and summarize news from multiple sources at scale. Built for modern businesses, NewsAgent enables you to automate the process of news monitoring, delivering summarized, relevant, and timely news from across the web. Whether you need real-time updates or comprehensive analysis, NewsAgent can seamlessly integrate into your workflows, ensuring that you always stay informed.

Installation

To install NewsAgent, use the following command:

pip3 install -U news-swarm

Ensure that you have Python 3.10+ installed.

Environment Variables

OPENAI_API_KEY="if you use openai"
WORKSPACE_DIR="agent_workspace"
NEWSAPI_API_KEY="api from the newsapi"

Quick Start

import os

from dotenv import load_dotenv
from swarm_models import OpenAIChat
from swarms import Agent

from news_swarm.main import NewsAgent

load_dotenv()

# Get the OpenAI API key from the environment variable
api_key = os.getenv("OPENAI_API_KEY")

# Create an instance of the OpenAIChat class
model = OpenAIChat(
    openai_api_key=api_key, model_name="gpt-4o-mini", temperature=0.1
)

# Initialize the agent
base_agent = Agent(
    agent_name="News-Agent-V1",
    # system_prompt=FINANCIAL_AGENT_SYS_PROMPT,
    llm=model,
    max_loops=1,
    autosave=True,
    dashboard=False,
    verbose=True,
    dynamic_temperature_enabled=True,
    saved_state_path="news_agent.json",
    user_name="swarms_corp",
    retry_attempts=1,
    context_length=200000,
    return_step_meta=False,
    # output_type="json",
)

# Agent
agent = NewsAgent(
    agent_name="news-agent-v1",
    agent=base_agent,
    newsapi_api_key=os.getenv("NEWSAPI_API_KEY"),
    system_prompt=None,
    return_json=True,
    # start_date="2024-08-01",
    # end_date="2024-08-10"
)


# Run the agent
print(agent.run("multi-agent collaboration"))
print(agent.run_concurrently(["OpenAI", "Anthropic"]))

Enterprise Support

For enterprise customers, we offer:

  • 24/7 Priority Support
  • Custom Feature Development
  • Integration Assistance for your existing platforms (CRM, ERP, etc.)

For more information on enterprise solutions, contact us at kye@swarms.world.

Todo

  • Smart Query Crafting: Automatically creates optimized queries using an llm to fetch the most relevant news from multiple sources.
  • Real-Time Updates: Fetch news in real-time or set scheduled intervals for continuous monitoring.
  • Customizable Sources: Add or remove specific news sources, tailored to your business needs.
  • Bing API: Implement Bing API for search
  • Google API: Implement Google API for search
  • Free Seaarch: Implement a free, fast, reliable search mechanism that runs completely locally and privately.

Contributing

We welcome contributions! If you'd like to contribute to NewsAgent, please open an issue or submit a pull request via our GitHub repository.

License

NewsAgent is licensed under the MIT License. See the LICENSE file for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

news_swarm-0.0.7.tar.gz (11.4 kB view details)

Uploaded Source

Built Distribution

news_swarm-0.0.7-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

Details for the file news_swarm-0.0.7.tar.gz.

File metadata

  • Download URL: news_swarm-0.0.7.tar.gz
  • Upload date:
  • Size: 11.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.6 Darwin/23.3.0

File hashes

Hashes for news_swarm-0.0.7.tar.gz
Algorithm Hash digest
SHA256 30fe3908ca954a0eebd7795afbed0f4ab4e83f914f9b2e5bcdb1615e51b62297
MD5 78be8b11d57a77ef2f70b0d122374370
BLAKE2b-256 e8230f5e0dd51a6d309a01cbe96d6ebb5627a36c83054314880c5eb124880343

See more details on using hashes here.

File details

Details for the file news_swarm-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: news_swarm-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.6 Darwin/23.3.0

File hashes

Hashes for news_swarm-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 2f0c625c34986b1a2655c6a6a6028afe317892395a8e1cf88fbd63693f666405
MD5 7fc0c11db130d4d0cacb8464c6716fd0
BLAKE2b-256 b8b5681a8d715b46a1fc7de44c6d739273cd1f26602904421eef7ceb19fa16ba

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page