
BabyAGI
Description
Plugin for running autonomous agents to complete a final goal using BabyAGI.
Details
https://babyagichatgpt.skirano.repl.co/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "BabyAGI Plugin",
"name_for_model": "babyagi",
"description_for_human": "Plugin for running autonomous agents to complete a final goal using BabyAGI.",
"description_for_model": "Plugin for running autonomous agents to complete a final goal using BabyAGI.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://localhost/openapi.yaml",
"is_user_authenticated": false
},
"logo_url": "https://localhost/logo.png",
"contact_email": "support@example.com",
"legal_info_url": "http://www.example.com/legal"
}
https://localhost/openapi.yaml
No openAPI definition found.
Discover other plugins from the localhost category

Shell Command
A simple API that runs any shell command and returns its output.
0 Comments

FileSystem
A plugin that let's you use a filesystem's files and directories with create, read, update, and list operations.
0 Comments

HTTP Proxy
A plugin that allows you to make HTTP requests to servers and supports proxying those requests.
0 Comments

NotesGPT
Plugin for managing your notes, you can add, remove, update, and view your notes.
0 Comments

Todo
Plugin for managing a TODO list, you can add, remove and view your TODOs
0 Comments

Unsplash Plugin (Unofficial)
Plugin for searching and displaying stock photos from Unsplash.
0 Comments

Google Serp
Search using Google Custom Search Engine.
0 Comments

Image Link
A simple API that returns an image URL.
0 Comments