superbrain-distributed-sdk 0.7.7 → 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.
Files changed (2) hide show
  1. package/README.md +7 -5
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,14 +1,16 @@
1
- # 🧠 superbrain-distributed-sdk v0.7.6 — TypeScript/Node.js
1
+ # 🧠 superbrain-distributed-sdk v3.0.1-cognitive — TypeScript/Node.js
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/superbrain-distributed-sdk.svg)](https://badge.fury.io/js/superbrain-distributed-sdk)
4
- [![Demo Code](https://img.shields.io/badge/Demo-Code-blue.svg)](https://github.com/anispy211/superbrainSDKDemo)
5
- [![License: BSL 1.1](https://img.shields.io/badge/License-BSL%201.1-blue.svg)](https://github.com/anispy211/superbrainSdk/blob/main/LICENSE)
4
+ [![Demo Code](https://img.shields.io/badge/Demo-Code-blue.svg)](https://github.com/golightstep/superbrainSDKDemo)
5
+ [![License: BSL 1.1](https://img.shields.io/badge/License-BSL%201.1-blue.svg)](https://github.com/golightstep/superbrainSdk/blob/main/LICENSE)
6
6
  [![Node.js](https://img.shields.io/badge/Node.js-18%2B-green)](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
- ## New in v0.7.1Tiered Architecture & Zero-Copy SHM
21
- Version 0.7.1 introduces the ability to operate as a microsecond-latency **L1 Shared Memory Tier** for agent architectures.
22
+ ## 🚀 New in v3.0.0-cognitiveActive 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.
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "superbrain-distributed-sdk",
3
- "version": "0.7.7",
3
+ "version": "3.0.1-cognitive",
4
4
  "description": "Premium High-Performance Distributed Memory SDK for AI Agents",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/anispy211/superbrainSdk.git"
9
+ "url": "https://github.com/golightstep/superbrainSdk.git"
10
10
  },
11
11
  "bugs": {
12
- "url": "https://github.com/anispy211/superbrainSdk/issues"
12
+ "url": "https://github.com/golightstep/superbrainSdk/issues"
13
13
  },
14
- "homepage": "https://github.com/anispy211/superbrainSdk#readme",
14
+ "homepage": "https://github.com/golightstep/superbrainSdk#readme",
15
15
  "keywords": [
16
16
  "distributed-memory",
17
17
  "ai-agents",