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

[BUG] CrewAI course: Automating Event Planning lab is broken. #1421

Open
ianbruton opened this issue Oct 10, 2024 · 0 comments
Open

[BUG] CrewAI course: Automating Event Planning lab is broken. #1421

ianbruton opened this issue Oct 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ianbruton
Copy link

Description

screenshot from the lab environment within the course

image

running the code locally gives a different error ( I did not alter any of the agents, or tasks:

Steps to Reproduce

  1. do the training course at : https://learn.deeplearning.ai/courses/multi-ai-agent-systems-with-crewai/lesson/12/automate-event-planning-(code)

Expected behavior

the lab to work

Screenshots/Code snippets

it's your code

Operating System

macOS Sonoma

Python Version

3.10

crewAI Version

0.64.0

crewAI Tools Version

0.12.1

Virtual Environment

Poetry

Evidence

❯ python lab_4.py website_url: None Traceback (most recent call last): File "/Users/ian/Documents/personal/multi_agent_poc/ian_test/crewai/v12.py", line 131, in <module> event_management_crew = Crew( ^^^^^ File "/Users/ian/Documents/personal/multi_agent_poc/ian_test/.venv/lib/python3.11/site-packages/pydantic/main.py", line 212, in __init__ validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pydantic_core._pydantic_core.ValidationError: 1 validation error for Crew The crew must end with at most one asynchronous task. [type=async_task_count, input_value={'agents': [Agent(role=Ve...wn. )], 'verbose': True}, input_type=dict]

Possible Solution

i don't know???

Additional context

none

@ianbruton ianbruton added the bug Something isn't working label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant