Deeper Dive into Agentic Framework #10195
lovedeepatsgit
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @lovedeepatsgit, thanks for your question. Here are my thoughts: The Role of the Kernel in the Agentic FrameworkKernel Basics
Agent Integration
Key Points:
Strategies and Termination in AgentGroupChatWhat Are Strategies?
Example Flow:Suppose you have 3 Agents in an
To Recap:
Strategy Parameters:
Note: the termination_strategy: TerminationStrategy = Field(default_factory=DefaultTerminationStrategy)
selection_strategy: SelectionStrategy = Field(default_factory=SequentialSelectionStrategy) General Takeaways:
All of these components -- Kernel, Agents, Strategies, etc. -- are designed to be modular and interchangeable, so you can adapt them for your needs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have used Autogen and Semantic Kernels ( Using Python and C#), Thanks to @moonbox3 for clarifying the difference between Autogen and SK (#9983), But I have few queries regarding the working of Agents in Semantic Kernels:
Beta Was this translation helpful? Give feedback.
All reactions