Commit graph

2 commits

Author SHA1 Message Date
dbfd760ecc **refactor(demo): update logging and function descriptions for consistency**
### Changes:
- **simplified-augmentations.js**:
  - Updated comments and console logs to replace "examples" with "demo" for consistent terminology.
  - Adjusted function description and logging messages to align with the recent folder structure changes.

- **Renamed**:
  - `examples/simplified-augmentations.js` → `demo/simplified-augmentations.js`.
  - `examples/demo.html` → `demo/index.html`.

### Purpose:
Revised terminology and logging outputs to reflect the updated folder structure and naming conventions. Improved clarity and consistency across file comments and logs.
2025-06-23 10:59:19 -07:00
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