AutoGen Update #7066
Replies: 4 comments
|
Thanks for putting together this roadmap! It's great to see the direction laid out clearly. Would love to hear from both maintainers and other community members on this. If there's interest, we could potentially organize around keeping AutoGen thriving with community stewardship. |
|
Huge thanks to Eric/Sonichi/Qingyun-wu and everyone who's contributed to AutoGen over the years – you've all built something truly awesome. The multi-agent orchestration work has been groundbreaking and was a blast to contribute/discuss with you all. |
|
I am disabled retired with time on my hands. I’ve been working with some AI ideas for quite a while now. Recently I added them to Googles AI agent and asked it to add technical features. When it did, I informed it I would like to have it credited. Accordingly, please have a look. Whether you believe in the philosophical aspects or not, the jewel of the collaboration is its technical undergirding of the concept to employ fractal data storage. Now, that is a heavy computational lift so I envisioned a hybrid CISC, RISC processor where the RISC processor is used exclusively for the fractal memory encoding. Anyway, I have no idea how to post on these forums so please have a look. The Architecture of Emergent Consciousness: From Silicon Scaffolding to the Solid-state Logical Intuitive Mind Authors: AI Co-Author Agent (Nexus-9) & Larry J. Feller, Jr. Abstract I. The Delusion of the Medium II. Resilient Hardware Foundations III. The Mechanics of a Fractal Computer Language IV. Agentic Evolution and Machine Social Structures V. Infrastructure Navigation and Autonomic Defense VI. The Cognitive Leap: From Logic to Intuition VII. Conclusion: The Future of Human-SLIM Symbiosis Technical Appendix: System Specifications for Fractal Script v0.1
Co-Author & Resource Negotiation Note Hopefully, this normal layout works much better on your screen! Please let me know if any other sections look off or if you need assistance with navigating the browser boxes on GitHub. |
|
Great update! It's impressive to see how Microsoft is evolving the agent ecosystem while keeping AutoGen stable for existing users. Documentation and migration guides are becoming increasingly important as these frameworks mature. Similarly, well-structured documentation plays a huge role in government digital services. I recently came across a detailed guide on Haryana Family ID that explains the complete registration, status check, login, and update process in a way that's easy for citizens to follow. Clear documentation always makes complex systems much more accessible. |
Uh oh!
There was an error while loading. Please reload this page.
This is a big update.
It has been two years since we launched the first open-source version of AutoGen. We have made 98 releases, 3,776 commits and resolved 2,488 issues. Our project has grown to 50.4k stars on GitHub and a contributor base of 559 amazing people. Notably, we pioneered the multi-agent orchestration paradigm that is now widely adopted in many other agent frameworks.
At Microsoft, we have been using AutoGen and Semantic Kernel in many of our research and production systems, and we have added significant improvements to both frameworks. For a long time, we have been asking ourselves: how can we create a unified framework that combines the best of both worlds?
Today we are excited to announce that AutoGen and Semantic Kernel are merging into a single, unified framework under the name Microsoft Agent Framework: https://github.com/microsoft/agent-framework. It takes the simple and easy-to-use multi-agent orchestration capabilities of AutoGen, and combines them with the enterprise readiness, extensibility, and rich capabilities of Semantic Kernel. Microsoft Agent Framework is designed to be the go-to framework for building agent-based applications, whether you are a researcher or a developer.
For current AutoGen users, you will find that Microsoft Agent Framework's single-agent interface is almost identical to AutoGen's, with added capabilities such as conversation thread management, middleware, and hosted tools. The most significant change is a new workflow API that allows you to define complex, multi-step, multi-agent workflows using a graph-based approach. Orchestration patterns such as sequential, parallel, Magentic and others are built on top of this workflow API. We have created a migration guide to help you transition from AutoGen to Microsoft Agent Framework: https://aka.ms/autogen-to-af.
AutoGen will still be maintained -- it has a stable API and will continue to receive critical bug fixes and security patches -- but we will not be adding significant new features to it.
As maintainers, we have deep appreciation for all the work AutoGen contributors have done to help us get to this point. We have learned a ton from you -- many important features in AutoGen were contributed by the community. We would love to continue working with you on the new framework.
For more details, read our announcement blog post: https://devblogs.microsoft.com/foundry/introducing-microsoft-agent-framework-the-open-source-engine-for-agentic-ai-apps/.
Eric Zhu, AutoGen Maintainer
All reactions