Magentic-One Generalist Multi-Agent
Use Microsoft's generalist multi-agent architecture: a single Orchestrator agent dispatches to four specialist sub-agents (WebSurfer, FileSurfer, Coder, ComputerTerminal) for solving open-ended complex tasks that span web browsing, file manipulation, code execution and shell operations.
Problem
Single-modality agents fail on cross-modality tasks. Bespoke multi-agent systems take significant engineering per task class. The team needs a generalist architecture that already covers the common modalities and orchestrates them sensibly.
Solution
Deploy Magentic-One's five-component architecture. The Orchestrator decomposes user requests, plans, dispatches to specialists, integrates results. WebSurfer handles browser automation. FileSurfer navigates filesystems. Coder writes and runs code in isolated environments. ComputerTerminal executes shell commands. The Orchestrator maintains a task ledger and replan log. Pair with orchestrator-workers, supervisor, browser-agent, computer-use, one-tool-one-agent.
When to use
- Open-ended automation tasks spanning web/files/code/shell.
- Team wants a generalist baseline rather than bespoke specialists.
- Microsoft / Autogen ecosystem already in use.
Open the full interactive page →
Diagram, neighbourhood map, code examples, related patterns and full provenance.