ruvector/crates/ruvector-attention-node/npm/linux-x64-gnu/package.json
rUv cb9cd8b3be feat(sona): Add federated learning WASM bindings v0.1.4
- 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>
2025-12-03 17:59:20 +00:00

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"
}