superbrain-distributed-sdk 3.0.0-cognitive → 3.0.1-cognitive
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
# 🧠 superbrain-distributed-sdk
|
|
1
|
+
# 🧠 superbrain-distributed-sdk v3.0.1-cognitive — TypeScript/Node.js
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/js/superbrain-distributed-sdk)
|
|
4
|
-
[](https://github.com/
|
|
5
|
-
[](https://github.com/
|
|
4
|
+
[](https://github.com/golightstep/superbrainSDKDemo)
|
|
5
|
+
[](https://github.com/golightstep/superbrainSdk/blob/main/LICENSE)
|
|
6
6
|
[](https://nodejs.org)
|
|
7
7
|
|
|
8
8
|
> **The Distributed RAM Fabric for AI Agents** — Share terabytes of context across your LLM cluster at microsecond speeds using 36-byte UUID pointers.
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
12
|
+
🔥 **v3.0.0-cognitive: The Intelligence Update** is now live!
|
|
13
|
+
|
|
12
14
|
## 📦 Installation
|
|
13
15
|
|
|
14
16
|
```bash
|
|
@@ -17,8 +19,8 @@ npm install superbrain-distributed-sdk
|
|
|
17
19
|
|
|
18
20
|
---
|
|
19
21
|
|
|
20
|
-
##
|
|
21
|
-
Version 0.
|
|
22
|
+
## 🚀 New in v3.0.0-cognitive — Active Memory & Coordinator Bypass
|
|
23
|
+
Version 3.0.0 introduces the ability to operate as a microsecond-latency **Active Memory Tier** for agent architectures.
|
|
22
24
|
|
|
23
25
|
- **Coordinator Bypass**: Metadata is cached locally, eliminating the gRPC hop to the Coordinator for established pointers.
|
|
24
26
|
- **Zero-Copy SHM**: When the SDK detects a co-located Memory Node (`127.0.0.1`), it seamlessly switches from gRPC streaming to direct `/dev/shm` memory-mapped file access.
|