brainy/examples
David Snelling ee003a9473 feat: add zero-configuration Brainy service template with augmentation-first architecture
- Implement WebSocket augmentation for real-time communication
- Implement WebRTC augmentation for peer-to-peer connections
- Implement HTTP augmentation as minimal REST fallback
- Add auto-discovery augmentation for data pattern analysis
- Add adaptive storage augmentation for intelligent resource management
- Add environment adapter augmentation for universal compatibility
- Template auto-detects environment (browser, Node.js, serverless, containers)
- Intelligent transport selection (WebRTC → WebSocket → HTTP)
- Automatic storage optimization (memory → filesystem → S3)
- Zero configuration required - just npm start
- Includes intelligent verb scoring by default
- Works in any environment without configuration
- Full documentation and examples included
2025-08-06 18:17:32 -07:00
..
brainy-service-template feat: add zero-configuration Brainy service template with augmentation-first architecture 2025-08-06 18:17:32 -07:00
cloud-deployments fix: update Dockerfile and README to replace model extraction with download 2025-08-05 20:39:39 -07:00
docker-deployment fix: update Dockerfile and README to replace model extraction with download 2025-08-05 20:39:39 -07:00
simple-deployment fix: update Dockerfile and README to replace model extraction with download 2025-08-05 20:39:39 -07:00
cli-wrapper-example.js **style(cli): update examples with consistent formatting and clean code** 2025-07-15 11:53:42 -07:00
flush-statistics-example.js **feat(examples, core, docs): add flushStatistics example, implementation, and documentation** 2025-07-25 10:55:37 -07:00
gpu-acceleration.js feat: add GPU acceleration for embeddings with smart device auto-detection 2025-08-05 20:00:04 -07:00
type-utils-example.js **feat(utils): add type utility functions and examples for runtime type management** 2025-07-31 14:24:16 -07:00
type-utils-example.ts **feat(utils): add type utility functions and examples for runtime type management** 2025-07-31 14:24:16 -07:00
write-only-mode.js **feat: add write-only mode support and example usage** 2025-07-30 13:32:30 -07:00