brainy/src
David Snelling cbc007b6cf **remove: delete LLM augmentations implementation**
### Changes:
- Removed the `src/augmentations/llmAugmentations.ts` file:
  - Contained cognition augmentations for creating, testing, exporting, and deploying LLM models.
  - Included TensorFlow.js-based model configuration, training, testing, and deployment functionalities.
  - Implemented various presets (`tiny`, `small`, `medium`, `large`) for simplified LLM model creation.

### Purpose:
This change removes legacy LLM-related augmentations and functionalities no longer relevant to the project's current focus, in alignment with the recent transition to TensorFlow-based embedding workflows. Cleaning up eliminates unused code and maintains a streamlined, up-to-date codebase.
2025-06-19 15:00:26 -07:00
..
augmentations **remove: delete LLM augmentations implementation** 2025-06-19 15:00:26 -07:00
examples chore: remove examples/externalPlugins.js and pluginLoader.ts, update imports to .js 2025-05-29 09:52:30 -07:00
hnsw feat: add random graph generation and improve metadata vectorization 2025-06-05 14:04:29 -07:00
storage feat: add random graph generation and improve metadata vectorization 2025-06-05 14:04:29 -07:00
types feat: add WebSocket and WebRTC conduit augmentations with examples 2025-06-06 08:49:25 -07:00
utils feat: add simplified LLM commands and presets with detailed CLI support 2025-06-10 11:47:05 -07:00
augmentationPipeline.ts feat: implement SequentialPipeline with threading and WebSocket support 2025-06-04 10:01:46 -07:00
augmentationRegistry.ts chore: remove examples/externalPlugins.js and pluginLoader.ts, update imports to .js 2025-05-29 09:52:30 -07:00
augmentationRegistryLoader.ts chore: remove examples/externalPlugins.js and pluginLoader.ts, update imports to .js 2025-05-29 09:52:30 -07:00
brainyData.ts feat: implement remote server search capabilities with WebSocket support 2025-06-06 10:48:01 -07:00
cli.ts feat: add simplified LLM commands and presets with detailed CLI support 2025-06-10 11:47:05 -07:00
coreTypes.ts feat: introduce CLI for Brainy and enhance type validation 2025-06-05 11:18:20 -07:00
index.ts **feat: add browser-compatible build configuration and environment detection** 2025-06-19 14:59:42 -07:00
sequentialPipeline.ts chore: update Node.js requirement to 23.11.0 and optimize pipelines and utilities 2025-06-05 14:51:21 -07:00
unified.ts **feat: add browser-compatible build configuration and environment detection** 2025-06-19 14:59:42 -07:00