Discover posts

Explore captivating content and diverse perspectives on our Discover page. Uncover fresh ideas and engage in meaningful conversations

Then you run python scripts/main.py and the terminal will start to prompt you.

You can do continuous mode if you want it go fully autonomous, or you can sit there and approve each action yourself.

For continuous mode:
`python scripts/main.py --continuous`

image

And thats it to get it up and running!

But it’s not perfect and you’ll run into issues a decent amount of times, so here’s what I did to make the process smooth.

Goals:
Since AutoGPT is so new, its not perfect (understandably) so setting the right goals will be the difference between accomplishing tasks and failing them.

In my researchGPT i actually gave it a very basic set of goals.

The second one seems a lot more in-depth right?

Well its actually worse because for now its too in-depth. AutoGPT will begin to start looping and getting stuck at the planning phase. You wont get any output at all

image

In my researchGPT i actually gave it a very basic set of goals.

The second one seems a lot more in-depth right?

Well its actually worse because for now its too in-depth. AutoGPT will begin to start looping and getting stuck at the planning phase. You wont get any output at all

image

In my researchGPT i actually gave it a very basic set of goals.

The second one seems a lot more in-depth right?

Well its actually worse because for now its too in-depth. AutoGPT will begin to start looping and getting stuck at the planning phase. You wont get any output at all

imageimage

So as a rule of thumb:
1) start simple, test the output, and then adjust your goals.
This isn’t a science per say, there is usually a lot of back and forth.

This isn't perfect at all but amazing nonetheless.

Saving to files:

Since autoGPT can write to files, we need to nudge it in the right direction.

In my example, I just ask it to save the analysis, and this is usually good enough.

Sometimes you want it to save for each goal, so you can ask it that.

Something like:
Goal 1 : find the top 10 shoe brands, Save the output.
Goal 2: and do SWOT analysis. of each brand, save it

General issues:
Sometimes you’ll see AutoGPT loop, and I try to monitor it closely.

If it starts to loop for more than 2-3 minutes, it usually means its stuck and you’ll have to restart the process again.