JustyBase.Ai.Embedded 0.8.7

dotnet add package JustyBase.Ai.Embedded --version 0.8.7
                    
NuGet\Install-Package JustyBase.Ai.Embedded -Version 0.8.7
                    
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="JustyBase.Ai.Embedded" Version="0.8.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JustyBase.Ai.Embedded" Version="0.8.7" />
                    
Directory.Packages.props
<PackageReference Include="JustyBase.Ai.Embedded" />
                    
Project file
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 JustyBase.Ai.Embedded --version 0.8.7
                    
#r "nuget: JustyBase.Ai.Embedded, 0.8.7"
                    
#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 JustyBase.Ai.Embedded@0.8.7
                    
#: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=JustyBase.Ai.Embedded&version=0.8.7
                    
Install as a Cake Addin
#tool nuget:?package=JustyBase.Ai.Embedded&version=0.8.7
                    
Install as a Cake Tool

JustyBase.Ai.Embedded

NuGet License

Embedded llama.cpp (llama-server) GGUF model management for FIM inline completion and AI chat in JustyBase hosts.

This package lives in the JustyBase.NetezzaSql repository alongside the parser, DDL, and catalog libraries.

Use this package when you need to:

  • Download and manage GGUF model files for embedded llama-server
  • Start/stop a local llama.cpp server process for Fill-In-Middle (FIM) completion
  • Report FIM model hardware capabilities (e.g. automatic GPU offload layer count)
  • Interact with the local server over HTTP for inline completion requests

The package is pure managed code (HttpClient, Process, System.Text.Json source generation) — no native packages.

Dependencies

Package Purpose
JustyBase.Ai UI-agnostic AI chat logic and completion contracts

Target framework

  • .NET 10
  • Native AOT compatible (IsAotCompatible = true)

Build and test

dotnet restore .\JustyBase.NetezzaSql.sln
dotnet build .\JustyBase.NetezzaSql.sln -c Release
dotnet test .\tests\JustyBase.Ai.Tests\JustyBase.Ai.Tests.csproj -c Release

See the repository release guide for publishing.

Product 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

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on JustyBase.Ai.Embedded:

Package Downloads
JustyBase.Ai

UI-agnostic AI chat logic for JustyBase hosts: chat service, tool executor, OpenAI-compatible and Codex backends, prompt building, and chat model contracts.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.8.7 64 9/9/2026
0.8.6 75 9/9/2026
0.8.5 109 8/30/2026
0.8.4 105 8/30/2026
0.8.3 109 8/29/2026
0.8.2 126 8/16/2026
0.8.1 123 8/14/2026
0.8.0 111 8/10/2026