open-brainy/src
David Snelling f0537a3fc4 feat: add simplified LLM commands and presets with detailed CLI support
Implemented new simplified commands (`create-simple`, `train-simple`, `generate-simple`) for easier LLM model management. Added pre-configured model presets (`tiny`, `small`, `medium`, `large`) and enhanced options to streamline usage for beginners. Updated CLI and API documentation with detailed examples. Incremented version to 0.8.0.
2025-06-10 11:47:05 -07:00
..
augmentations feat: add simplified LLM commands and presets with detailed CLI support 2025-06-10 11:47:05 -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 docs: add comprehensive documentation and examples for LLM augmentation 2025-06-10 11:15:22 -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