superbrain-distributed-sdk 0.7.3 → 0.7.6
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# 🧠 superbrain-distributed-sdk v0.7.
|
|
1
|
+
# 🧠 superbrain-distributed-sdk v0.7.6 — TypeScript/Node.js
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/js/superbrain-distributed-sdk)
|
|
4
4
|
[](https://github.com/anispy211/superbrainSDKDemo)
|
|
5
|
-
[](https://github.com/anispy211/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.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "superbrain-distributed-sdk",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.6",
|
|
4
4
|
"description": "Premium High-Performance Distributed Memory SDK for AI Agents",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"rag"
|
|
27
27
|
],
|
|
28
28
|
"author": "Anispy",
|
|
29
|
-
"license": "
|
|
29
|
+
"license": "BSL-1.1",
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=18.0.0"
|
|
32
32
|
},
|