Metadata-Version: 2.4
Name: superbrain-sdk
Version: 5.0.0
Summary: DEPRECATED: Please use superbrain-fabric-sdk instead.
Author: Anispy
Author-email: anispy211 <anispy211@gmail.com>
License: Business Source License 1.1
Project-URL: Homepage, https://github.com/golightstep/superbrainSdk
Project-URL: Bug Tracker, https://github.com/golightstep/superbrainSdk/issues
Keywords: distributed-systems,shared-memory,ai-agents,performance,memory-fabric
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: faiss-cpu
Provides-Extra: semantic
Requires-Dist: sentence-transformers; extra == "semantic"
Dynamic: author

# ⚠️ DEPRECATION NOTICE: superbrain-sdk

This package has been rebranded and moved to **[superbrain-fabric-sdk](https://pypi.org/project/superbrain-fabric-sdk/)**.

### Why the change?
Superbrain has evolved into **Superbrain Fabric** (V5.0), introducing:
- **Memory History API**: Full auditability and versioning.
- **Layered Cognitive Compression (LCC)**: 11-38x token reduction.
- **Fabric Observer**: Real-time memory visualization.

### Migration
Please update your dependencies:
```bash
pip uninstall superbrain-sdk
pip install superbrain-fabric-sdk
```

All future updates and security patches will be released under the new name.
