docs(i18n): normalize Agent Note terminology

This commit is contained in:
Tianyi Cui
2026-07-24 15:10:55 +08:00
parent a55c25ca51
commit 8e84aa6218
52 changed files with 69 additions and 69 deletions
@@ -25,7 +25,7 @@ Cordis 是 SDK 底层的插件框架。Cordis **上下文**是插件用来访问
| 在哪里为某个 agent 注册行为? | 通过 `agent.ctx` 调用普通注册 API |
| 某个 agent 的操作能看到什么? | 部署全局加上该 agent 的层,按所属服务的合并规则 |
| 哪些作用域监听器会运行? | 无作用域监听器加上为该操作所属 agent 注册的监听器 |
| 该层存在多久? | setup 在发布前完成;dispose 保留该层直到工作达到静止 |
| 该层存在多久? | setup 在发布前完成;dispose 保留该层直到工作完全停稳 |
作用域是扁平的。解析永远不会遍历父级或兄弟作用域,生命周期所有权也不意味着注册继承。