VRSEN / agency-swarm-lab

MIT License
522 stars 238 forks source link

The requirements.txt of CodeSolutionAgency is in the wrong folder. #23

Open AviVolah opened 3 months ago

AviVolah commented 3 months ago

It should be in the CodeSolutionAgency folder and not in BrowsingAgent folder

josedandrade commented 2 months ago

After doing so, I get

(agents) PS D:\GitHub_Windows\agency-swarm-lab\CodeSolutionAgency> python agency.py
Traceback (most recent call last):
  File "D:\GitHub_Windows\agency-swarm-lab\CodeSolutionAgency\agency.py", line 10, in <module>
    devid = Devid()
  File "D:\GitHub_Windows\agency-swarm-lab\CodeSolutionAgency\Devid\Devid.py", line 10, in __init__
    super().__init__(
TypeError: Agent.__init__() got an unexpected keyword argument 'max_prompt_tokens'
(agents) PS D:\GitHub_Windows\agency-swarm-lab\CodeSolutionAgency>