Overview
Microsoft Research’s generalist multi-agent system with an Orchestrator that directs specialized agents for web browsing, file handling, and coding.
Details
Magentic-One is a generalist multi-agent system from Microsoft Research, built on top of AutoGen, designed to tackle complex open-ended tasks including software development. A central Orchestrator agent maintains a task ledger and dispatches work to specialized agents: WebSurfer (browser), FileSurfer (filesystem), Coder (writing code), and ComputerTerminal (executing commands). It posts competitive results on benchmarks like GAIA, AssistantBench, and WebArena. Magentic-One is open-sourced under MIT license.
Tags
coding, autonomous-agent, multi-agent, open-source, research