File size: 373 Bytes
d509876
 
 
 
 
 
 
 
 
e45fc9f
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: Gmail Agent API
emoji: 📧
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
---

# 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