🧰 Toolkit
Toolkit is an easy way to generate and use AI plugins. Generate code for 🦜 🔗 LangChain plugins by just describing what they should do.
Create pluginWatch Intro Video
Example plugins
Get Pubmed articles on topic
Use the Pubmed API to get a list of scholarly articles on a given topic
GenerateDownload YouTube video
Download a YouTube video from a URL to a given file on your filesystem (relative to the current path), logging progress, and return the file's path
GenerateLatest stock information using Alpha Vantage API
Use the Alpha Vantage API to return the latest stock information based on the provided ticker
GenerateSuggest code improvements
Suggest code improvements for one or more code files that are passed in
GenerateList files in a directory
Returns the path of the current directory, and a tree structure of the descendant files
Generate