SuperAGI icon indicating copy to clipboard operation
SuperAGI copied to clipboard

Youtube toolkit

Open coder5492 opened this issue 1 year ago • 11 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 avatar Oct 06 '23 06:10 coder5492

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

pioneerHitesh avatar Oct 14 '23 06:10 pioneerHitesh

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 avatar Oct 16 '23 06:10 coder5492

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.

coder5492 avatar Oct 16 '23 06:10 coder5492

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

sanyamjain0315 avatar Oct 16 '23 09:10 sanyamjain0315

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

ancilcleetus avatar Oct 16 '23 17:10 ancilcleetus

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

coder5492 avatar Oct 17 '23 06:10 coder5492

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

pioneerHitesh avatar Oct 17 '23 07:10 pioneerHitesh

  • 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 avatar Oct 20 '23 16:10 sanyamjain0315

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

cognitivebot avatar Oct 25 '23 06:10 cognitivebot

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

cognitivebot avatar Oct 25 '23 06:10 cognitivebot

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

sanyamjain0315 avatar Oct 28 '23 19:10 sanyamjain0315