Microsoft's framework for building multi-agent AI systems where multiple AI agents collaborate to solve complex tasks.
AutoGen is an open-source framework from Microsoft Research for building applications with multiple AI agents that can converse with each other, execute code, and collaborate on complex tasks.
Core concepts:
Agent types:
Key features:
AutoGen enables building sophisticated AI workflows where different agents specialise in different aspects, mimicking team collaboration.
We use AutoGen for Australian businesses needing complex AI workflows, such as automated research, code review, or multi-step analysis tasks.
"Building a code review system with three agents: a coder who writes solutions, a critic who reviews for bugs, and an executor who tests the code."