We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should be in the CodeSolutionAgency folder and not in BrowsingAgent folder
The text was updated successfully, but these errors were encountered:
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>
Sorry, something went wrong.
No branches or pull requests
It should be in the CodeSolutionAgency folder and not in BrowsingAgent folder
The text was updated successfully, but these errors were encountered: