Show HN: Run Auto-GPT locally in 2 lines (github.com)
Auto-GPT has several steps on their README to get things off and running.
With this I am hoping its an easier on ramp for folks who want to hit the ground running. Currently the Docker image is hosted by me but you could build and replace your own docker image here
https://github.com/kurtosis-tech/autogpt-package/blob/main/m...
3 comments
[ 3.0 ms ] story [ 20.5 ms ] threadif you can drop some more lines I will appreciate, thank you
If you have Docker running & the CLI installed; Kurtosis allows you to spin up the entire thing with just `kurtosis run github.com/kurtosis-tech/autogpt-package` (think of this as install on brew)
While the run command is `(echo "python -m autogpt" && cat) | kurtosis service shell autogpt autogpt`
I plan on adding support for Weaviate & Milvus running locally. So that instead of Redis you can do one of those backends if you want to. This takes a lot of heavy lifting away from the user & unlike a docker compose you can spin up things conditionally based on the parameter passed. More-ever you don't need to have the compose file locally.