Quiz 12 Question 7 of 20

A multi-agent document processing pipeline has a coordinator agent and 8 worker agents. Workers process document sections in parallel and must write their results to a shared state store. Two workers may complete processing of adjacent sections simultaneously and write to state at nearly the same time. What shared state pattern prevents data corruption?

Select an answer to reveal the explanation.

Motivation