AWS.AgentCore.Hosting 0.0.1-preview

Prefix Reserved
This is a prerelease version of AWS.AgentCore.Hosting.
dotnet add package AWS.AgentCore.Hosting --version 0.0.1-preview
                    
NuGet\Install-Package AWS.AgentCore.Hosting -Version 0.0.1-preview
                    
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="AWS.AgentCore.Hosting" Version="0.0.1-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWS.AgentCore.Hosting" Version="0.0.1-preview" />
                    
Directory.Packages.props
<PackageReference Include="AWS.AgentCore.Hosting" />
                    
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 AWS.AgentCore.Hosting --version 0.0.1-preview
                    
#r "nuget: AWS.AgentCore.Hosting, 0.0.1-preview"
                    
#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 AWS.AgentCore.Hosting@0.0.1-preview
                    
#: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=AWS.AgentCore.Hosting&version=0.0.1-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=AWS.AgentCore.Hosting&version=0.0.1-preview&prerelease
                    
Install as a Cake Tool

AI Integrations on AWS for .NET

build status

Developer Preview — This project is in early preview and under active development. APIs may change between releases. Not recommended for production use.

This repository contains .NET libraries for building AI agents on AWS. Built on top of Microsoft Agent Framework and Amazon Bedrock AgentCore, these packages provide a zero-friction path from local development to production deployment.

Packages

Package NuGet Description
AWS.AgentCore.Hosting nuget Build AI agents that deploy to Amazon Bedrock AgentCore. Provides endpoint mapping, streaming, memory, middleware, NativeAOT support, and a source generator for zero-boilerplate development.
AWS.AgentCore.Testing nuget Local development and testing emulators. Includes a Runtime Emulator, Memory Emulator, and Chat App UI — no AWS account required.

Quick Start

dotnet new web -n MyAgent
cd MyAgent
dotnet add package AWS.AgentCore.Hosting

See the AWS.AgentCore.Hosting README for complete getting-started instructions and code samples.

Sample Applications

Sample Description
AnnotationsSample Source generator with DI, tools, custom ping
StreamingAgent SSE streaming with extension methods
MicrosoftAgentFrameworkSample Agent + function middleware, multiple tools
NativeAotAnnotations NativeAOT with source generator
NativeAotExtensions NativeAOT with extension methods
RemoteMcpAgent MCP tool provider integration
AspireAppHost Local dev experience with Aspire

Getting Help

For feature requests or issues using this library please open an issue in this repository.

Contributing

We welcome community contributions and pull requests. See CONTRIBUTING.md for information on how to submit code.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.1-preview 73 6/5/2026