mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
- Prover-Integrated Orchestration Layers (L0-L3): Goedel-Prover-V2 watchdog, BFS-Prover-V2 swarm consensus, bf4prover topology adaptation - FAMM Verilator benchmark: uniform vs preshaped delay comparison (4.4x speedup) - Swarm topological device prober: 11 agents probing traces, caps, delays, errors, vias, PDN - Spec sheet puller: 10 components with key params and topological relevance - Virtual FPGA system tests: 6/6 passed, 134K ops/s throughput - Fixed merge conflicts in AI-Newton test_experiment.ipynb
60 lines
No EOL
1.1 KiB
JSON
60 lines
No EOL
1.1 KiB
JSON
{
|
|
"report": {
|
|
"layers": {
|
|
"watchdog": {
|
|
"ok": true,
|
|
"failed": []
|
|
},
|
|
"swarm": {
|
|
"consensus": {
|
|
"agents": 2,
|
|
"deterministic": true,
|
|
"drift": false
|
|
},
|
|
"confidence": 0.95
|
|
},
|
|
"topology": {
|
|
"ok": true,
|
|
"shape": "flat"
|
|
}
|
|
},
|
|
"allowed": true,
|
|
"famm": {
|
|
"shape": "flat",
|
|
"ev": [
|
|
1.77,
|
|
2.51,
|
|
3.07,
|
|
3.54
|
|
],
|
|
"delays": [
|
|
75.16460280028288,
|
|
63.11944030978032,
|
|
57.07301455353496,
|
|
53.14940034527339
|
|
],
|
|
"proved": true
|
|
}
|
|
},
|
|
"metrics": {
|
|
"watchdog": {
|
|
"mean_ms": 0.008821487426757812,
|
|
"max_ms": 0.008821487426757812,
|
|
"calls": 1
|
|
},
|
|
"swarm": {
|
|
"mean_ms": 0.05030632019042969,
|
|
"max_ms": 0.05030632019042969,
|
|
"calls": 1
|
|
},
|
|
"topology": {
|
|
"mean_ms": 0.0,
|
|
"max_ms": 0,
|
|
"calls": 1
|
|
},
|
|
"watchdog_violations": 0,
|
|
"swarm_drift": false,
|
|
"topology_adaptations": 1,
|
|
"proved_configs": 1
|
|
}
|
|
} |