♻️ refactor(项目结构): 建立代理与人物卡生成层,润色001—020章对话
- 新增 .kilo/agent 与 .kilo/command 下 11 个 agent/command 配置,配套 kilo.json 默认主 agent - 为 9 张主要人物卡补齐 SillyTavern 生成层(PList + Ali:Chat 声纹示例),扩写 00 人物卡使用说明 - 同步更新 AGENTS.md、资产索引.md、风格约束.md 中关于声纹来源、生成层映射与对话门禁的规则 - 修订 001—020 章对话节奏,保留原说话人的条件、迟疑与追问顺序,合并过碎短句为连贯表述 - 校正第007—020章章纲中的章节时间标注与设定/工业与制造.md 中 008 章余料取料流程
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"$schema": "https://app.kilo.ai/config.json",
|
||||
"default_agent": "正文",
|
||||
"agent": {
|
||||
"code": {
|
||||
"disable": false
|
||||
},
|
||||
"plan": {
|
||||
"disable": true
|
||||
},
|
||||
"build": {
|
||||
"disable": true
|
||||
},
|
||||
"debug": {
|
||||
"disable": true
|
||||
},
|
||||
"ask": {
|
||||
"disable": true
|
||||
},
|
||||
"orchestrator": {
|
||||
"disable": true
|
||||
},
|
||||
"general": {
|
||||
"disable": true
|
||||
},
|
||||
"explore": {
|
||||
"disable": true
|
||||
},
|
||||
"scout": {
|
||||
"disable": true
|
||||
},
|
||||
"code-reviewer": {
|
||||
"disable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user