3 comments

[ 3.0 ms ] story [ 20.5 ms ] thread
I get the feeling it's a big achievement, but I do not understand it :(

if you can drop some more lines I will appreciate, thank you

This takes in the entire README here https://github.com/Significant-Gravitas/Auto-GPT#-installati... and converts it into something that you can run on your system in much fewer steps!

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.