/QuantumQrew

"QuantumQrew: Leveraging SuperAGI to automatically summarize web content scraped from URLs and deliver summaries to email inboxes. Revolutionizing information consumption with advanced AI and streamlined communication."

Primary LanguagePython

QuantumQrew

"QuantumQrew: Leveraging SuperAGI to automatically summarize web content scraped from URLs and deliver summaries to email inboxes. Revolutionizing information consumption with advanced AI and streamlined communication."

QuantumQrew SuperAGI WebSummarizer

LOGO

Welcome to QuantumQrew's SuperAGI WebSummarizer Agent! 🚀

Introduction

QuantumQrew's SuperAGI WebSummarizer Agent is an innovative tool that automates the process of summarizing web content using cutting-edge artificial general intelligence (SuperAGI). It combines advanced web scraping, powerful AI summarization, and seamless email delivery to provide concise and informative summaries of webpages, directly to your inbox.

Features

  • Web Scraping: Our tool efficiently extracts relevant data from webpages using a robust web scraping tool.
  • SuperAGI Summarization: Leverage the power of SuperAGI to create accurate and insightful summaries that capture the essence of the original content.
  • Email Delivery: Automatically receive summaries in your email inbox, saving you time and effort.
  • Customization: Configure your preferences, such as summarization length and delivery frequency, to suit your needs.

How It Works

  1. The web scraping tool gathers data from a provided URL.
  2. SuperAGI processes the extracted data, generating high-quality summaries.
  3. Summaries are sent directly to your email inbox using our integrated email tool.

Getting Started

To get started with the QuantumQrew SuperAGI Summarizer, follow these steps:


Not sure how to setup? Learn here

Getting Started

To utilize the QuantumQrew SuperAGI Agent, follow these steps:

Initial Setup

  1. Access Codespace (Optional): If the provided commands do not work on your machine, consider using Codespace to customize your agent.

Running Your Agent

  1. Create Agent:

    Run the following command to create your SuperAGI agent. Replace {{URL}} with the actual API endpoint URL.

    Run the curl command for creating the agent

curl --location -g '{{URL}}/api/v1/agent' \
--header 'X-API-Key: YOUR_API_KEY' \
--data '{
    "name": "My AI Assistant",
    "description": "Automates summarization of web content",
    "goal": ["Generate summaries"],
    "agent_workflow": "Goal Based Workflow", 
    "constraints": [
        "~4000 word limit for short term memory.",
        "Exclusively use the commands listed in double quotes e.g. \"command name\""
    ],
    "tools":[
        {   
            "name":"Email Toolkit"
        },
        {   
            "name":"Web Scrapper Toolkit"
        }
    ],
    "iteration_interval": 500,
    "model": "gpt-4",
    "max_iterations": 25,
    "schedule": null
}'
  1. Run Agent: Execute the following command to run your SuperAGI agent. Replace {{URL}} and {{agent_id}} with the actual API endpoint URL and agent ID.
curl --location -g '{{URL}}/api/v1/agent/{agent_id}/run' \
--header 'X-API-Key: bf2b13a0-c5d3-403f-a887-ac8849b8304b' \
--data '{}'

Accessing Results

After running the agent, you can view the generated summary in your email inbox.

Please note that due to API credits constraints, the QuantumQrew SuperAGI Agent's full functionality is not available at the moment. However, future updates will include an extension that enables users to access summaries effortlessly.

We apologize for any inconvenience and appreciate your understanding. If you encounter any issues or have questions, contact us at qrewquantum@gmail.com

🛠 Tools Used

Web ScraperEmailGoogle SearchGithub

💻 Screenshots

image mail_from_superagi

Back to top

Contact Us

Have questions or feedback? Feel free to reach out to us at qrewquantum@gmail.com