chore: 理顺 Core/Web 命名空间,并显式列出 Core 编译文件。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-01 14:07:46 +08:00
co-authored by Cursor
parent 950d09ddb0
commit 2c5c6fd118
12 changed files with 31 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
using MAF1.PluginContract;
namespace MAF1.Web;
namespace MAF1.Web.Web;
/// <summary>画布上一个端口的元数据,前端用来渲染圆点和检查器文案。</summary>
public sealed class PortInfo
+1
View File
@@ -3,6 +3,7 @@ using MAF1.Agents.Weather;
using MAF1.Plugins;
using MAF1.Tools;
using MAF1.Utils;
using MAF1.Web.Web;
using Microsoft.Agents.AI;
using Microsoft.Extensions.Configuration;
+2 -2
View File
@@ -1,13 +1,13 @@
using System.Text.Json;
using MAF1.Agents;
using MAF1.Agents.FileCity;
using MAF1.Agents.Weather;
using MAF1.Core.Agents;
using MAF1.Decisions;
using MAF1.PluginContract;
using MAF1.Plugins;
using Microsoft.Agents.AI;
namespace MAF1.Web;
namespace MAF1.Web.Web;
/// <summary>
/// 网页自己的图执行器(不是 Microsoft Agents AI Workflow)。