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.
| Package | NuGet | Description |
|---|---|---|
| AWS.AgentCore.Hosting | 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 | Local development and testing emulators. Includes a Runtime Emulator, Memory Emulator, and Chat App UI — no AWS account required. |
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.
For feature requests or issues using this library please open an issue in this repository.
We welcome community contributions and pull requests. See CONTRIBUTING.md for information on how to submit code.
See CONTRIBUTING for more information.
This project is licensed under the Apache-2.0 License.
