feat(supercomputer,experimental): expand thermal, RAM, disk, paradox APIs

Thermal hottest peer and sample clear, RAM pool reset, disk stripe
missing shards, paradox clock/merge helpers, mycelium top donors.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-21 02:33:33 -04:00
co-authored by Cursor
parent d285079522
commit 84bc18bc6e
7 changed files with 78 additions and 0 deletions
+10
View File
@@ -85,6 +85,16 @@ class HyperP2PRamPool extends EventEmitter {
listLeases () { return [...this._leases.values()] }
resetPool () {
this._pool.clear()
this._leases.clear()
this.emit('reset')
}
leaseFor (leaseId) {
return this._leases.get(String(leaseId)) || null
}
async ready () {
if (this.swarm || !this.topic) return this
await initModuleSwarm(this, {