Replies: 4 comments
-
One more add on question - What is the advantages and disadvantages of giving a separate kernel or using the same kernel for all the agents in the AgentGroupChat, the selection strategy and the termination strategy. I have share below a excerpt of my code for reference class ApprovalTerminationStrategy(TerminationStrategy):
SELCTION_PROMPT = [f"""
async def main():
|
Beta Was this translation helpful? Give feedback.
-
Tagging @alliscode |
Beta Was this translation helpful? Give feedback.
-
@alliscode, hey, I would really love some clarity on these concepts. thank you. |
Beta Was this translation helpful? Give feedback.
-
@AyushAP8, thanks for your question. The The selection and termination strategies rely on the As a direct response to our questions:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Language: Python
I am trying to implement a workflows with 7 agents passing the agent ids from the ai foundry portal and initialising them with AzureAIAgent() then passing them into an AgentGroupChat with selection strategies and terminations strategies. I want a little clarity on the role of kernel in all of these since its used by the agent and strategies.
Beta Was this translation helpful? Give feedback.
All reactions