AutoGen — мультиагентный фреймворк Microsoft
★ 32k
AutoGen is Microsoft's open-source framework for applications where several AI agents solve a task by talking to each other and, where needed, to a person. Reach for it when a problem benefits from several viewpoints: one agent proposes a solution, another critiques it, a third checks the facts, and the argument converges on an answer. Its strength is controlled human involvement — the process can pause at any step, show an interim result and wait for approval, which matters wherever a mistake is expensive. Agents can call tools and MCP servers, execute code in a sandbox, and exchange messages under rules you define. It is a developer framework for Python and .NET rather than a finished application. It fits research and analytical scenarios well; for a simple two-step chain you are better off without it.
- #Multi-agent