NovaCore.Agents.Persistence.EntityFramework
2.5.3
dotnet add package NovaCore.Agents.Persistence.EntityFramework --version 2.5.3
NuGet\Install-Package NovaCore.Agents.Persistence.EntityFramework -Version 2.5.3
<PackageReference Include="NovaCore.Agents.Persistence.EntityFramework" Version="2.5.3" />
<PackageVersion Include="NovaCore.Agents.Persistence.EntityFramework" Version="2.5.3" />
<PackageReference Include="NovaCore.Agents.Persistence.EntityFramework" />
paket add NovaCore.Agents.Persistence.EntityFramework --version 2.5.3
#r "nuget: NovaCore.Agents.Persistence.EntityFramework, 2.5.3"
#:package NovaCore.Agents.Persistence.EntityFramework@2.5.3
#addin nuget:?package=NovaCore.Agents.Persistence.EntityFramework&version=2.5.3
#tool nuget:?package=NovaCore.Agents.Persistence.EntityFramework&version=2.5.3
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.5 — what moved into the library and what hosts remove
Status
Current package line: 2.5.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.EntityFrameworkCore (>= 10.0.7)
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.7)
- NovaCore.Agents (>= 2.5.3)
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.5.3 | 0 | 6/18/2026 |
| 2.5.2 | 0 | 6/18/2026 |
| 2.5.1 | 0 | 6/18/2026 |
| 2.5.0 | 0 | 6/18/2026 |
| 2.3.1 | 95 | 6/8/2026 |
| 2.3.0 | 117 | 6/6/2026 |
| 2.2.9 | 103 | 6/5/2026 |
| 2.2.8 | 94 | 6/5/2026 |
| 2.2.7 | 97 | 6/5/2026 |
| 2.2.6 | 96 | 6/5/2026 |
| 2.2.5 | 98 | 6/4/2026 |
| 2.2.4 | 100 | 6/4/2026 |
| 2.2.3 | 101 | 6/4/2026 |
| 2.2.2 | 97 | 6/4/2026 |
| 2.2.1 | 96 | 6/4/2026 |
| 2.2.0 | 93 | 6/4/2026 |
| 2.1.9 | 99 | 5/25/2026 |
| 2.1.8 | 94 | 5/25/2026 |
| 2.1.7 | 101 | 5/22/2026 |
| 2.1.6 | 106 | 5/16/2026 |