NovaCore.Agents.Persistence.EntityFramework
2.3.1
dotnet add package NovaCore.Agents.Persistence.EntityFramework --version 2.3.1
NuGet\Install-Package NovaCore.Agents.Persistence.EntityFramework -Version 2.3.1
<PackageReference Include="NovaCore.Agents.Persistence.EntityFramework" Version="2.3.1" />
<PackageVersion Include="NovaCore.Agents.Persistence.EntityFramework" Version="2.3.1" />
<PackageReference Include="NovaCore.Agents.Persistence.EntityFramework" />
paket add NovaCore.Agents.Persistence.EntityFramework --version 2.3.1
#r "nuget: NovaCore.Agents.Persistence.EntityFramework, 2.3.1"
#:package NovaCore.Agents.Persistence.EntityFramework@2.3.1
#addin nuget:?package=NovaCore.Agents.Persistence.EntityFramework&version=2.3.1
#tool nuget:?package=NovaCore.Agents.Persistence.EntityFramework&version=2.3.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
- 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
- Microsoft.EntityFrameworkCore (>= 10.0.7)
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.7)
- NovaCore.Agents (>= 2.3.1)
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.1 | 54 | 6/8/2026 |
| 2.3.0 | 72 | 6/6/2026 |
| 2.2.9 | 62 | 6/5/2026 |
| 2.2.8 | 52 | 6/5/2026 |
| 2.2.7 | 56 | 6/5/2026 |
| 2.2.6 | 53 | 6/5/2026 |
| 2.2.5 | 53 | 6/4/2026 |
| 2.2.4 | 69 | 6/4/2026 |
| 2.2.3 | 78 | 6/4/2026 |
| 2.2.2 | 74 | 6/4/2026 |
| 2.2.1 | 73 | 6/4/2026 |
| 2.2.0 | 82 | 6/4/2026 |
| 2.1.9 | 96 | 5/25/2026 |
| 2.1.8 | 91 | 5/25/2026 |
| 2.1.7 | 98 | 5/22/2026 |
| 2.1.6 | 104 | 5/16/2026 |
| 2.1.5 | 91 | 5/16/2026 |
| 2.1.4 | 95 | 5/16/2026 |
| 2.1.3 | 99 | 5/14/2026 |
| 2.1.2 | 104 | 5/13/2026 |