gmail-agent / README.md
samvish's picture
Resolve merge conflicts
e45fc9f
|
raw
history blame
271 Bytes
# Gmail Agent API
FastAPI application for Gmail management using Gemini and Composio.
## Setup
1. Clone the repository
2. Set up environment variables in `.env`
3. Build and run:
```bash
docker build -t gmail-agent .
docker run -p 7860:7860 --env-file .env gmail-agent