chore: 理顺 Core/Web 命名空间,并显式列出 Core 编译文件。
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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)。
|
||||
|
||||
Reference in New Issue
Block a user