Skip to content

A go program to create and run AutoGPT style agents.

Notifications You must be signed in to change notification settings

ETeissonniere/go-autogpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(go-)AutoGPT

A golang library and binary to create AutoGPT style agents. The default agent is powered by GPT3.5-Turbo and combines two sub-agents: one to create a plan, and one to execute it.

In the current implementation, the agents have access to a series of commands to interact with the local filesystem or even run shell commands. As such, it is recommended to run it within the provided developer container.

Example run

go run ./cli run --apiKey <OPENAI_APIKEY> --task "your task explained in natural language"

About

A go program to create and run AutoGPT style agents.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages