Frontmatec.AI.Windows 0.0.2

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

Frontmatec.AI

LLM agents, tools, prompts, and threads for building AI-powered .NET applications.

This repo ships two NuGet packages and is also browsable on GitHub:

  • Frontmatec.AI — core agent loop, prompt templates, thread persistence, and provider clients (Anthropic, OpenAI, Gemini, Ollama).
  • Frontmatec.AI.Windows — WPF chat, thread list, and tool-approval views built on Frontmatec.Windows.

A small WPF test app (WINAI) wires both packages together as a reference.

API keys

Provider API keys are read from AI:Clients:{Provider}:ApiKey in IConfiguration. The test app pattern: declare the keys in appsettings.json with empty values, then override them in appsettings.Development.local.json (gitignored). Ollama runs locally and needs no key.

// appsettings.Development.local.json
{
  "AI": {
    "Clients": {
      "Anthropic": { "ApiKey": "sk-ant-..." },
      "OpenAI":    { "ApiKey": "sk-proj-..." },
      "Gemini":    { "ApiKey": "AIza..." }
    }
  }
}
Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0.2 30 5/20/2026
0.0.1 45 5/19/2026