UNPKG

claude-flow

Version:

Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)

9 lines (5 loc) 179 B
'use strict'; const crypto = require('crypto'); const hash = crypto.createHash('sha1'); hash.update(__filename, 'utf8'); module.exports = `NODE_PRELOAD_${hash.digest('hex')}`;