Based on the provided transcript, here are the detailed instructions, CLI commands, website URLs, and tips extracted in an easy-to-follow outline form:
Setting Up Email Automation Tool with Crew AI and LRA
Prerequisites:
Gmail account
Python environment
Tools Used:
Crew AI
LRA (Lang graph)
Steps:
Create Gmail API Credentials:
Visit Google Cloud Platform and create a new project.
Navigate to APIs & Services > Credentials.
Click Create credentials and select OAuth client ID.
Choose Desktop app as the application type.
Name your client (e.g., Crew AI Lang Graph).
Download the credentials.json file and rename it to credentials.json in your project directory.
Add credentials.json to your .gitignore file to avoid pushing it to version control.
Enable Gmail API:
Search for Gmail API in the Google Cloud Platform.
Enable the Gmail API for your project.
Set Up Environment Variables:
Create an .env file with the following variables:
EMAIL - Your Gmail address.
TALI_API_KEY - API key from Tali for internet searches.