-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: To develop the Java version of AutoGen #1045
Comments
@HamaWhiteGG Can you add more details? Are you recommending a Java-native implementation of autogen, or just the ability to execute java code that an LLM generates? |
a Java-native implementation of autogen. and I try to develop the Java version of Microsoft AutoGen by myself , named autogen4j. https://github.com/HamaWhiteGG/autogen4j Features
next i want to add the ability to execute java code that an LLM generates. |
Can you share your experience in writing your Java version? How hard was it, and how much work would it take to complete it? Most importantly, what are the use cases that it would enable where the python implementation is insufficient? |
Only having knowledge of Python and Java, this task wasn't difficult. Additionally, during the rewriting process, I utilized GPT-4 to expedite my development. I developed autogen4j because many enterprise-level applications and big data engines are built using Java, such as Spring Boot, Hadoop, Flink, Hive, and more. This way, they can now leverage autogen's Multi-Agent capabilities. |
Thank you for the information, and the initial implementation! |
Hello, is the ability to execute Java code generated by LLM in the development plan, or the ability to execute other programming languages, such as JS, etc. |
@ekzhu @jackgerrits fyi |
The code executor framework allows for extending to more languages. Right now there is not support for languages such as JS or Java though |
@HamaWhiteGG would you like to work on it? I think currently we don't have a plan for adding java version of AutoGen. We do have a .NET version. |
Yes, I like do it |
Thank you, @HamaWhiteGG ! CC: @sonichi , @LittleLittleCloud any suggestions on this? |
Hello, @HamaWhiteGG are there any updates on this? I’d like to contribute Java implementation as well. |
will not do this for 0.2 but it is on our minds for a future version |
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
https://github.com/HamaWhiteGG/autogen4j
Additional context
No response
The text was updated successfully, but these errors were encountered: