将原单体 MAF1 拆成 MAF1(控制台工作流)和 MAF1.Web(可视化编排)。 抽城市失败时暂停:网页弹确认、CLI 控制台询问,超时采用默认结束查询; 也可改填城市后继续。共享决策模型放在 MAF1.Core。
33 lines
730 B
JSON
33 lines
730 B
JSON
{
|
|
"Llm": {
|
|
"ApiKey": "",
|
|
"Endpoint": "https://api.deepseek.com",
|
|
"Model": "deepseek-v4-flash"
|
|
},
|
|
"Workflow": {
|
|
"DecisionTimeoutSeconds": 30
|
|
},
|
|
"Plugins": {
|
|
"Directory": "plugins",
|
|
"DefaultTimeoutSeconds": 180
|
|
},
|
|
"Credentials": {
|
|
"llm-default": {
|
|
"type": "openai-compatible",
|
|
"name": "系统默认模型",
|
|
"source": "llm-section"
|
|
}
|
|
},
|
|
"Weather": {
|
|
"Provider": "Wttr",
|
|
"Language": "zh",
|
|
"Wttr": {
|
|
"UrlTemplate": "https://wttr.in/{location}?lang={lang}&format=3"
|
|
},
|
|
"OpenWeather": {
|
|
"UrlTemplate": "https://api.openweathermap.org/data/2.5/weather?q={location}&appid={apiKey}&units=metric&lang={lang}",
|
|
"ApiKey": ""
|
|
}
|
|
}
|
|
}
|