AutoAgent
AutoAgent copied to clipboard
Has anyone successfully run the "agent editor"?
I have tried both gpt-4o or Bedrock Claude-3.5, but always get the wrong error info "[ERROR] Failed to list tools. Error: Failed to list tools. Error: WARNING: Package(s) not found: autoagent".
I install the python environment by using "conda create -n autoagent python=3.10", and then use the command "pip install -e ."。
seems there is no autoagent package in the docker's conda env. I met the same problem with you.