UNPKG

claude-flow

Version:

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

8 lines (6 loc) 236 B
'use strict'; const HttpAgent = require('./lib/agent'); module.exports = HttpAgent; module.exports.HttpAgent = HttpAgent; module.exports.HttpsAgent = require('./lib/https_agent'); module.exports.constants = require('./lib/constants');