Swarm using C#
#11390
-
I'm trying to implement the Swarm framework for C# Semantic Kernel. I found the below topics where this discussed, but I can't convert it to C#.
The big blocker is that C# Is there a tip on how Swarm can be implemented with C#? |
Beta Was this translation helpful? Give feedback.
Answered by
moonbox3
Apr 7, 2025
Replies: 1 comment
-
@ashahabov, please have a look at how agents can be used as Kernel Functions in this .Net sample. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sophialagerkranspandey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ashahabov, please have a look at how agents can be used as Kernel Functions in this .Net sample.