NovaCore.Agents.Persistence.EntityFramework
1.0.2
See the version list below for details.
dotnet add package NovaCore.Agents.Persistence.EntityFramework --version 1.0.2
NuGet\Install-Package NovaCore.Agents.Persistence.EntityFramework -Version 1.0.2
<PackageReference Include="NovaCore.Agents.Persistence.EntityFramework" Version="1.0.2" />
<PackageVersion Include="NovaCore.Agents.Persistence.EntityFramework" Version="1.0.2" />
<PackageReference Include="NovaCore.Agents.Persistence.EntityFramework" />
paket add NovaCore.Agents.Persistence.EntityFramework --version 1.0.2
#r "nuget: NovaCore.Agents.Persistence.EntityFramework, 1.0.2"
#:package NovaCore.Agents.Persistence.EntityFramework@1.0.2
#addin nuget:?package=NovaCore.Agents.Persistence.EntityFramework&version=1.0.2
#tool nuget:?package=NovaCore.Agents.Persistence.EntityFramework&version=1.0.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.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.EntityFrameworkCore (>= 10.0.3)
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.3)
- NovaCore.Agents (>= 1.0.2)
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.1.9 | 86 | 5/25/2026 |
| 2.1.8 | 89 | 5/25/2026 |
| 2.1.7 | 96 | 5/22/2026 |
| 2.1.6 | 101 | 5/16/2026 |
| 2.1.5 | 90 | 5/16/2026 |
| 2.1.4 | 93 | 5/16/2026 |
| 2.1.3 | 97 | 5/14/2026 |
| 2.1.2 | 93 | 5/13/2026 |
| 2.1.1 | 112 | 5/4/2026 |
| 2.1.0 | 130 | 5/3/2026 |
| 2.0.4 | 110 | 5/1/2026 |
| 2.0.3 | 122 | 4/29/2026 |
| 2.0.2 | 104 | 4/28/2026 |
| 2.0.1 | 101 | 4/27/2026 |
| 2.0.0 | 101 | 4/25/2026 |
| 1.0.4 | 96 | 4/24/2026 |
| 1.0.3 | 111 | 4/23/2026 |
| 1.0.2 | 117 | 4/22/2026 |
| 1.0.1 | 97 | 4/22/2026 |
| 1.0.0 | 114 | 4/18/2026 |