What problem does it solve?
This skill addresses the complexity of orchestrating multi-agent workflows by providing a structured framework for agent-to-agent communication, code execution, and task delegation.
Core Features & Use Cases
- Conversational Orchestration: Uses agent-to-agent messaging as the primary primitive for workflow management.
- Multi-Agent Patterns: Supports complex topologies including RoundRobin, Selector, and nested chat delegation.
- Secure Execution: Provides Docker-based code execution environments for LLM-generated code.
- Use Case: Build a research team where a lead agent delegates tasks to a researcher and a coder, with the coder executing scripts in a secure container to verify results.
Quick Start
Load the autogen skill and initiate a two-agent chat between an assistant and a proxy agent to begin building your multi-agent system.