Evan Mattson
Evan Mattson
Thank you. Very helpful.
@markwallace-microsoft why do we need to re-open?
@beman9 Thanks for reporting. We are working on deprecating the planners. We will get this cleaned up when that work is handled.
> > **Describe the bug** > > Right now, if a community member creates a PR, the Python test coverage GH action fails because the other required GH actions steps...
Hi @AbzyS1, can you please verify that you are indeed running the correct Python interpreter for the installed SK 1.31.0 package? I just created a fresh virtual environment, installed SK...
Hi @AbzyS1, thanks for letting us know. That's a little worrisome -- we support Py 3.10+. Glad to hear you're unblocked, though. Please let us know if you have any...
@vikramarigelaRepo, you can use the agent framework, yes, but you'll be relying on the model to choose the right agent, the correct order of agents, etc. It's not always possible/reliable...
Hi @hansmbakker, Sure, let's break this down a bit more. - **Agent Framework**: the agent framework in Semantic Kernel is designed for scenarios where you want one or more agents...
With uv you may need to run with the `--prerelease` flag like: `uv sync --all-extras --dev -U --prerelease=if-necessary-or-explicit`.
@karpikpl, not everything in SK is at the "GA" level. We have various components marked as `experimental` until they're ready for GA. `AzureAIAgent` is one particular component marked as `experimental`.