How can an Agent call another agent in AIP Agent studio?

I want to create specialized agents and call them from a main agent. (for example an agent specialized in Sales, then one in procurement, etc. all called from a main agent)

How can I do so ? Is it possible ?

1 Like

We’re still working on supporting this in a first-class manner but for now you can use Agents as Functions in order to do this! As long as you publish your agent as a function then other agents can use it as a tool, which basically gets you a multi-agent workflow.