ModelRefs / AutoGen — AI Glossary

AutoGen — AI Glossary

Microsoft's multi-agent framework enabling conversational collaboration between LLM agents, humans, and tools.

Overview

AutoGen (Microsoft Research 2023) defines agents as conversable entities that exchange messages. Supports: AssistantAgent (LLM-backed), UserProxyAgent (human-in-the-loop or code executor), GroupChatManager (multi-agent routing). AutoGen 0.4 ('AgentChat') introduced a component-based async architecture. Widely used for code generation and research workflows.

Reference details

Topicagents
Last reviewed2026-06-24

Continue your research

Use these connected ModelRefs sections to compare alternatives, inspect implementation paths, and review the evidence and governance boundaries relevant to AutoGen — AI Glossary.

Frequently asked questions

What is AutoGen?

Microsoft's multi-agent framework enabling conversational collaboration between LLM agents, humans, and tools.

What concepts are related to AutoGen?

Closely related concepts include crewai, swarm, worker agent.