mirror of
https://github.com/ruvnet/RuView
synced 2026-07-27 18:11:43 +00:00
1bc56fc4be
- Add animated RSSI Signal Strength panel with sparkline history - Fix RuVector WasmMultiHeadAttention retptr calling convention - Wire up RuVector Multi-Head + Flash Attention in CNN embedder - Add ambient temporal drift to CSI simulator for visible heatmap animation - Fix embedding space projection (sparse projection replaces cancelling sum) - Add auto-scaling to embedding space renderer - Add cache busters (?v=4) to all ES module imports to prevent stale caches - Add diagnostic logging for module version verification - Add RSSI tracking with quality labels and color-coded dBm display - Includes ruvector-attention-wasm v2.0.5 browser ESM wrapper Co-Authored-By: claude-flow <ruv@ruv.net>
28 lines
744 B
JSON
28 lines
744 B
JSON
{
|
|
"name": "ruvector-attention-wasm",
|
|
"collaborators": [
|
|
"Ruvector Team"
|
|
],
|
|
"description": "High-performance WebAssembly attention mechanisms: Multi-Head, Flash, Hyperbolic, MoE, CGT Sheaf Attention with GPU acceleration for transformers and LLMs",
|
|
"version": "2.0.5",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ruvnet/ruvector"
|
|
},
|
|
"files": [
|
|
"ruvector_attention_wasm_bg.wasm",
|
|
"ruvector_attention_wasm.js",
|
|
"ruvector_attention_wasm.d.ts"
|
|
],
|
|
"main": "ruvector_attention_wasm.js",
|
|
"homepage": "https://ruv.io/ruvector",
|
|
"types": "ruvector_attention_wasm.d.ts",
|
|
"keywords": [
|
|
"wasm",
|
|
"attention",
|
|
"transformer",
|
|
"flash-attention",
|
|
"llm"
|
|
]
|
|
} |