NovaCore.Agents.BrowserUse
1.0.1
See the version list below for details.
dotnet add package NovaCore.Agents.BrowserUse --version 1.0.1
NuGet\Install-Package NovaCore.Agents.BrowserUse -Version 1.0.1
<PackageReference Include="NovaCore.Agents.BrowserUse" Version="1.0.1" />
<PackageVersion Include="NovaCore.Agents.BrowserUse" Version="1.0.1" />
<PackageReference Include="NovaCore.Agents.BrowserUse" />
paket add NovaCore.Agents.BrowserUse --version 1.0.1
#r "nuget: NovaCore.Agents.BrowserUse, 1.0.1"
#:package NovaCore.Agents.BrowserUse@1.0.1
#addin nuget:?package=NovaCore.Agents.BrowserUse&version=1.0.1
#tool nuget:?package=NovaCore.Agents.BrowserUse&version=1.0.1
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.RunToCompletionAsync("What's 2+2?");
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
Core
- Providers — Anthropic, OpenAI, Google, OpenAI-compatible, Llama
- Tools — custom tools,
ToolResponse,[SequentialOnly],IToolSource - Dependency injection —
AddNovaAgents,IAgentFactory, lifetimes - 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 —
RunToCompletionAsync<T>
Integrations
- Observability — event stream, middleware, OpenTelemetry — how your host hooks in
- Browser use — CDP-backed web automation
- MCP — Model Context Protocol
- Testing —
FakeProvider,ScriptedProvider
Upgrading
- Migration v1 → v2 — package + API map
- v2 redesign — architecture rationale (historical)
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 | 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.57.0)
- NovaCore.Agents (>= 1.0.1)
- 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 |
|---|---|---|
| 3.5.9 | 36 | 9/3/2026 |
| 3.5.8 | 46 | 9/3/2026 |
| 3.5.7 | 44 | 9/3/2026 |
| 3.5.6 | 83 | 9/2/2026 |
| 3.5.5 | 69 | 9/2/2026 |
| 3.5.4 | 82 | 9/1/2026 |
| 3.5.3 | 61 | 9/1/2026 |
| 3.5.2 | 115 | 8/31/2026 |
| 3.5.1 | 86 | 8/31/2026 |
| 3.5.0 | 97 | 8/21/2026 |
| 3.4.0 | 96 | 8/21/2026 |
| 3.3.1 | 97 | 8/21/2026 |
| 3.3.0 | 111 | 8/21/2026 |
| 3.2.1 | 193 | 8/4/2026 |
| 3.2.0 | 131 | 8/3/2026 |
| 3.1.9 | 163 | 7/28/2026 |
| 3.1.8 | 134 | 7/27/2026 |
| 3.1.7 | 343 | 6/23/2026 |
| 3.1.6 | 131 | 6/22/2026 |
| 1.0.1 | 109 | 4/22/2026 |