// ATSLP: Assign detection, routing, evacuation tasks schedule_tasks([ detect_hotspots(area=A), plan_routes(evac_zone=Z1), deploy_resources(type=BULDOZER) ]) // HCMPL: Cache and reuse GIS layers cache_store(key="risk_map@t", data=compute_risk_map(A)) risk_map = cache_get(key="risk_map@t") // CALK: Share knowledge between agents broadcast({ alert: "smoke_detected", location: L })
Load a video to see motion-based incident analytics here.
Load a video to simulate masterโsub agent coordination traces driven by detected events.