NovaCore.Agents.Providers.OpenAI 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NovaCore.Agents.Providers.OpenAI --version 2.0.0
                    
NuGet\Install-Package NovaCore.Agents.Providers.OpenAI -Version 2.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="NovaCore.Agents.Providers.OpenAI" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NovaCore.Agents.Providers.OpenAI" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="NovaCore.Agents.Providers.OpenAI" />
                    
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 NovaCore.Agents.Providers.OpenAI --version 2.0.0
                    
#r "nuget: NovaCore.Agents.Providers.OpenAI, 2.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 NovaCore.Agents.Providers.OpenAI@2.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=NovaCore.Agents.Providers.OpenAI&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=NovaCore.Agents.Providers.OpenAI&version=2.0.0
                    
Install as a Cake Tool

NovaCore.Agents

A composable .NET 10 agent runtime. Streaming event pipeline, dialect × transport provider composition, typed tools, budget enforcement, cumulative summarisation, browser automation, MCP, EF persistence, OpenTelemetry.

.NET 10.0 License: Proprietary


Install

dotnet add package NovaCore.Agents
dotnet add package NovaCore.Agents.Providers.Anthropic

Hello, agent

using NovaCore.Agents;

var agent = Agent.Build()
    .UseProvider(Anthropic.Direct(apiKey, AnthropicModels.ClaudeSonnet46))
    .Build();

var result = await agent.RunToCompletionAsync("What's 2+2?");
Console.WriteLine(result.FinalText);

Docs

Each doc covers one vertical. Read only the one you need.

Start here

Core

  • Providers — Anthropic, OpenAI, Google, OpenAI-compatible, Llama
  • Tools — custom tools, ToolResponse, [SequentialOnly], IToolSource
  • Dependency injectionAddNovaAgents, IAgentFactory, lifetimes
  • System prompts — base, append, contributors, tool-source prompts

State + context

Flow control

Integrations

  • Observability — event stream, middleware, OpenTelemetry — how your host hooks in
  • Browser use — CDP-backed web automation
  • MCP — Model Context Protocol
  • TestingFakeProvider, ScriptedProvider

Upgrading


Status

Alpha. v1 (NovaCore.AgentKit.*) has been removed. Stable cut follows an internal validation pass.

License

Proprietary. Copyright (c) 2025 NovaCore. All rights reserved — see LICENSE. Contact NovaCore for licensing inquiries.

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 (1)

Showing the top 1 NuGet packages that depend on NovaCore.Agents.Providers.OpenAI:

Package Downloads
NovaCore.Agents.Providers

Unified provider front door for NovaCore.Agents. One ProviderSpec resolves to any supported endpoint — Anthropic, OpenAI, Azure, Gemini, Vertex, Bedrock, and every OpenAI-compatible gateway — plus a catalog and a UI-facing descriptor for each.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.5.9 24 9/3/2026
3.5.8 33 9/3/2026
3.5.7 44 9/3/2026
3.5.6 62 9/2/2026
3.5.5 47 9/2/2026
3.5.4 76 9/1/2026
3.5.3 46 9/1/2026
3.5.2 101 8/31/2026
3.5.1 72 8/31/2026
3.5.0 159 8/21/2026
3.4.0 113 8/21/2026
3.3.1 101 8/21/2026
3.3.0 134 8/21/2026
3.2.1 204 8/4/2026
3.2.0 116 8/3/2026
3.1.9 167 7/28/2026
3.1.8 128 7/27/2026
3.1.7 465 6/23/2026
3.1.6 120 6/22/2026
2.0.0 120 4/25/2026
Loading failed