NovaCore.Agents.BrowserUse
2.6.2
dotnet add package NovaCore.Agents.BrowserUse --version 2.6.2
NuGet\Install-Package NovaCore.Agents.BrowserUse -Version 2.6.2
<PackageReference Include="NovaCore.Agents.BrowserUse" Version="2.6.2" />
<PackageVersion Include="NovaCore.Agents.BrowserUse" Version="2.6.2" />
<PackageReference Include="NovaCore.Agents.BrowserUse" />
paket add NovaCore.Agents.BrowserUse --version 2.6.2
#r "nuget: NovaCore.Agents.BrowserUse, 2.6.2"
#:package NovaCore.Agents.BrowserUse@2.6.2
#addin nuget:?package=NovaCore.Agents.BrowserUse&version=2.6.2
#tool nuget:?package=NovaCore.Agents.BrowserUse&version=2.6.2
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.
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.Run("What's 2+2?").Completion;
Console.WriteLine(result.FinalText);
Docs
Each doc covers one vertical. Read only the one you need.
Start here
- Getting started — install, hello agent, streaming, first session
- API reference — all public types, grouped by package
- Host integration — catalog, runner, typed context, resource ownership
Core
- Providers — Anthropic, OpenAI, Google, OpenAI-compatible, Llama
- Tools — custom tools,
ToolResponse,[SequentialOnly],IToolSource - Dependency injection — catalog/runner and simple single-agent registration
- Typed per-run composition — named definitions + typed context + scoped modules/resources
- System prompts — base, append, contributors, tool-source prompts
State + context
- Sessions & persistence —
ISessionStore, EF Core setup - Memory —
IMemory+ remember/recall - Summarisation — cumulative conversation summaries
- History pruning — tool-result + multimodal filtering
Flow control
- Loop policies — ReAct, stuck detection,
CompleteTaskTool - Budget —
RunBudget,BudgetBreached - Structured output —
RunStructuredAsync<T>
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
computertool - MCP — Model Context Protocol
- Testing —
FakeProvider,ScriptedProvider
Upgrading
- Migration from 2.x to 2.6 — what moved into the library and what hosts remove
Status
Current package line: 2.6.0.
License
Proprietary. Copyright (c) 2025 NovaCore. All rights reserved — see LICENSE. Contact NovaCore for licensing inquiries.
| Product | Versions 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. |
-
net10.0
- Microsoft.Playwright (>= 1.59.0)
- NovaCore.Agents (>= 2.6.2)
- SixLabors.ImageSharp (>= 3.1.12)
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.6.2 | 47 | 6/19/2026 |
| 2.6.1 | 48 | 6/19/2026 |
| 2.6.0 | 50 | 6/19/2026 |
| 2.5.3 | 48 | 6/18/2026 |
| 2.5.2 | 49 | 6/18/2026 |
| 2.5.1 | 45 | 6/18/2026 |
| 2.5.0 | 49 | 6/18/2026 |
| 2.3.1 | 126 | 6/8/2026 |
| 2.3.0 | 130 | 6/6/2026 |
| 2.2.9 | 119 | 6/5/2026 |
| 2.2.8 | 105 | 6/5/2026 |
| 2.2.7 | 109 | 6/5/2026 |
| 2.2.6 | 107 | 6/5/2026 |
| 2.2.5 | 106 | 6/4/2026 |
| 2.2.4 | 108 | 6/4/2026 |
| 2.2.3 | 123 | 6/4/2026 |
| 2.2.2 | 106 | 6/4/2026 |
| 2.2.1 | 106 | 6/4/2026 |
| 2.2.0 | 108 | 6/4/2026 |
| 2.1.9 | 133 | 5/25/2026 |