mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
79def868b6
* Prompt progress * Enriched prompt + Added to SLN visibility * Set starting point for Copilot Migration * Address prompt detail + prepare copilot migration to work with Agent nugets * Address more prompt details * Prompt update * Improve description for migration * Improve description for migration * Improve description for migration * Improve description for migration * SLnx Upgrade Assistant use-case * Extra tweaks to the migration prompt * Update prompt * Adding the migration guida as a visible reference to the project * Improvements * IMprovement * Small improvements * AI Guidance Overhaul. * Update migration guide with better straightforward examples * Update breaking glass instructions * Namespace change + address feedback * ChatComletionService considerations * Add middleware guidance + public packages * Removing + ignoring future generated files * Potential gh bug? * Prompt progress * Enriched prompt + Added to SLN visibility * Set starting point for Copilot Migration * Address prompt detail + prepare copilot migration to work with Agent nugets * Address more prompt details * Prompt update * Improve description for migration * Improve description for migration * Improve description for migration * Improve description for migration * SLnx Upgrade Assistant use-case * Extra tweaks to the migration prompt * Update prompt * Adding the migration guida as a visible reference to the project * Improvements * IMprovement * Small improvements * AI Guidance Overhaul. * Update migration guide with better straightforward examples * Update breaking glass instructions * Namespace change + address feedback * ChatComletionService considerations * Add middleware guidance + public packages * Removing + ignoring future generated files * Potential gh bug? * Version bump * Address observation * Address observation --------- Co-authored-by: Chris <66376200+crickman@users.noreply.github.com>
20 lines
849 B
Markdown
20 lines
849 B
Markdown
# Semantic Kernel Migration Playground
|
|
|
|
This is a playground folder with different **Semantic Kernel** projects that can be used to test automatic AI migration to the new **Agent Framework (AF)**.
|
|
|
|
## Prompting
|
|
|
|
Open your IDE Agentic extension and create a new chat providing the following prompt:
|
|
|
|
```
|
|
I need to convert code from Semantic Kernel to the Agent Framework.
|
|
Please use the migration guide provided in the #SemanticKernelToAgentFramework.md as a reference.
|
|
|
|
The current solution is using central package manager, when referencing the projects in the csproj don't provide the versions.
|
|
|
|
Check external references provided by the migration guide if needed.
|
|
|
|
You don't need to look for the Central Package Management file, just focus on the project file and the code files.
|
|
|
|
When you need help or don't know how to proceed, please ask.
|
|
``` |