SmooAI.SmoothOperator.Server 1.58.10

dotnet add package SmooAI.SmoothOperator.Server --version 1.58.10
                    
NuGet\Install-Package SmooAI.SmoothOperator.Server -Version 1.58.10
                    
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="SmooAI.SmoothOperator.Server" Version="1.58.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SmooAI.SmoothOperator.Server" Version="1.58.10" />
                    
Directory.Packages.props
<PackageReference Include="SmooAI.SmoothOperator.Server" />
                    
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 SmooAI.SmoothOperator.Server --version 1.58.10
                    
#r "nuget: SmooAI.SmoothOperator.Server, 1.58.10"
                    
#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 SmooAI.SmoothOperator.Server@1.58.10
                    
#: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=SmooAI.SmoothOperator.Server&version=1.58.10
                    
Install as a Cake Addin
#tool nuget:?package=SmooAI.SmoothOperator.Server&version=1.58.10
                    
Install as a Cake Tool

The smooth-operator service in C# — wraps SmooAI.SmoothOperator.Core to serve the schema-driven conversation protocol (sessions, streaming turns, citations). The native .NET analog of the Rust smooth-operator-server. Phase 0: the in-process protocol runner + dispatch; the WebSocket host + durable adapters arrive in later phases.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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 (2)

Showing the top 2 NuGet packages that depend on SmooAI.SmoothOperator.Server:

Package Downloads
SmooAI.SmoothOperator.Server.Postgres

Postgres-backed durable storage for SmooAI.SmoothOperator.Server — a PostgresSessionStore implementing ISessionStore, so sessions + conversation history survive a restart. The C# analog of the Rust adapters/postgres OLTP surface.

SmooAI.SmoothOperator.Server.AspNetCore

ASP.NET Core WebSocket host for SmooAI.SmoothOperator.Server — maps the schema-driven protocol onto a /ws endpoint and wires it via DI. The deployable surface of the C# smooth-operator service.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.58.10 130 9/8/2026
1.58.9 133 8/30/2026
1.58.8 122 8/30/2026
1.58.7 133 8/26/2026
1.58.6 123 8/26/2026
1.58.5 127 8/26/2026
1.58.4 144 8/25/2026
1.58.3 158 8/23/2026
1.58.2 167 8/23/2026
1.58.1 134 8/23/2026
1.57.2 146 8/23/2026
1.57.1 138 8/23/2026
1.57.0 148 8/22/2026
1.56.7 133 8/21/2026
1.56.6 140 8/20/2026
1.56.5 144 8/20/2026
1.56.4 141 8/20/2026
1.56.3 137 8/20/2026
1.56.2 134 8/19/2026
1.56.1 139 8/19/2026
Loading failed