Spaces:
Runtime error
Runtime error
File size: 271 Bytes
e45fc9f |
1 2 3 4 5 6 7 8 9 10 11 12 |
# 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 |