@memorilabs/memori 0.0.8 → 0.0.10

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 CHANGED
@@ -1,7 +1,7 @@
1
- [![Memori Labs](https://s3.us-east-1.amazonaws.com/images.memorilabs.ai/banner.png)](https://memorilabs.ai/)
1
+ [![Memori Labs](https://images.memorilabs.ai/banner-dark-large.jpg)](https://memorilabs.ai/)
2
2
 
3
3
  <p align="center">
4
- <strong>The memory fabric for enterprise AI</strong>
4
+ <strong>Memory from what agents do, not just what they say.</strong>
5
5
  </p>
6
6
 
7
7
  <p align="center">
@@ -23,6 +23,18 @@
23
23
  </a>
24
24
  </p>
25
25
 
26
+ <p align="center">
27
+ <a href="https://github.com/MemoriLabs/Memori/stargazers">
28
+ <img src="https://img.shields.io/badge/⭐%20Give%20a%20Star-Support%20the%20project-orange?style=for-the-badge" alt="Give a Star">
29
+ </a>
30
+ </p>
31
+
32
+ <p align="center">
33
+ <strong>Choose memory that performs</strong>
34
+ </p>
35
+
36
+ [![Memori Labs](https://images.memorilabs.ai/stats.jpg)](https://memorilabs.ai/benchmark)
37
+
26
38
  ---
27
39
 
28
40
  ## Getting Started
@@ -189,9 +201,10 @@ We welcome contributions from the community! Please see our [Contributing Guidel
189
201
 
190
202
  ## Support
191
203
 
192
- - **Documentation**: [https://memorilabs.ai/docs](https://memorilabs.ai/docs)
193
- - **Discord**: [https://discord.gg/abD4eGym6v](https://discord.gg/abD4eGym6v)
194
- - **Issues**: [GitHub Issues](https://github.com/MemoriLabs/Memori/issues)
204
+ - [**Memori Cloud Documentation**](https://memorilabs.ai/docs/memori-cloud)
205
+ - [**Memori BYODB Documentation**](https://memorilabs.ai/docs/memori-byodb)
206
+ - [**Discord**](https://discord.gg/FpytKAxnFb)
207
+ - [**Issues**](https://github.com/MemoriLabs/Memori/issues)
195
208
 
196
209
  ---
197
210
 
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "0.0.8";
1
+ export declare const SDK_VERSION = "0.0.10";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,UAAU,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,WAAW,CAAC"}
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const SDK_VERSION = '0.0.8';
1
+ export const SDK_VERSION = '0.0.10';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,OAAO,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,QAAQ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memorilabs/memori",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "description": "The official TypeScript SDK for Memori",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",