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.
87 lines
1.9 KiB
87 lines
1.9 KiB
{ |
|
"meta": { |
|
"lastTouchedVersion": "2026.2.22-2", |
|
"lastTouchedAt": "2026-02-23T14:30:00.000Z" |
|
}, |
|
"env": { |
|
"TAVILY_API_KEY": "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" |
|
}, |
|
"models": { |
|
"mode": "merge", |
|
"providers": { |
|
"bailian": { |
|
"baseUrl": "https://coding.dashscope.aliyuncs.com/v1", |
|
"apiKey": "sk-sp-1e9fa581fc724f44a4c34c80156f06c7", |
|
"api": "openai-completions", |
|
"models": [ |
|
{ |
|
"id": "qwen3.5-plus", |
|
"name": "qwen3.5-plus", |
|
"reasoning": false, |
|
"contextWindow": 1000000, |
|
"maxTokens": 65536 |
|
} |
|
] |
|
} |
|
} |
|
}, |
|
"agents": { |
|
"defaults": { |
|
"model": { |
|
"primary": "bailian/qwen3.5-plus" |
|
}, |
|
"workspace": "/root/.openclaw/workspace/agents/life-workspace" |
|
}, |
|
"list": [ |
|
{ |
|
"id": "life", |
|
"name": "张大师", |
|
"workspace": "/root/.openclaw/workspace/agents/life-workspace" |
|
} |
|
] |
|
}, |
|
"channels": { |
|
"telegram": { |
|
"enabled": true, |
|
"dmPolicy": "pairing", |
|
"botToken": "8680474803:AAEjA_KnM-rxEBKe84VcnmKox9ppV8hspo8", |
|
"groupPolicy": "allowlist", |
|
"streaming": "partial" |
|
} |
|
}, |
|
"gateway": { |
|
"port": 18790, |
|
"mode": "local", |
|
"bind": "loopback", |
|
"auth": { |
|
"mode": "token", |
|
"token": "life-agent-token-2026" |
|
}, |
|
"trustedProxies": ["127.0.0.1", "::1"] |
|
}, |
|
"memory": { |
|
"backend": "qmd", |
|
"citations": "auto", |
|
"qmd": { |
|
"includeDefaultMemory": true, |
|
"update": { |
|
"interval": "5m", |
|
"debounceMs": 15000 |
|
} |
|
} |
|
}, |
|
"skills": { |
|
"install": { |
|
"nodeManager": "npm" |
|
}, |
|
"entries": { |
|
"tavily": { "enabled": true }, |
|
"find-skills-robin": { "enabled": true } |
|
} |
|
}, |
|
"plugins": { |
|
"entries": { |
|
"telegram": { "enabled": true } |
|
} |
|
} |
|
}
|
|
|