update
This commit is contained in:
@@ -74,6 +74,8 @@ Note = 10 · (1 − gewichtete Befundquote); 10,0 nur bei null offenen Befunden.
|
||||
## Nebenläufigkeit
|
||||
|
||||
Einfache Wellen (`asyncio.gather` + Semaphoren in agents.py), keine Streaming-Engine.
|
||||
Innerhalb einer Ebene laufen unabhängige KETTEN (gen→verify je Chunk/Baustein) parallel;
|
||||
Stage-Barrieren nur, wo ein Schritt global rechnet (Dedup, Level, Ordnung, Konsens).
|
||||
Panels = n parallele Calls + Konsensregel. Hedge: Slot ohne Ergebnis nach
|
||||
max(90 s, timeout/2) bekommt einen Zwilling, erstes valides Ergebnis gewinnt.
|
||||
Live-Board trotzdem: jeder Statuswechsel → WebSocket-Broadcast.
|
||||
|
||||
Reference in New Issue
Block a user