-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
96 lines (74 loc) · 2.15 KB
/
.env.example
File metadata and controls
96 lines (74 loc) · 2.15 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# ArtemisTower Environment Configuration
# Copy this file to .env and fill in the values
# ===========================================
# General Settings
# ===========================================
NODE_ENV=development
LOG_LEVEL=info
# ===========================================
# LLM Provider API Keys
# At least one is required for the agent to function
# ===========================================
# OpenAI
OPENAI_API_KEY=
# Anthropic (Claude)
ANTHROPIC_API_KEY=
# Google AI (Gemini)
GOOGLE_AI_API_KEY=
# Antigravity
ANTIGRAVITY_API_KEY=
# Default LLM Configuration
DEFAULT_LLM_PROVIDER=anthropic
DEFAULT_LLM_MODEL=claude-sonnet-4-20250514
# ===========================================
# Web Search (Optional)
# Used for web_search tool - at least one recommended
# ===========================================
# Tavily (Recommended for AI search)
TAVILY_API_KEY=
# Brave Search
BRAVE_API_KEY=
# SerpAPI
SERPAPI_API_KEY=
# ===========================================
# Message Bridge Tokens
# Only needed if using the corresponding bridge
# ===========================================
# Telegram
TELEGRAM_BOT_TOKEN=
TELEGRAM_ALLOWED_USERS=
# Discord
DISCORD_BOT_TOKEN=
DISCORD_CLIENT_ID=
DISCORD_GUILD_ID=
# WhatsApp (uses local session, no token needed)
# WHATSAPP_SESSION_DIR=/app/data/whatsapp
# ===========================================
# Security Gateway Configuration
# ===========================================
# Rate Limiting
RATE_LIMIT_WINDOW_MS=60000
RATE_LIMIT_MAX_REQUESTS=30
# Content Scanning
CONTENT_SCAN_ENABLED=true
CONTENT_SCAN_THRESHOLD=0.8
# PII Stripping
PII_STRIP_ENABLED=true
PII_BLOCK_ON_DETECT=false
# ===========================================
# Agent Configuration
# ===========================================
AGENT_MAX_TURNS=10
AGENT_PLANNING_ENABLED=true
# ===========================================
# Database (Optional)
# Only needed if using postgres profile
# ===========================================
POSTGRES_USER=artemis
POSTGRES_PASSWORD=
POSTGRES_DB=artemis
# ===========================================
# Encryption
# Generate with: openssl rand -base64 32
# ===========================================
ARTEMIS_MASTER_KEY=