@@ -543,6 +544,13 @@ Each event in the payload is a dictionary with `type` field (`BlockStored`, `Blo
3.**`parent_hash` is required** for all blocks except the first in a sequence - it links blocks to enable prefix matching
## Global Router (Hierarchical Routing)
For deployments with multiple worker pools, the **Global Router** enables hierarchical routing by sitting between the frontend and local routers. It selects the appropriate pool for each request based on configurable policies, supporting disaggregated topologies where pools are tuned for different workload characteristics.