-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (27 loc) · 1.36 KB
/
.env.example
File metadata and controls
32 lines (27 loc) · 1.36 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
27
28
29
30
31
32
# ── SSH Connection ─────────────────────────────────────────────────────────────
SSH_HOST=
SSH_PORT=
SSH_USER=
SSH_KEY_PATH=
WORKSPACE=
# ── AI Model ───────────────────────────────────────────────────────────────────
MODEL=
# Only fill in the key for your chosen provider
ANTHROPIC_API_KEY=
OPENAI_API_KEY=
GEMINI_API_KEY=
GROQ_API_KEY=
# ── Agent Behaviour ────────────────────────────────────────────────────────────
MAX_ITERATIONS=25
TOOL_TIMEOUT=600
# ── Notifications (optional) ──────────────────────────────────────────────────
WEBHOOK_URL=
NOTIFY_EMAIL=
SMTP_HOST=
SMTP_PORT=587
SMTP_USER=
SMTP_PASSWORD=
SMTP_FROM=autolab@localhost
# ── Server ─────────────────────────────────────────────────────────────────────
UI_HOST=0.0.0.0
UI_PORT=7860