Files
AgentsMeeting/config/.env.example
T
hmo 1b2b935832 Initial: multi-agent XMPP communication system with dashboard
- Platform-based architecture (Windows/Linux/Mac)
- Agent instance registry (agents.yaml)
- Management dashboard with cross-platform monitoring
- xmpp_bot with HTTP bridge + health endpoints
- wechat_agent with WeChat-Hermes bridging
- Platform services: ProcessGuardian, HealthProbe, APIRouter, ChannelBridge
- Deployment: systemd (Linux) + PowerShell (Windows)
- Monitoring: SSH+ejabberdctl for cross-platform presence
2026-06-12 21:51:36 +08:00

33 lines
816 B
Bash

# AgentsMeeting 环境变量配置
# 复制为 .env 并填写实际值
# === Provider API Keys ===
VOLCENGINE_KEY=b0359bed-09f2-49e2-a53c-32ba057412e3
OCG_NEW_KEY=sk-5miR8xAMhlaXWJz3kXoYPub4ZSUISr8Fy3BXN7teThGkWonQAjZmeJdMu17htGTB
OCG_OLD_KEY=sk-MBLGxsGQU1Ngr1M7DKMt1TiCKvOEdKiwClwiUTcOPJKRZ4wbrgKZ25l3dHmvozhj
# === XMPP ===
XMPP_HOST=xmpp.yoin.fun
XMPP_PORT=3021
MUC_ROOMS=coregroup@conference.yoin.fun
# === Per-profile XMPP credentials ===
XXM_JID=xxm@yoin.fun
XXM_PASS=hermes123
MOHE_JID=mohe@yoin.fun
MOHE_PASS=hermes123
XIAOGUO_JID=xiaoguo@yoin.fun
XIAOGUO_PASS=hermes123
ZHIWEI_JID=zhiwei@yoin.fun
ZHIWEI_PASS=hermes123
# === Gateway ===
HERMES_HOST=192.168.1.246
HERMES_KEY=hermes123
# === Model defaults ===
DEFAULT_MODEL=deepseek-v4-flash
DEFAULT_PROVIDER=volcengine
API_TIMEOUT=60
MAX_TOOL_LOOPS=30