Skip to content

Commit 4c7fdde

Browse files
πŸ¦‹ New version release (#8)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e6d9dbe commit 4c7fdde

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

β€Ž.changeset/backplane.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Ždotnet/core/src/SmooAI.SmoothOperator.Core.csprojβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- NuGet package metadata -->
1616
<PropertyGroup>
1717
<PackageId>SmooAI.SmoothOperator.Core</PackageId>
18-
<Version>0.4.0</Version>
18+
<Version>0.5.0</Version>
1919
<Authors>SmooAI</Authors>
2020
<Company>SmooAI</Company>
2121
<Description>Native C# implementation of the smooth-operator agent engine β€” the in-process, Microsoft.Extensions.AI-based sibling of the Rust smooai-smooth-operator-core. Drive an agentic tool-calling loop over any IChatClient; author tools from ordinary C# methods with AIFunctionFactory. Learns from Microsoft Agent Framework idioms.</Description>

β€Žtypescript/CHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @smooai/smooth-operator
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- e6d9dbe: Connection backplane (SMOODEV-1891): a pluggable `Backplane` trait + default `InMemoryBackplane` in the OSS server β€” the scale-out + event-delivery seam. Each connection's outbound sink is attached on connect and associated with its session/agent; `publish(Target, event)` delivers to every connection for a target. This is the foundation for running >1 replica (a Redis/NATS impl makes delivery cross-pod) and the plug point for non-AI realtime: any service can `publish(Target::Session(...), event)` and reach the connected client over WebSocket. Wired into `AppState` (`with_backplane`) + the connection lifecycle. Runtime-agnostic (the sink is a closure, no tokio dep added to the lib).
8+
39
## 0.4.0
410

511
### Minor Changes

β€Žtypescript/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smooai/smooth-operator",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "TypeScript SDK for the smooth-operator WebSocket protocol: the native client (`.`), React bindings (`./react`), and the embeddable web-component chat widget (`./widget`). Generated from the language-neutral JSON Schemas in spec/.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
Β (0)