Supervisor Pattern

Medium150 pts0 solves
A central agent receives requests, decides which specialized agent handles each one, and returns the result. Describe the two roles in this architecture. Flag format: CONGRESS{router:[role],workers:[role]} Example: CONGRESS{router:load_balancer,workers:servers}
Hint
One agent supervises and routes. Others do the specialized work.