You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Of course I could evaluate dotnet Interactive.
However, I designed the Autogen feature to be executed inside a container (enforcing isolation). I should also think about that while implementing C# interactive coding.
Hi @kbeaugrand! I have been trying to put a couple of things together for some time, your approach to a plugin that executes code with how AutoGen.NET is doing it.
After reading this issue - thanks also to @payoff - I decided to put some more effort into it and put it in GitHub for open collaboration :)
It's in initial stages with some tests going on and not fully working on the NuGet package - also some issues with the docker execution...
you can find it https://github.com/joslat/CodeExecutionPlugin (as said it is a WIP - Work In Progress)
So, asking for a friend here ;)
I will also ping the respective AutoGen .NET author :)
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.
The text was updated successfully, but these errors were encountered: