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
Traceback (most recent call last): File "/content/crewai-updated-tutorial-hierarchical/main.py", line 33, in crew = Crew( File "/usr/local/lib/python3.10/dist-packages/pydantic/main.py", line 193, in init self.pydantic_validator.validate_python(data, self_instance=self) pydantic_core._pydantic_core.ValidationError: 1 validation error for Crew Hierarchical process error: Tasks cannot be flagged with async_execution. [type=async_execution_in_hierarchical_process, input_value={'agents': [Agent(role=Ed...proxy=''), 'verbose': 2}, input_type=dict]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Traceback (most recent call last):
File "/content/crewai-updated-tutorial-hierarchical/main.py", line 33, in
crew = Crew(
File "/usr/local/lib/python3.10/dist-packages/pydantic/main.py", line 193, in init
self.pydantic_validator.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Crew
Hierarchical process error: Tasks cannot be flagged with async_execution. [type=async_execution_in_hierarchical_process, input_value={'agents': [Agent(role=Ed...proxy=''), 'verbose': 2}, input_type=dict]
The text was updated successfully, but these errors were encountered: