AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

Agent returns Washington D.C.

Open mforoozandeh opened this issue 1 year ago • 4 comments

⚠️ Search for existing issues first ⚠️

  • [X] I have searched the existing issues, and there is no existing issue for my problem

Which Operating System are you using?

MacOS

Which version of AutoGPT are you using?

Latest Release

Do you use OpenAI GPT-3 or GPT-4?

GPT-4

Which area covers your issue best?

Agents

Describe your issue.

I get: Output should be placeholder text Washington D.C. You'll need to modify execute_step to include LLM behavior. Follow the tutorial if confused.

I am confused and there is no tutorial! :)

Upload Activity Log Content

No response

Upload Error Log Content

--

mforoozandeh avatar Mar 03 '24 14:03 mforoozandeh

I have the same issue

Saintj2324 avatar Mar 04 '24 12:03 Saintj2324

I think you run forge agent and it needs to change its behavior. If you want to use Autogpt please start running autogpt agent instead of forge. Please tell me if the problem was not this.

MKdir98 avatar Mar 04 '24 13:03 MKdir98

I think you run forge agent and it needs to change its behavior. If you want to use Autogpt please start running autogpt agent instead of forge. Please tell me if the problem was not this.

How can I do this? I use ./run agent start MY_AGENT_NAME

Should I run autogpt instead?

mforoozandeh avatar Mar 05 '24 14:03 mforoozandeh

I think you run forge agent and it needs to change its behavior. If you want to use Autogpt please start running autogpt agent instead of forge. Please tell me if the problem was not this.

How can I do this? I use ./run agent start MY_AGENT_NAME

Should I run autogpt instead?

Yes ./run agent start autogpt

MKdir98 avatar Mar 05 '24 14:03 MKdir98

you are running forge, not autogpt

ntindle avatar Mar 17 '24 05:03 ntindle

autogpt is just not starting. ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/paul/Documents/AutoGPT/AutoGPT-autogpt-v0.5.1/autogpts/autogpt/autogpt/app/cli.py", line 270, in serve from autogpt.app.main import run_auto_gpt_server File "/Users/paul/Documents/AutoGPT/AutoGPT-autogpt-v0.5.1/autogpts/autogpt/autogpt/app/main.py", line 17, in <module> from forge.sdk.db import AgentDB ModuleNotFoundError: No module named 'forge.sdk'

but new agent does:

[2024-05-24 19:24:57,784] [main ] [INFO] 📝 Agent server starting on http://localhost:8000 ✅ Agent application started and available on port 8000

nauen avatar May 24 '24 17:05 nauen