You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
850 B
31 lines
850 B
agents: |
|
main: |
|
name: 陈医生 |
|
type: local-cli |
|
profile_dir: /root/.openclaw |
|
workspace: /root/.openclaw/workspace |
|
service: |
|
check_cmd: /www/server/nodejs/v24.13.1/bin/openclaw gateway status 2>&1 || echo |
|
'not running' |
|
start_cmd: /www/server/nodejs/v24.13.1/bin/openclaw gateway start |
|
check_pattern: 'running|active|RPC probe: ok|Listening:' |
|
env_file: gateway.env |
|
projects: |
|
- advert |
|
- global |
|
is_hub: true |
|
tongge: |
|
name: 桐哥 |
|
type: local-systemd |
|
profile_dir: /root/.openclaw-tongge |
|
workspace: /root/.openclaw/workspace/agents/tongge-workspace |
|
service: |
|
unit: openclaw-gateway-tongge.service |
|
env_file: tongge-gateway.env |
|
projects: |
|
- life |
|
defaults: |
|
qdrant_host: localhost |
|
qdrant_port: 6333 |
|
collection: mem0_v4_shared |
|
user_id: wang_yuanzhang
|
|
|