chore: 理顺 Core/Web 命名空间,并显式列出 Core 编译文件。
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using System.Text.Json;
|
||||
|
||||
namespace MAF1.Agents;
|
||||
namespace MAF1.Core.Agents;
|
||||
|
||||
/// <summary>
|
||||
/// 一次 Agent 执行的统一结果。网页编排器和进程外插件都用这套字段,方便画布把输出接到下一节点。
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using System.Text.Json;
|
||||
using MAF1.Core.Agents;
|
||||
using MAF1.Tools;
|
||||
using MAF1.Utils;
|
||||
using Microsoft.Agents.AI;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
using MAF1.Core.Agents;
|
||||
using MAF1.Tools;
|
||||
using MAF1.Utils;
|
||||
using Microsoft.Agents.AI;
|
||||
|
||||
Reference in New Issue
Block a user