English mirror
This English page is generated from the current Chinese documentation so every route, anchor, code sample, and language switch stays available on agently.tech. Human-edited English copy can replace this generated body page by page.
架构边界
这个目录给扩展 Agently、写公共能力、设计插件或判断新能力归属的人读。普通应用开发通常先读 Requests、Actions、TriggerFlow 和 Services。
阅读入口
- 架构演进目标:理解当前文档线为什么优先强调 AgentExecution、Workspace/Recall、TriggerFlow 生命周期和 RuntimeEvent 观测,并把 Dynamic Task、Skills Executor、AgentTaskLoop 放到正确层级。
- 扩展边界:判断一个能力应该属于 core contract、plugin/provider、built-in action、Agent Component,还是业务应用。
读完这页,应该能判断“我要暴露一个模型可调用能力”时先写 Action,还是要再引入 Execution Environment 或 plugin。