쉽게 이해하기
AutoGen은 마이크로소프트가 공개한 멀티에이전트 대화용 프레임워크이다. 에이전트들은 비동기 메시징을 통해 서로 소통하며 요청-응답 방식과 이벤트 기반 패턴을 모두 지원한다. 전체 구조는 핵심 프로그래밍 계층과 대화 패턴을 다루는 AgentChat 계층으로 나누어져 있다. Microsoft Agent Framework 생태계의 핵심 구성 요소로, 단일 에이전트와 다중 에이전트 패턴을 단순한 추상화로 제공한다. Semantic Kernel과 함께 AI 에이전트 및 멀티에이전트 조정의 초기 개념을 제시한 것으로 알려져 있으며, 현재 Microsoft Agent Framework에 통합되어 사용된다. --- 참고 자료: - [What are AI Agent Frameworks | 2026 Comprehensive Guide | The JADA Squad](https://www.jadasquad.com/blog/what-are-ai-agent-frameworks) - [Microsoft Agent Framework Overview](https://learn.microsoft.com/en-us/agent-framework/overview) - [AI Agent Frameworks: Choosing the Right Foundation for ...](https://www.ibm.com/think/insights/top-ai-agent-frameworks) - [AI Agent Framework: a Guide to Choosing the Right One](https://mastra.ai/articles/ai-agent-framework) - [AI Agent Frameworks: A Practical Guide (2026) - Salesforce](https://www.salesforce.com/agentforce/ai-agents/ai-agent-frameworks)