Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eteissonniere/go-autogpt
A go program to create and run AutoGPT style agents.
https://github.com/eteissonniere/go-autogpt
agi autogpt gpt openai
Last synced: 5 days ago
JSON representation
A go program to create and run AutoGPT style agents.
- Host: GitHub
- URL: https://github.com/eteissonniere/go-autogpt
- Owner: ETeissonniere
- Created: 2023-04-19T05:36:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T23:28:18.000Z (about 1 year ago)
- Last Synced: 2024-06-21T19:04:58.084Z (5 months ago)
- Topics: agi, autogpt, gpt, openai
- Language: Go
- Size: 76.2 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# (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](https://code.visualstudio.com/docs/devcontainers/containers).
## Example run
```bash
go run ./cli run --apiKey --task "your task explained in natural language"