crewAIInc / crewAI-examples

A collection of examples that show how to use CrewAI framework to automate workflows.
2.86k stars 1.09k forks source link

Fixed Starter_Template,Added missing `expected_output` and `README.md` #186 #187

Open pravincoder opened 6 days ago

pravincoder commented 6 days ago

The Starter_Template , Task.py was missing the expected_output parameter which was raising pydantic error , Added a Readme so that newbies can get an idea about import parameters of Crew,Tasks,Agents

Fixed #186 Thank You !

If in case I missed something or there is need of few more changes let me know!😅