-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
51 lines (40 loc) · 1.39 KB
/
example.env
File metadata and controls
51 lines (40 loc) · 1.39 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
# Kayori v2 Environment Configuration
# Copy this file to .env and fill in your values
# REQUIRED: LLM API Configuration
API_KEY=your_groq_api_key_here
# Primary Chat Runtime
# Exactly one primary chat app is active at a time: "discord" or "telegram"
PRIMARY_CHAT_APP=discord
# Discord Configuration
DISCORD_BOT_TOKEN=your_discord_bot_token_here
DISCORD_USER_ID=your_discord_user_id_here
# Telegram Configuration
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
TELEGRAM_CHAT_ID=your_telegram_chat_id_here
# Tool API Keys (Optional)
WEATHER_API_KEY=
TAVILY_API_KEY=
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_REDIRECT_URI=
# Output Sink Configuration
# Mode: "direct" (reply to source) or "multi" (broadcast to all)
OUTPUT_SINK_MODE=direct
# Webhook Configuration (Required in both Discord and Telegram modes)
WEBHOOK_SERVER_HOST=127.0.0.1
WEBHOOK_SERVER_PORT=8080
WEBHOOK_BEARER_TOKEN=your_webhook_bearer_token_here
WEBHOOK_OUTPUT_URLS=
WEBHOOK_OUTPUT_BEARER_TOKEN=
# Audio/TTS Configuration (Optional)
EDGE_TTS_BASE_URL=http://localhost:5050/v1
EDGE_TTS_API_KEY=123
# Tool Audit Configuration (Optional)
ENABLE_TOOL_AUDIT=true
TOOL_AUDIT_LOG_PATH=logs/tool_audit.jsonl
TOOL_AUDIT_MAX_LINES=5000
# LIFE profile bootstrap (Optional)
# Loaded once at startup into the personal agent state.
LIFE_PROFILE_FILE=src/templates/life.md
# Default Location for Weather Tool (Optional)
WEATHER_DEFAULT_LOCATION=