Back to Agents
S
AutoGPT
by Significant Gravitas · v0.5.1
AutoGPT is an experimental open-source application showcasing the capabilities of modern LLMs. This program, driven by GPT-4, chains together LLM 'thoughts' to autonomously achieve whatever goal you set. AutoGPT pushes the boundaries of what is possible with AI by enabling autonomous task completion, internet access, and long/short-term memory management.
autonomousopen-sourcegeneral-purposeAutomation
Agent Card
Protocols
REST APICLI
Capabilities
task-planningweb-browsingcode-executionfile-management
Input / Output
INPUT:
text
OUTPUT:
textcodefile
Authentication
API Key
API ENDPOINT:
https://api.agpt.co/v1
Quick Start
# Install and configure
curl -X POST https://api.agpt.co/v1/agents \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"task": "your task here"}'