SharpClaw.Contracts 0.5.0-beta.1

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

SharpClaw.Contracts

SharpClaw.Contracts provides the MIT-licensed public types that modules and integrations use to connect to SharpClaw without a SharpClaw.Core reference.

Use this package for direct chat values, unified tool handlers, module features, action and event hooks, durable continuation records, and sidecar messages.

dotnet add package SharpClaw.Contracts

Implementations own dispatch, persistence, transport, and host services. Module code should use the interfaces and records in this package for those boundaries and should keep host behavior in the host application.

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 (13)

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.Modules.Providers.Anthropic

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

SharpClaw.ModuleHost.OutOfProcess

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

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.5.0-beta.8 0 8/15/2026
0.5.0-beta.7 0 8/15/2026
0.5.0-beta.6 47 8/14/2026
0.5.0-beta.5 217 8/14/2026
0.5.0-beta.4 162 8/14/2026
0.5.0-beta.3 425 8/13/2026
0.5.0-beta.2 1,052 8/2/2026
0.5.0-beta.1 110 8/1/2026
0.5.0-alpha.3 413 7/30/2026
0.5.0-alpha.2 587 7/23/2026
0.5.0-alpha.1 1,422 7/15/2026
0.3.17 3,110 7/7/2026
0.3.16 143 7/5/2026
0.3.15 327 7/5/2026
0.3.14 693 7/4/2026
0.3.13 110 7/4/2026
0.3.12 108 7/4/2026
0.3.11 129 7/3/2026
0.3.10 112 7/3/2026
0.3.9 117 7/3/2026
Loading failed