Build a crew ai crew that performs property research using gpt.
pip install 'crewai[tools]'
Update the SERPER_API_KEY
value with an API key from Serper
python flow.py
import os from crewai import Agent, Task, Crew from crewai_tools import SerperDevTool from langchain_community.chat_models import ChatOpenAI
# Other References 🔗
-CrewAI:documentation for the framework.
👨🏾💻 Author: Pratikreddy
📅 Version: 1.x