SharpClaw.Contracts 0.3.3

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

SharpClaw.Contracts

Contracts and interfaces for building SharpClaw external modules.

What's included

  • ISharpClawModule - the entry-point interface every external module must implement.
  • Shared DTOs, enums, and abstractions used across the SharpClaw ecosystem.

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 direct-chat kernel with action, event, provider, and tool dispatch.

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.ModuleHost.OutOfProcess

Runs SharpClaw .NET modules in the default out-of-process host model over the SharpClaw foreign-module protocol.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.5.0-beta.2 55 8/2/2026
0.5.0-beta.1 79 8/1/2026
0.5.0-alpha.3 312 7/30/2026
0.5.0-alpha.2 490 7/23/2026
0.5.0-alpha.1 703 7/15/2026
0.3.17 3,100 7/7/2026
0.3.16 140 7/5/2026
0.3.15 320 7/5/2026
0.3.14 689 7/4/2026
0.3.13 106 7/4/2026
0.3.12 104 7/4/2026
0.3.11 122 7/3/2026
0.3.10 107 7/3/2026
0.3.9 114 7/3/2026
0.3.8 115 7/3/2026
0.3.7 177 7/2/2026
0.3.6 520 6/28/2026
0.3.5 114 6/28/2026
0.3.3 6,102 5/17/2026
0.3.2 111 5/16/2026
Loading failed