Quiz 9 Question 4 of 20

A team uses two agents to generate code for different modules of the same service. When the modules are integrated, developers find they use completely different naming conventions, error handling patterns, and code structure — one uses camelCase with try/catch blocks, the other uses snake_case with result tuples. No conflicts occur during generation. What coordination element is missing?

Select an answer to reveal the explanation.

Motivation