microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
32.2k stars 4.69k forks source link

Rust/C/Assembly agents #3783

Open moghadas76 opened 1 week ago

moghadas76 commented 1 week ago

What feature would you like to be added?

I want to implement multi-agent system for system-level programming ideally for a OS. What is your solution?

Why is this needed?

I want to implement multi-agent system for system-level programming ideally for a OS. What is your solution?

rysweet commented 1 week ago

Thank you for the suggestion. We have not yet had much (any) demand for this scenario. Can you comment on what the advantages would be versus having agents written in other languages that can call into operating system APIs?

Certainly, the new architecture would make building integrations with other languages much easier. I think if you wanted to work on contributions that enabled other languages through messages over cloud events, we would welcome the contribution. In our prioritization however, I suspect that we are likely to favor higher level programming languages such as script and Java as our next targets for ports of AutoGen because we have significant demand for those.