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
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
agent:
|
||||
gateway_timeout: 600
|
||||
max_turns: 90
|
||||
compression:
|
||||
enabled: false
|
||||
protect_last_n: 200
|
||||
delegation:
|
||||
max_concurrent_children: 3
|
||||
max_spawn_depth: 1
|
||||
fallback_providers:
|
||||
- provider: ocg-old
|
||||
- provider: ocg-new
|
||||
- provider: omlx
|
||||
memory:
|
||||
memory_char_limit: 5000
|
||||
memory_enabled: true
|
||||
provider: ''
|
||||
user_char_limit: 3000
|
||||
user_profile_enabled: true
|
||||
model:
|
||||
default: deepseek-v4-flash
|
||||
provider: ocg-old
|
||||
platforms:
|
||||
api_server:
|
||||
enabled: true
|
||||
extra:
|
||||
host: 0.0.0.0
|
||||
key: hermes123
|
||||
port: 8645
|
||||
providers:
|
||||
ocg-new:
|
||||
api_key: ${OCG_NEW_KEY}
|
||||
base_url: https://opencode.ai/zen/go/v1
|
||||
ocg-old:
|
||||
api_key: ${OCG_OLD_KEY}
|
||||
base_url: https://opencode.ai/zen/go/v1
|
||||
omlx:
|
||||
api_key: 7debc5f...f93d1
|
||||
base_url: http://192.168.1.122:18003/v1
|
||||
model: Huihui-Qwen3.6-27B-abliterated-mlx
|
||||
volcengine:
|
||||
api_key: ${VOLCENGINE_KEY}
|
||||
base_url: https://ark.cn-beijing.volces.com/api/coding/v3
|
||||
sessions:
|
||||
auto_prune: false
|
||||
terminal:
|
||||
backend: local
|
||||
toolsets:
|
||||
- terminal
|
||||
- file
|
||||
- search
|
||||
- session_search
|
||||
Reference in New Issue
Block a user