DEV Community

Emmanuel Onwuegbusi
Emmanuel Onwuegbusi

Posted on

2 1 1 1 1

How I Build AI Agents in Seconds🤯

In this article, I will show you how I create AI agents that quickly perform my tasks.

As an example, I will create an AI Agent that scrapes the web for me and provides the summary of the scraped webpage.

Outline:

  • Sign up on Supercog
  • Create an Agent
  • Add tools
  • Enter query
  • Conclusion

Sign up on Supercog

Go to Supercog https://app.supercog.ai/register/ and register:

supercog sign up page

Create an Agent

Once you register, you will be taken to the homepage of Supercog app, from this page we can create an AI Agent.

Agents are systems that use LLMs as reasoning engines to determine which actions to take and the inputs to pass them.

  • Click the Create Your Own Agent button

supercog create your own agent

  • You can give your Agent a Name and a custom Agent Instructions

Supercog editor page

Add tools

Tools extend the agent's capabilities by allowing it to perform specific actions, like accessing an external database, etc

We are going to add Zyte Web Scraping Tool to be able to scrape web pages.

  • Click the Add Tool button

supercog add tool button

  • Locate the Internet Agent Tools category, expand it and click on the "+" button to add Zyte Web Scraping Tool:

Zytewebscrapingtool

Enter query

You can now enter your query to scrape web pages. Go to the chat input box and enter your query.

For me, I entered the following text:
Scrape this webpage for me and provide a summary of the main ideas: https://dev.to/emmakodes/seamlessly-create-jira-issues-from-github-using-natural-language-and-supercog-297m_

my prompt

I got the following response which is a good summary of the article I wrote explaining how to seamlessly Create Jira Issues from GitHub Using Natural Language and Supercog đź‘Ź:

supercog web scraping and summary output

Conclusion

You can easily do the following and more using Supercog:

  • Integrate seamlessly with various business systems and popular SaaS applications

  • Help to automate repetitive tasks

  • Do advanced data analysis

  • Report generation

  • File data processing
    etc

API Trace View

How I Cut 22.3 Seconds Off an API Call with Sentry đź•’

Struggling with slow API calls? Dan Mindru walks through how he used Sentry's new Trace View feature to shave off 22.3 seconds from an API call.

Get a practical walkthrough of how to identify bottlenecks, split tasks into multiple parallel tasks, identify slow AI model calls, and more.

Read more →

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

đź‘‹ Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay