Quiz 8 Question 14 of 20

An orchestrator assigns a refactoring task to two subagents simultaneously: Agent A is tasked with updating function signatures in api_client.py and Agent B is tasked with updating callers of those functions in the same file. Both agents complete their tasks and commit their changes. When the commits are merged, the file contains conflicting edits and broken function calls because both agents modified overlapping sections without knowledge of each other. What coordination mechanism was missing?

Select an answer to reveal the explanation.

Motivation