SharpClaw.Contracts 0.3.0

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

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

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

SharpClaw.ModuleHost.InProcess

Supports opt-in in-process SharpClaw .NET module loading with collectible assembly contexts and host-shared contract assemblies.

SharpClaw.Modules.Providers.Anthropic

SharpClaw provider module that registers the native Anthropic Messages API integration.

SharpClaw.Modules.Providers.Ollama

SharpClaw provider module that registers user-managed Ollama server integrations.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.5.0-beta.40 70 9/2/2026
0.5.0-beta.39 60 9/2/2026
0.5.0-beta.38 150 9/2/2026
0.5.0-beta.30 119 8/26/2026
0.5.0-beta.29 68 8/26/2026
0.5.0-beta.27 77 8/26/2026
0.5.0-beta.26 74 8/25/2026
0.5.0-beta.25 76 8/25/2026
0.5.0-beta.24 102 8/24/2026
0.5.0-beta.23 85 8/23/2026
0.5.0-beta.22 67 8/23/2026
0.5.0-beta.21 60 8/23/2026
0.5.0-beta.20 123 8/23/2026
0.5.0-beta.18 69 8/23/2026
0.5.0-beta.16 324 8/22/2026
0.5.0-beta.15 99 8/21/2026
0.5.0-beta.14 97 8/20/2026
0.5.0-beta.13 71 8/20/2026
0.3.17 3,124 7/7/2026
0.3.0 119 5/7/2026
Loading failed