TransformerOptimus / SuperAGI

<⚡️> SuperAGI - A dev-first open source autonomous AI agent framework. Enabling developers to build, manage & run useful autonomous agents quickly and reliably.

Home Page:https://superagi.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youtube toolkit

coder5492 opened this issue · comments

Where are you using SuperAGI?

MacOS

Which branch of SuperAGI are you using?

Main

Do you use OpenAI GPT-3.5 or GPT-4?

GPT-4

Which area covers your issue best?

Tools

Describe your issue.

This issue outlines the features and functionality required for the development of a YouTube Toolkit. The toolkit aims to enable developers to interact with YouTube's API for various purposes, such as

  1. Video summarization
  2. Video Search and Information Retrieval
  3. Retrieve comments and likes for a video
  4. Retrieve channel information.

@coder5492 I would like to contribute , can you please assign it to me?

Sure @pioneerHitesh !
Please create a PR in SuperAGI tools repo.
Here are the instructions to quickly get you started with contributing to SuperAGI's Tools Repository:

  1. Start building your toolkit by following the instructions in this link
  2. Once you've built the toolkit, make sure you've taken care of the following before submitting your toolkit for a pull request:
  3. All the toolkit documents are made with a snake case.
  4. Your Toolkit covers all the required unit tests.
  5. You have included a README.md which helps the user configure the toolkit with SuperAGI. You can refer to an example Toolkit README here.
  6. Start raising a pull request to merge your branch with the main of SuperAGI-Tools. Once approved, your tool will be merged to the main and available for the community to use!

If you think there are other additional advantageous features that could be included in the toolkit mentioned above, please don't hesitate to include them.

Hey has this issue been assigned? I had checked out this issue a few days ago and was planning to contribute to it.

Hi @coder5492
I want to contribute to the YouTube toolkit. Please assign me.

@ancilcleetus Sure, please follow the instructions above. If you want to add any other custom toolkit please raise an issue with details

@coder5492 i have sent a PR with respect to this issue , can you please check PR

  • Hey @coder5492 does the toolkit demand only retrieval from the API or insertion tools as well?
  • Could you also specify a bit more on the video summarization part if possible?

@sanyamjain0315, you need to create a tool to download youtube video captions, agent will later use this data to summarize this data based on the task assigned.