@soulcraft/brainy 0.15.0 → 0.16.0

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
@@ -6,7 +6,6 @@
6
6
  [![Node.js](https://img.shields.io/badge/node-%3E%3D24.4.0-brightgreen.svg)](https://nodejs.org/)
7
7
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.4.5-blue.svg)](https://www.typescriptlang.org/)
8
8
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
9
- [![npm](https://img.shields.io/badge/npm-v0.15.0-blue.svg)](https://www.npmjs.com/package/@soulcraft/brainy)
10
9
 
11
10
  [//]: # ([![Cartographer](https://img.shields.io/badge/Cartographer-Official%20Standard-brightgreen)](https://github.com/sodal-project/cartographer))
12
11
 
@@ -36,7 +35,7 @@ it gets - learning from your data to provide increasingly relevant results and c
36
35
  - **Adaptive Intelligence** - Automatically optimizes for your environment and usage patterns
37
36
  - **Persistent Storage** - Data persists across sessions and scales to any size
38
37
  - **TypeScript Support** - Fully typed API with generics
39
- - **CLI Tools** - Powerful command-line interface for data management
38
+ - **CLI Tools & Web Service** - Command-line interface and REST API web service for data management
40
39
  - **Model Control Protocol (MCP)** - Allow external AI models to access Brainy data and use augmentation pipeline as
41
40
  tools
42
41
 
@@ -64,6 +63,22 @@ npm install @soulcraft/brainy
64
63
 
65
64
  TensorFlow.js packages are included as bundled dependencies and will be automatically installed without any additional configuration.
66
65
 
66
+ ### Additional Packages
67
+
68
+ Brainy offers specialized packages for different use cases:
69
+
70
+ #### CLI Package
71
+ ```bash
72
+ npm install -g @soulcraft/brainy-cli
73
+ ```
74
+ Command-line interface for data management, bulk operations, and database administration.
75
+
76
+ #### Web Service Package
77
+ ```bash
78
+ npm install @soulcraft/brainy-web-service
79
+ ```
80
+ REST API web service wrapper that provides HTTP endpoints for search operations and database queries.
81
+
67
82
  ## 🏁 Quick Start
68
83
 
69
84
  Brainy uses a unified build that automatically adapts to your environment (Node.js, browser, or serverless):