chore: 理顺 Core/Web 命名空间,并显式列出 Core 编译文件。
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -4,9 +4,27 @@
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<RootNamespace>MAF1</RootNamespace>
|
||||
<RootNamespace>MAF1.Core</RootNamespace>
|
||||
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="Agents\AgentStepResult.cs" />
|
||||
<Compile Include="Agents\FileCity\CityExtraction.cs" />
|
||||
<Compile Include="Agents\FileCity\FileCityAgent.cs" />
|
||||
<Compile Include="Agents\Weather\WeatherAgent.cs" />
|
||||
<Compile Include="Decisions\DecisionModels.cs" />
|
||||
<Compile Include="PluginContract\PluginManifest.cs" />
|
||||
<Compile Include="PluginContract\PluginStdio.cs" />
|
||||
<Compile Include="Tools\FileTools.cs" />
|
||||
<Compile Include="Tools\WeatherOptions.cs" />
|
||||
<Compile Include="Tools\WeatherTools.cs" />
|
||||
<Compile Include="Utils\AgentFactory.cs" />
|
||||
<Compile Include="Utils\JsonText.cs" />
|
||||
<Compile Include="Utils\LlmOptions.cs" />
|
||||
<Compile Include="Utils\WindowsConsole.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
|
||||
<PackageReference Include="Microsoft.Agents.AI.OpenAI" Version="1.19.0" />
|
||||
|
||||
Reference in New Issue
Block a user