samvish commited on
Commit
e45fc9f
·
1 Parent(s): bbfb383

Resolve merge conflicts

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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