Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AviVolah opened this issue May 30, 2024 · 1 comment
Open

Comments

@AviVolah
Copy link

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

@josedandrade
Copy link

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> 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants