NovaCore.Agents.BrowserUse 2.1.9

dotnet add package NovaCore.Agents.BrowserUse --version 2.1.9
                    
NuGet\Install-Package NovaCore.Agents.BrowserUse -Version 2.1.9
                    
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.BrowserUse" Version="2.1.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NovaCore.Agents.BrowserUse" Version="2.1.9" />
                    
Directory.Packages.props
<PackageReference Include="NovaCore.Agents.BrowserUse" />
                    
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.BrowserUse --version 2.1.9
                    
#r "nuget: NovaCore.Agents.BrowserUse, 2.1.9"
                    
#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.BrowserUse@2.1.9
                    
#: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.BrowserUse&version=2.1.9
                    
Install as a Cake Addin
#tool nuget:?package=NovaCore.Agents.BrowserUse&version=2.1.9
                    
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
  • OpenAI computer use — pixel-driven Chromium via OpenAI's Responses computer tool
  • 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.BrowserUse:

Package Downloads
NovaCore.Agents.OpenAIComputerUse

OpenAI native computer-use provider for NovaCore.Agents. Speaks the OpenAI Responses API computer tool, executes pixel-level action batches on a CDP-controlled browser session, and ships a ready-to-use agent that drops into the standard pipeline (budget, summarisation, observability).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.9 103 5/25/2026
2.1.8 98 5/25/2026
2.1.7 119 5/22/2026
2.1.6 111 5/16/2026
2.1.5 104 5/16/2026
2.1.4 110 5/16/2026
2.1.3 105 5/14/2026
2.1.2 104 5/13/2026
2.1.1 107 5/4/2026
2.1.0 114 5/3/2026
2.0.4 115 5/1/2026
2.0.3 105 4/29/2026
2.0.2 97 4/28/2026
2.0.1 102 4/27/2026
2.0.0 105 4/25/2026
1.0.4 101 4/24/2026
1.0.3 104 4/23/2026
1.0.2 115 4/22/2026
1.0.1 95 4/22/2026
1.0.0 110 4/18/2026