kbeaugrand / SemanticKernel.Assistants

Microsoft Semantic Kernel Assistants This enables the usage of assistants for the Semantic Kernel. It provides different scenarios for the usage of assistants such as: Assistant with Semantic Kernel plugins Multi-Assistant conversation
MIT License
92 stars 8 forks source link

Code interpreter #116

Open payoff opened 3 weeks ago

payoff commented 3 weeks ago

AutoGen for .NET offers support for C# code interpretation. However, the current implementation uses Python.

Question Has the option of using AutoGen.DotnetInteractive for executing C# code been considered? Additional Details

AutoGen.DotnetInteractive is specifically designed to run .NET code, including C#. Using this library might not required docker

Request Could you provide information on:

Whether AutoGen.DotnetInteractive was considered for this implementation. If so, what were the reasons for preferring Python. If not, are there any plans to evaluate or integrate AutoGen.DotnetInteractive in the future?

Thank you for your time and consideration on this matter.