ancplua.evaluation.template
2.1.6
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install ancplua.evaluation.template@2.1.6
This package contains a .NET Template Package you can call from the shell/command line.
ANcpLua Agent Framework Evaluation Template
Installs the ancplua-evaluation dotnet new template.
The generated project contains a runnable local evaluation demo plus an extracted reference/ tree with the evaluation API files, unit-test files, and sample demos from the source checkout.
dotnet new install ancplua.evaluation.template
dotnet new ancplua-evaluation -n MyEvaluation
cd MyEvaluation
dotnet run -- local
Repo layout
content/— the template payload shipped in the nupkg: the generated consumer project (Ancplua.Evaluation.Template.csproj,Program.cs,Evaluation/) pluscontent/reference/, an extracted study tree of the Microsoft.Agents.AI evaluation API/source, unit-test, and sample files.dotnet new ancplua-evaluationscaffolds everything undercontent/.upstream-drafts/— draft upstream donation artifacts (feature requests / bug reports) formicrosoft/agent-frameworkanddotnet/extensions. Not filed. These legitimately must stay backcompat-aware against published upstream APIs — keep that note; do not "modernize" them to internal/unreleased shapes.
The two near-identical .csproj
ancplua.evaluation.template.csproj(root) — the template packaging project (PackageType=Template); it packscontent/into the nupkg and is never run.content/Ancplua.Evaluation.Template.csproj— the generated consumer project (OutputType=Exe); this is whatdotnet newproduces anddotnet runexecutes.
-
net10.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.