Frontmatec.AI 0.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Frontmatec.AI --version 0.0.1
                    
NuGet\Install-Package Frontmatec.AI -Version 0.0.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="Frontmatec.AI" Version="0.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Frontmatec.AI" Version="0.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Frontmatec.AI" />
                    
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 --version 0.0.1
                    
#r "nuget: Frontmatec.AI, 0.0.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 Frontmatec.AI@0.0.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=Frontmatec.AI&version=0.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Frontmatec.AI&version=0.0.1
                    
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 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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Frontmatec.AI:

Package Downloads
Frontmatec.AI.Windows

WPF chat, thread, and tool-approval views for Frontmatec AI agents.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.2 28 5/20/2026
0.0.1 49 5/19/2026