claude-flow
Version:
Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration
30 lines (29 loc) • 736 B
JSON
{
"name": "@claude-flow/performance",
"version": "3.0.0-alpha.6",
"type": "module",
"description": "Performance module - benchmarking, Flash Attention validation, optimization",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./benchmarks/*": "./benchmarks/*.js"
},
"scripts": {
"bench": "vitest bench",
"bench:attention": "vitest bench benchmarks/attention/",
"bench:startup": "vitest bench benchmarks/startup/",
"build": "tsc"
},
"dependencies": {
"@ruvector/attention": "latest",
"@ruvector/sona": "latest"
},
"devDependencies": {
"vitest": "^4.0.16"
},
"publishConfig": {
"access": "public",
"tag": "v3alpha"
}
}