SharpClaw.Contracts 0.3.8

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

SharpClaw.Contracts

Contracts and interfaces for building SharpClaw modules.

Module Types

Pipeline-only modules implement ISharpClawCoreModule. These modules can add providers, tools, transcription capabilities, task parser hooks, resource and permission descriptors, storage contracts, and other pure pipeline behavior. They cannot publish CLI commands, API endpoints, gateway routes, or frontend contributions because those members are not part of the core module contract.

Application runtime modules implement ISharpClawRuntimeModule. A runtime module can do everything a core module can do, and can also publish the application surfaces used by the SharpClaw API, CLI, gateway, and frontend clients.

The older ISharpClawModule name remains only as a compatibility name for runtime modules. New code should choose the narrower interface that matches what the module is allowed to contribute.

Quick start

dotnet add package SharpClaw.Contracts
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 (10)

Showing the top 5 NuGet packages that depend on SharpClaw.Contracts:

Package Downloads
SharpClaw.Core

Host-agnostic SharpClaw business pipeline and state-machine core.

SharpClaw.Providers.Common

Shared SharpClaw provider client, parameter, capability, credential, and plugin helpers.

SharpClaw.Modules.Providers.OpenAICompatible

SharpClaw provider module that registers OpenAI-compatible remote provider integrations.

SharpClaw.Modules.Providers.Google

SharpClaw provider module that registers native Google Gemini and Vertex AI integrations.

SharpClaw.Modules.Providers.LlamaSharp

SharpClaw provider module that registers local GGUF inference through LLamaSharp.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.5.0-alpha.2 0 7/23/2026
0.5.0-alpha.1 698 7/15/2026
0.3.17 3,002 7/7/2026
0.3.16 135 7/5/2026
0.3.15 295 7/5/2026
0.3.14 685 7/4/2026
0.3.13 101 7/4/2026
0.3.12 101 7/4/2026
0.3.11 109 7/3/2026
0.3.10 104 7/3/2026
0.3.9 109 7/3/2026
0.3.8 110 7/3/2026
0.3.7 168 7/2/2026
0.3.6 514 6/28/2026
0.3.5 110 6/28/2026
0.3.3 6,097 5/17/2026
0.3.2 108 5/16/2026
0.3.1 108 5/16/2026
0.3.0 116 5/7/2026
0.2.0 108 4/30/2026
Loading failed