getRootAgentFromModule function

Agent getRootAgentFromModule(
  1. Agent rootAgent
)

Returns rootAgent for CLI module compatibility.

Implementation

Agent getRootAgentFromModule(Agent rootAgent) => rootAgent;