@soulcraft/brainy 0.63.0 → 1.0.0-rc.1
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 +3 -3
- package/bin/brainy.js +883 -1403
- package/dist/brainyData.d.ts +139 -43
- package/dist/brainyData.js +518 -40
- package/dist/chat/BrainyChat.js +5 -11
- package/dist/cortex/neuralImport.js +1 -3
- package/dist/index.d.ts +3 -4
- package/dist/index.js +5 -6
- package/dist/pipeline.d.ts +15 -271
- package/dist/pipeline.js +25 -586
- package/package.json +3 -1
- package/dist/augmentations/cortexSense.d.ts +0 -196
- package/dist/augmentations/cortexSense.js +0 -747
- package/dist/chat/brainyChat.d.ts +0 -42
- package/dist/chat/brainyChat.js +0 -340
- package/dist/cortex/cliWrapper.d.ts +0 -32
- package/dist/cortex/cliWrapper.js +0 -209
- package/dist/cortex/cortex-legacy.d.ts +0 -269
- package/dist/cortex/cortex-legacy.js +0 -2523
- package/dist/cortex/cortex.d.ts +0 -264
- package/dist/cortex/cortex.js +0 -2463
- package/dist/cortex/serviceIntegration.d.ts +0 -156
- package/dist/cortex/serviceIntegration.js +0 -384
- package/dist/sequentialPipeline.d.ts +0 -113
- package/dist/sequentialPipeline.js +0 -417
- package/dist/utils/modelLoader.d.ts +0 -12
- package/dist/utils/modelLoader.js +0 -88
package/README.md
CHANGED
|
@@ -115,7 +115,7 @@ Vector + Graph + Search + AI = Brainy (Free & Open Source) = 🧠✨
|
|
|
115
115
|
|
|
116
116
|
<div align="center">
|
|
117
117
|
|
|
118
|
-
### [**→ Live
|
|
118
|
+
### [**→ Live Demos at soulcraft.com/demo ←**](https://soulcraft.com/demo)
|
|
119
119
|
|
|
120
120
|
Try Brainy instantly in your browser. No signup. No credit card.
|
|
121
121
|
|
|
@@ -254,7 +254,7 @@ cortex.register(aiMemory) // AI remembers everything
|
|
|
254
254
|
Test Brainy instantly without installing:
|
|
255
255
|
|
|
256
256
|
```javascript
|
|
257
|
-
// Visit soulcraft.com/
|
|
257
|
+
// Visit soulcraft.com/demo
|
|
258
258
|
// No signup required - just start coding!
|
|
259
259
|
// Perfect for:
|
|
260
260
|
// - Testing Brainy before installing
|
|
@@ -263,7 +263,7 @@ Test Brainy instantly without installing:
|
|
|
263
263
|
// - Sharing examples with others
|
|
264
264
|
```
|
|
265
265
|
|
|
266
|
-
**[→
|
|
266
|
+
**[→ Try Live Demos](https://soulcraft.com/demo)** - Multiple interactive demos showcasing Brainy's capabilities
|
|
267
267
|
|
|
268
268
|
### ☁️ **Brain Cloud** (Managed Service)
|
|
269
269
|
For teams that want zero-ops:
|