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
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=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
# agent.run(["multi-agent collaboration"])
agent.run_concurrently(["Swarm Multi-Agent", "AGI"])

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.5.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

news_swarm-0.0.5-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: news_swarm-0.0.5.tar.gz
  • Upload date:
  • Size: 8.8 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.5.tar.gz
Algorithm Hash digest
SHA256 a1286e81879de67967653e195d8186074df4130136f7e616df850723e99c43d4
MD5 6fe4ec8a93ef52d9baf5a9a45f29f6c2
BLAKE2b-256 89b7a72743a6fb26769887f667e0aa0c34eef2311f2b687ff4e52c2555a5f6f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: news_swarm-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 9.7 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 1ac18f22b2bfdb3cf46be907a01cddf4be6e6d1d148ce92434d6a38527874e6e
MD5 bc921ce322ca961b9bb0018349007f29
BLAKE2b-256 ce35405986f8a4c187646c62681397c9abe80dc9437071534f7576be2910c9f4

See more details on using hashes here.

Supported by

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