QuestionQ19

Agents and Workflows

You are designing an agent for a multi-step research task. You want it to divide the task into smaller parts, delegate each part to a specialized subagent, and consolidate the results. The agent pattern to apply is ...

Explanation

A manager/orchestrator pattern uses a central agent to delegate work to specialized agents and synthesize their outputs into a unified result. OpenAI describes this as the manager pattern for coordinated multi-agent workflows.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!