-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (21 loc) · 1.2 KB
/
Copy path.env.example
File metadata and controls
25 lines (21 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ─── AI ───────────────────────────────────────────────
ANTHROPIC_API_KEY=your_anthropic_key_here
# ─── GOOGLE (Gmail + Calendar) ────────────────────────
# Follow SETUP.md to get these — takes ~5 minutes
GOOGLE_CLIENT_ID=your_client_id
GOOGLE_CLIENT_SECRET=your_client_secret
# Token is auto-generated on first run — leave blank
GOOGLE_TOKEN_PATH=data/google_token.json
# ─── SLACK (optional — for morning brief delivery) ────
SLACK_BOT_TOKEN=xoxb-your-token-here
SLACK_CHANNEL_ID=C0XXXXXXXXX
# ─── AGENT CONFIG ─────────────────────────────────────
TIMEZONE=Asia/Karachi
MAX_EMAILS_TO_READ=30
MAX_EMAILS_TO_DRAFT=5
BRIEF_HOUR=8 # hour to deliver morning brief (24h)
DRY_RUN=true # false = actually send emails/messages
# ─── YOUR PROFILE ─────────────────────────────────────
YOUR_NAME=Your Full Name
YOUR_EMAIL=you@gmail.com
YOUR_ROLE=Software Engineer