Implement CrewAI Agents and Tasks

implementationChallenge

Prompt Content

Implement the CrewAI agents and define their tasks. For each agent, set up their `role`, `goal`, `backstory`, and `verbose` level. Define specific `Task` objects for data gathering, analysis, and synthesis. Initialize GPT-4o as the LLM for your agents (e.g., `llm=ChatOpenAI(model='gpt-4o')`). Provide Python code snippets for setting up agents and tasks, and a basic `Crew` that runs these tasks sequentially or in parallel, ensuring clear output for evaluation.

Try this prompt

Open the workspace to execute this prompt with free credits, or use your own API keys for unlimited usage.

Usage Tips

Copy the prompt and paste it into your preferred AI tool (Claude, ChatGPT, Gemini)

Customize placeholder values with your specific requirements and context

For best results, provide clear examples and test different variations