isaiahbjork / Auto-GPT-MetaTrader-Plugin

The AutoGPT MetaTrader Plugin is a software tool that enables traders to connect their MetaTrader 4 or 5 trading account to Auto-GPT.
https://github.com/isaiahbjork/Auto-GPT-MetaTrader-Plugin
MIT License
464 stars 82 forks source link

Not working with latest AutoGPT stable #19

Open debonx opened 9 months ago

debonx commented 9 months ago

Hey there,

tried all the setup options with latest AutoGPT stable. Following the docker method https://docs.agpt.co/autogpt/setups/docker-setup/#set-up-with-docker.

  1. My folder structure looks like this:

Screenshot 2023-11-21 at 09 34 26

  1. My docker-compose.yaml:

` version: "3.9" services: auto-gpt: image: significantgravitas/auto-gpt env_file:

  1. I run as suggested with docker compose run --rm auto-gpt.

Problem

I get always in the loop triggering a web_search (see screenshot):

Screenshot 2023-11-21 at 09 37 19

It's curious that when I disable the plugin in plugins_config.yaml, it gives a warn about that. Therefore I assume that it's activated correctly otherwise.

Note: when I use postman to query the metaAPI I get the proper response.

Any help would be appreciated.