Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Run Auto-GPT locally in 2 lines (github.com/kurtosis-tech)
3 points by break_the_bank on April 19, 2023 | hide | past | favorite | 3 comments
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...



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.


This is great!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: