When should I use a single-agent flow vs a multiagent process?

  • Use a single-agent process for straightforward business requirements, such as retrieving answers from a single policy document.
  • Opt for a multiagent process when dealing with more complex scenarios. For example, when multiple documents need to be parsed, or when the answers vary based on the user asking the question. In these cases, multiple agents are used, and the user’s question is directed to the appropriate worker agent for processing.