Spaces:
Runtime error
Runtime error
Resolve merge conflicts
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Gmail Agent API
|
2 |
+
|
3 |
+
FastAPI application for Gmail management using Gemini and Composio.
|
4 |
+
|
5 |
+
## Setup
|
6 |
+
|
7 |
+
1. Clone the repository
|
8 |
+
2. Set up environment variables in `.env`
|
9 |
+
3. Build and run:
|
10 |
+
```bash
|
11 |
+
docker build -t gmail-agent .
|
12 |
+
docker run -p 7860:7860 --env-file .env gmail-agent
|