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
+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)。