brainy/examples
David Snelling 89d6d1e8ce feat: add Cortex - complete CLI command center for configuration and coordination
- New CLI tool for managing Brainy databases
- Encrypted configuration management (replaces .env files)
- Distributed storage migration coordination
- Advanced MongoDB-style query interface
- Backup/restore, health checks, statistics
- Interactive shell mode
- One-line integration: await brainy.loadEnvironment()
- Full documentation and migration guides
- Node.js only (browser safe with environment detection)

BREAKING CHANGE: Package size increased ~250KB due to CLI dependencies
2025-08-07 13:53:17 -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
cortex-migration.md feat: add Cortex - complete CLI command center for configuration and coordination 2025-08-07 13:53:17 -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-direct-reads-demo.js feat: add direct storage access in write-only mode for efficient deduplication 2025-08-07 07:57:41 -07:00
write-only-mode.js **feat: add write-only mode support and example usage** 2025-07-30 13:32:30 -07:00