Compare commits

...

7 Commits

Author SHA1 Message Date
oyo
bb9fe081d0 Merge branch 'business' 2026-07-07 14:45:09 +08:00
oyo
3937e3c922 .toco/rules 2026-07-06 16:00:09 +08:00
oyo
2a147dc83c 删掉business,由AI管理 2026-06-24 11:24:56 +08:00
oyo
1584c4981d 删掉analysis目录,让agent自己创建 2026-06-23 18:08:57 +08:00
oyo
33924c4701 business 2026-06-23 13:42:23 +08:00
oyo
2573854e1b ana 2026-06-22 15:21:18 +08:00
oyo
b359bcb9e6 business 2026-06-22 11:37:28 +08:00
8 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
The `.toco` directory is used to store agent rules. Only `.md` files are supported. The internal structure is defined as follows: The `.toco/rules` directory is used to store agent rules. Only `.md` files are supported. The internal structure under `.toco/rules` is defined as follows:
`global/` Contains general rules applicable to all Agents. These rules take effect globally across the entire system. `global/` Contains general rules applicable to all Agents. These rules take effect globally across the entire system.
`toco/` Contains rules specific to the Toco Agent. These are used for high-level process control. Typically, no new rules need to be added here. `toco/` Contains rules specific to the Toco Agent. These are used for high-level process control. Typically, no new rules need to be added here.