brainy/examples
David Snelling 910f55ac3e **feat: add examples demonstrating simplified augmentations and streamlined pipelines**
### Changes:
- Introduced a new `examples/simplified-augmentations.js` file showcasing comprehensive usage examples:
  - Example 1: Creating and using a simple memory augmentation.
  - Example 2: Adding WebSocket support to a conduit augmentation.
  - Example 3: Processing static data through a reusable pipeline.
  - Example 4: Setting up and executing streaming data pipelines.
  - Example 5: Dynamically loading augmentations from a module.
- Demonstrated augmentation factories, streamlined pipelines, dynamic loading, and reusable workflows through practical scenarios.

### Purpose:
Added detailed examples to assist developers in understanding and implementing augmentation factories and streamlined pipelines. These examples provide a hands-on reference for building static and streaming workflows, improving usability and accessibility for new and existing users.
2025-06-20 12:04:07 -07:00
..
browser_compatible_exports.ts **feat: add browser-compatible exports and define BrainyData interface** 2025-06-19 15:00:41 -07:00
demo.html **feat: update terminology from 'restore' to 'import' for sparse data operations** 2025-06-20 10:57:11 -07:00
simplified-augmentations.js **feat: add examples demonstrating simplified augmentations and streamlined pipelines** 2025-06-20 12:04:07 -07:00