mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-30 12:13:34 +00:00
- Add WasmEphemeralAgent for lightweight distributed learning - Add WasmFederatedCoordinator for central aggregation - Add SonaConfig::for_ephemeral() and for_coordinator() presets - Fix getrandom WASM target dependencies 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
22 lines
No EOL
376 B
JSON
22 lines
No EOL
376 B
JSON
{
|
|
"name": "@ruvector/attention-linux-x64-gnu",
|
|
"version": "0.1.3",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"main": "attention.linux-x64-gnu.node",
|
|
"files": [
|
|
"attention.linux-x64-gnu.node"
|
|
],
|
|
"license": "MIT OR Apache-2.0",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"libc": [
|
|
"glibc"
|
|
],
|
|
"repository": "https://github.com/ruvnet/ruvector"
|
|
} |