Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,22 @@ VALID_DOMAINS=core,writer,game,notes
# These are your AI's "core identity" memories, loaded every time it wakes up.
# Point these to the memories that define WHO your AI is.
CORE_MEMORY_URIS=core://agent,core://my_user,core://agent/my_user

# =============================================================================
# Heartbeat Agent Configuration
# =============================================================================

# AI API 配置 (支持 OpenAI 兼容接口)
# 智谱 GLM:
# HEARTBEAT_API_BASE=https://open.bigmodel.cn/api/paas/v4
# HEARTBEAT_MODEL=GLM-4-Flash
# HEARTBEAT_API_KEY=your-api-key-here
# OpenAI:
# HEARTBEAT_API_BASE=https://api.openai.com/v1
# HEARTBEAT_MODEL=gpt-4o-mini
# HEARTBEAT_API_KEY=your-api-key-here

# DeepSeek:
# HEARTBEAT_API_BASE=https://api.deepseek.com/v1
# HEARTBEAT_MODEL=deepseek-chat
# HEARTBEAT_API_KEY=your-api-key-here
Loading