microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
20.16k stars 2.94k forks source link

.Net: Code generation sample using Agents #5146

Open markwallace-microsoft opened 4 months ago

markwallace-microsoft commented 4 months ago

As a developer I can run a Semantic Kernel sample which shows how to use Agents to generate code in a Codespace so that I can learn how to use the Semantic Kernel Agent abstractions.

markwallace-microsoft commented 4 months ago

@matthewbolanos Can you provide more detail on the exact code generation scenario we want to demonstrate?

crickman commented 3 months ago

Is this really agent specific? Why not a code-generation plug-in that can be used by any chat-completion?