NovaCore.Agents.Providers.Google
2.2.7
See the version list below for details.
dotnet add package NovaCore.Agents.Providers.Google --version 2.2.7
NuGet\Install-Package NovaCore.Agents.Providers.Google -Version 2.2.7
<PackageReference Include="NovaCore.Agents.Providers.Google" Version="2.2.7" />
<PackageVersion Include="NovaCore.Agents.Providers.Google" Version="2.2.7" />
<PackageReference Include="NovaCore.Agents.Providers.Google" />
paket add NovaCore.Agents.Providers.Google --version 2.2.7
#r "nuget: NovaCore.Agents.Providers.Google, 2.2.7"
#:package NovaCore.Agents.Providers.Google@2.2.7
#addin nuget:?package=NovaCore.Agents.Providers.Google&version=2.2.7
#tool nuget:?package=NovaCore.Agents.Providers.Google&version=2.2.7
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
- OpenAI computer use — pixel-driven Chromium via OpenAI's Responses
computertool - 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
- NovaCore.Agents (>= 2.2.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.3.0 | 49 | 6/6/2026 |
| 2.2.9 | 55 | 6/5/2026 |
| 2.2.8 | 41 | 6/5/2026 |
| 2.2.7 | 44 | 6/5/2026 |
| 2.2.6 | 44 | 6/5/2026 |
| 2.2.5 | 44 | 6/4/2026 |
| 2.2.4 | 47 | 6/4/2026 |
| 2.2.3 | 56 | 6/4/2026 |
| 2.2.2 | 42 | 6/4/2026 |
| 2.2.1 | 42 | 6/4/2026 |
| 2.2.0 | 43 | 6/4/2026 |
| 2.1.9 | 157 | 5/25/2026 |
| 2.1.8 | 94 | 5/25/2026 |
| 2.1.7 | 115 | 5/22/2026 |
| 2.1.6 | 127 | 5/16/2026 |
| 2.1.5 | 100 | 5/16/2026 |
| 2.1.4 | 93 | 5/16/2026 |
| 2.1.3 | 107 | 5/14/2026 |
| 2.1.2 | 94 | 5/13/2026 |
| 2.1.1 | 95 | 5/4/2026 |