Introducing my first Streamlit and CrewAI project!

It’s been a while since I’ve been playing around with Streamlit and Agents, but did not have the courage to show it to the public!

So here it is, an AI Lead Generator to find relevant company data based on the inputs of the user.

Also integrated the usage cost of each run.

Feedback is more than welcomed!

hi,
why in the file >crew.py> at Line 77, there is output_pydantic=LeadOutput but in the tasks.yaml, the output of this task is a json with different structure than the class LeadOutput(BaseModel) (JSON array with contact details)? Is there any reason for that?
Regards,

1 Like

Hi Marc,

Good catch. The contact_task is the only one that should not follow the LeadOutput class.

I will update the the code. Thanks for that!