Spaces:
Runtime error
Runtime error
# 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 |