Runiq.Core
0.1.0-preview.1
This is a prerelease version of Runiq.Core.
dotnet add package Runiq.Core --version 0.1.0-preview.1
NuGet\Install-Package Runiq.Core -Version 0.1.0-preview.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Runiq.Core" Version="0.1.0-preview.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Runiq.Core" Version="0.1.0-preview.1" />
<PackageReference Include="Runiq.Core" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Runiq.Core --version 0.1.0-preview.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Runiq.Core, 0.1.0-preview.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Runiq.Core@0.1.0-preview.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Runiq.Core&version=0.1.0-preview.1&prerelease
#tool nuget:?package=Runiq.Core&version=0.1.0-preview.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Runiq.Core
Embedded ASP.NET Core runtime and dashboard hosting layer for Runiq.Net agents.
Runiq.Core wires Runiq into ASP.NET Core applications. It provides service registration, runtime endpoints, dashboard hosting, agent metadata endpoints, context browsing endpoints, and workflow dashboard endpoints.
Install
dotnet add package Runiq.Core --version 0.1.0-preview.1
Quickstart
using Runiq.Agents;
using Runiq.Core;
builder.Services.AddRuniqServer(options =>
{
options.AddAgent(new Agent(
id: "weather-agent",
name: "Weather Agent",
instructions: "Answer weather questions using the available tools.",
model: "openai/gpt-5",
apiKey: builder.Configuration["OpenAI:ApiKey"]));
});
app.UseRuniqDashboard(options =>
{
options.Path = "/dashboard";
options.Title = "Runiq Dashboard";
});
Open /dashboard in your application to inspect registered agents and runtime activity.
What It Provides
- ASP.NET Core service registration for Runiq.
- Embedded dashboard static asset hosting.
- Runtime and dashboard metadata endpoints.
- Context space source and skill document endpoints.
- Workflow dashboard endpoint integration.
Related Packages
Runiq.Agentsdefines agents, tools, provider integration, and stream events.Runiq.ContextSpacesprovides context and source reading primitives.Runiq.Workflowsprovides workflow orchestration primitives.
Documentation
Full documentation is available at runiq.net/docs.
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Runiq.Agents (>= 0.1.0-preview.1)
- Runiq.ContextSpaces (>= 0.1.0-preview.1)
- Runiq.Workflows (>= 0.1.0-preview.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 |
|---|---|---|
| 0.1.0-preview.1 | 67 | 5/29/2026 |