Hi I am asking my ques by giving an example. So I have published 2 agents already Finance Agent and HR Agent. Note that for both these agents I have used Action connector where I am linking a public api through the openapi connectors under action.
Now I am creating a multi agent where I am asking it to use the hr agent and finance agent to give individual or mix analysis .
So right now what it does is it retrieves the data from the actions used by these 2 individual agents
Note: I have not linked any actions or kb while creating the multi agent, it internally fetches the data from the actions of these 2 individual agents (hr and finance)
But now I want the agent to agent connection
like instead of multi agent using the data source for analysis, I want the multi agent to retrieve the response generated by the hr and the finance agent (where they generated response separtley)
SO I WANT TO KNOW IF THERE IS ANY SOL FOR THIS RATHER THAN PASTING THE ANALYSIS IN A DOC, USING IT AS A KB AND CREATE ANALYSIS
AND ALSO ARE WE ABLE TO INTEGRATE FLOWS INTO CHAT AGENT INTERNALLY?