变英文
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
.toco 目录用于存放rules,只支持.md文件。内部结构如下:
|
The .toco directory is used to store rules (supporting .md files only). The internal structure is defined as follows:
|
||||||
|
|
||||||
global: 目录用于存放所有Agent通用rules,对所有Agent生效
|
global/ Contains general rules applicable to all Agents. These rules take effect globally across the entire system.
|
||||||
toco: 目录用于存放Toco Agent专用rules,用于外层流程整体控制,如禁止进入建模,必须进行Plan等,通常无需新增rules
|
|
||||||
modeling: 目录用于存放Domain Architect Agent专用rules,用于领域建模阶段
|
toco/ Contains rules specific to the Toco Agent. These are used for high-level process control (e.g., "modeling prohibited," "planning mandatory"). Typically, no new rules need to be added here.
|
||||||
plan: 目录用于存放Planner Agent专用rules,用于规划分析阶段
|
|
||||||
design: 目录用于存放Designer Agent专用rules,用于TOCO设计元素操作
|
modeling/ Contains rules specific to the Domain Architect Agent, used during the domain modeling phase.
|
||||||
coding: 目录用于存放Developer Agent专用rules,用于编写代码阶段
|
|
||||||
|
plan/ Contains rules specific to the Planner Agent, used during the planning and analysis phase.
|
||||||
|
|
||||||
|
design/ Contains rules specific to the Designer Agent, used for operating and managing TOCO design elements.
|
||||||
|
|
||||||
|
coding/ Contains rules specific to the Developer Agent, used during the code implementation phase.
|
||||||
Reference in New Issue
Block a user