NewHeap.Platform.AI.AspNet.Common 5.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NewHeap.Platform.AI.AspNet.Common --version 5.0.0
                    
NuGet\Install-Package NewHeap.Platform.AI.AspNet.Common -Version 5.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NewHeap.Platform.AI.AspNet.Common" Version="5.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NewHeap.Platform.AI.AspNet.Common" Version="5.0.0" />
                    
Directory.Packages.props
<PackageReference Include="NewHeap.Platform.AI.AspNet.Common" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NewHeap.Platform.AI.AspNet.Common --version 5.0.0
                    
#r "nuget: NewHeap.Platform.AI.AspNet.Common, 5.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NewHeap.Platform.AI.AspNet.Common@5.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NewHeap.Platform.AI.AspNet.Common&version=5.0.0
                    
Install as a Cake Addin
#tool nuget:?package=NewHeap.Platform.AI.AspNet.Common&version=5.0.0
                    
Install as a Cake Tool

NewHeap.Platform.AI.AspNet.Common

ASP.NET Core integration for NewHeap.Platform.AI.Common. It contributes an authenticated actor's active division and narrow capability grants only after configured IAuthorizationService policies succeed. The browser-supplied active division header is never treated as authorization by itself.

The integration adds bounded IDs and correlation metadata to the provider-neutral invocation context. It does not copy a ClaimsPrincipal, token, cookie, request body, prompt, or credential into that context.

INhAiBackgroundOperationRunAdapter maps a durable operation ID, attempt, idempotency key and fencing token into a non-human AI invocation. It persists only versioned checkpoint references, delegates approval waits to the general background-operation suspension contract, and leaves authoritative artifacts and conversation content application-owned.

INhAiBackgroundOperationIngestionAdapter binds ingestion to that durable run, uses the operation idempotency key, and stores a content-free completion checkpoint. Re-entry returns the checkpointed result without re-reading the source or generating embeddings again; a mismatched document or collection fails closed.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on NewHeap.Platform.AI.AspNet.Common:

Package Downloads
NewHeap.Platform.AI.AspNet.Mvc

Exposes authorized ASP.NET Core MVC controller actions as governed NewHeap AI tools executed as the calling user.

NewHeap.Platform.AI.Chat.AspNet

ASP.NET Core assistant endpoints with server-sent event streaming and approval decisions for NewHeap AI.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.8.0 105 9/21/2026
7.7.0 72 9/21/2026
7.6.0 78 9/18/2026
7.5.0 75 9/18/2026
7.4.0 370 9/15/2026
7.3.0 96 9/15/2026
7.2.0 93 9/15/2026
7.1.0 113 9/14/2026
7.0.0 150 9/8/2026
6.0.0 96 9/8/2026
5.0.0 118 9/8/2026
4.4.7 108 9/8/2026
4.4.6 103 9/7/2026
4.4.5 114 9/1/2026
4.4.4 90 9/1/2026
4.4.3 132 9/1/2026
4.4.2 97 9/1/2026
4.4.1 159 8/31/2026
4.4.0 96 8/31/2026
4.3.6 88 8/31/2026
Loading failed