-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.env.example
More file actions
26 lines (22 loc) · 1.44 KB
/
.env.example
File metadata and controls
26 lines (22 loc) · 1.44 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
26
# ╔═══════════════════════════════════════════════════════════╗
# ║ ANTIGRAVITY ADVANCED KIT — Environment Configuration ║
# ╚═══════════════════════════════════════════════════════════╝
# Copy this file to .env and fill in your real keys.
# NEVER commit .env to source control.
# ── Identity ──────────────────────────────────────────────
AGENT_NAME="Antigravity"
ENVIRONMENT="development"
# ── LLM Providers (add your keys) ────────────────────────
OPENAI_API_KEY="sk-..."
ANTHROPIC_API_KEY="sk-ant-..."
GEMINI_API_KEY="AIzaSy..."
# ── Daemon TCP Ports ─────────────────────────────────────
# Override these if the defaults conflict with other services
# AGENT_PORT_READER=9100
# AGENT_PORT_WRITER=9101
# AGENT_PORT_LOOP=9102
# AGENT_PORT_EVENT=9103
# ── Tuning ───────────────────────────────────────────────
# AGENT_LOOP_THRESHOLD=3
# AGENT_EVENT_POLL=30
# AGENT_PRESSURE_LIMIT=150000