TransformerOptimus / SuperAGI

<⚡️> SuperAGI - A dev-first open source autonomous AI agent framework. Enabling developers to build, manage & run useful autonomous agents quickly and reliably.
https://superagi.com/
MIT License
15.44k stars 1.86k forks source link

Youtube toolkit #1316

Open coder5492 opened 1 year ago

coder5492 commented 1 year ago

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.
pioneerHitesh commented 1 year ago

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

coder5492 commented 1 year ago

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!
coder5492 commented 1 year ago

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.

sanyamjain0315 commented 1 year ago

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

ancilcleetus commented 1 year ago

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

coder5492 commented 1 year ago

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

pioneerHitesh commented 1 year ago

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

sanyamjain0315 commented 1 year ago
cognitivebot commented 1 year ago

@pioneerHitesh, please raise the PR to the tools repo here: https://github.com/TransformerOptimus/SuperAGI-Tools

cognitivebot commented 1 year ago

@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.

sanyamjain0315 commented 1 year ago

@cognitivebot @coder5492, I've made a PR here