- 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
20 lines
No EOL
296 B
JSON
20 lines
No EOL
296 B
JSON
{
|
|
"service": {
|
|
"port": 3000
|
|
},
|
|
"brainy": {
|
|
"features": {
|
|
"intelligentVerbScoring": true
|
|
},
|
|
"intelligentVerbScoring": {
|
|
"enabled": true,
|
|
"baseConfidence": 0.6
|
|
},
|
|
"logging": {
|
|
"verbose": true
|
|
}
|
|
},
|
|
"logging": {
|
|
"level": "debug"
|
|
}
|
|
} |