Is Semantic Kernel Agent framework generally available? #12490
Replies: 2 comments 3 replies
-
Our single agent abstraction for the ChatCompletionAgent is at GA. Other single agents, like the AzureAIAgent, BedrockAgent or OpenAIAssistantAgent are still experimental/in preview. Our agent orchestration patterns are marked experimental - and will be progressing towards preview and then GA over the next few months - as we take feedback from the community and make sure the patterns support the needs of the developers. |
Beta Was this translation helpful? Give feedback.
-
I am aware about your effort to merge the core of SK and Autogen: https://devblogs.microsoft.com/semantic-kernel/semantic-kernel-and-autogen-part-2/ and I am aware that SK is the choice when it comes to enterprise support. https://microsoft.github.io/autogen/0.2/docs/tutorial/conversation-patterns/#sequential-chats - no message about "experimental stage" This question is because I need to choose the right framework for the production. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Following this link and some announcements from build: https://devblogs.microsoft.com/semantic-kernel/semantic-kernel-agents-are-now-generally-available/ seems that SK Agent FX is GA.
When I navigate the docs in pages like these:
https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/agent-functions
https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/agent-rag
https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/agent-memory
https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/agent-orchestration
There are banners that points to release candidate or experimental stage. Is it doc outdated?
Beta Was this translation helpful? Give feedback.
All reactions