![]() |
VOOZH | about |
dotnet add package AgentFrameworkToolkit.AmazonBedrock --version 1.10.0
NuGet\Install-Package AgentFrameworkToolkit.AmazonBedrock -Version 1.10.0
<PackageReference Include="AgentFrameworkToolkit.AmazonBedrock" Version="1.10.0" />
<PackageVersion Include="AgentFrameworkToolkit.AmazonBedrock" Version="1.10.0" />Directory.Packages.props
<PackageReference Include="AgentFrameworkToolkit.AmazonBedrock" />Project file
paket add AgentFrameworkToolkit.AmazonBedrock --version 1.10.0
#r "nuget: AgentFrameworkToolkit.AmazonBedrock, 1.10.0"
#:package AgentFrameworkToolkit.AmazonBedrock@1.10.0
#addin nuget:?package=AgentFrameworkToolkit.AmazonBedrock&version=1.10.0Install as a Cake Addin
#tool nuget:?package=AgentFrameworkToolkit.AmazonBedrock&version=1.10.0Install as a Cake Tool
Amazon Bedrock provider package for Agent Framework Toolkit.
dotnet add package AgentFrameworkToolkit.AmazonBedrock
using AgentFrameworkToolkit.AmazonBedrock;
using Amazon;
using Microsoft.Extensions.AI;
var factory = new AmazonBedrockAgentFactory(new AmazonBedrockConnection
{
Region = RegionEndpoint.EUNorth1,
ApiKey = "<your-bedrock-api-key>",
});
var agent = factory.CreateAgent(new AmazonBedrockAgentOptions
{
Model = "eu.anthropic.claude-haiku-4-5-20251001-v1:0",
Instructions = "You are a helpful assistant",
Tools = [AIFunctionFactory.Create((string city) => \"sunny\", \"get_weather\")],
});
var response = await agent.RunAsync(\"Hello\");
Console.WriteLine(response.Text);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.10.0 | 92 | 6/10/2026 |
| 1.9.0 | 99 | 6/4/2026 |
| 1.8.0 | 119 | 5/28/2026 |
| 1.7.0 | 99 | 5/27/2026 |
| 1.6.2 | 104 | 5/20/2026 |
| 1.6.1 | 97 | 5/14/2026 |
| 1.5.0 | 94 | 5/14/2026 |
| 1.4.0 | 95 | 5/5/2026 |
| 1.3.0 | 109 | 4/24/2026 |
| 1.2.0 | 110 | 4/22/2026 |
| 1.1.0 | 115 | 4/10/2026 |
| 1.0.0 | 115 | 4/2/2026 |
| 1.0.0-rc5 | 118 | 3/31/2026 |
| 1.0.0-rc4.2 | 62 | 3/31/2026 |
| 1.0.0-rc4.1 | 66 | 3/31/2026 |
| 1.0.0-rc4 | 115 | 3/12/2026 |
| 1.0.0-rc3.1 | 60 | 3/8/2026 |
| 1.0.0-rc3 | 104 | 3/4/2026 |
| 1.0.0-rc2 | 109 | 2/26/2026 |
| 1.0.0-rc1 | 112 | 2/21/2026 |