docs: 为 CLI、网页编排器和插件协议补充学习向注释

在核心类型、图执行器、stdio 插件和前端入口写清职责与对照路径,不改运行行为。
This commit is contained in:
2026-08-28 11:51:48 +08:00
parent a3cca78592
commit 950d09ddb0
38 changed files with 206 additions and 3 deletions
+2
View File
@@ -1,3 +1,5 @@
// 进程外 FileCity 插件。宿主启动本 exestdin 给 JSONstdout 只回输出对象。
// 业务逻辑全部复用 MAF1.Core 里的 FileCityAgent,这里只做协议适配。
using MAF1.Agents.FileCity;
using MAF1.PluginContract;
using MAF1.Utils;
+1
View File
@@ -1,3 +1,4 @@
// 进程外 Weather 插件。同样只做 stdio 适配,天气实现仍在 MAF1.Core。
using MAF1.Agents.Weather;
using MAF1.PluginContract;
using MAF1.Tools;