Autogen
Step-by-step tutorials for building AI agents with Autogen — 5 articles
Getting Started with AutoGen: Build Your First Multi-Agent System
Learn the fundamentals of Microsoft's AutoGen framework. A step-by-step tutorial to build a simple multi-agent system from scratch.
Mastering AutoGen Group Chat for Collaborative AI Workflows
Leverage AutoGen's GroupChat to orchestrate complex workflows between multiple specialized AI agents for advanced problem-solving.
Advanced AutoGen: Empowering Agents with Custom Tools and Functions
Unlock AutoGen's full potential by integrating custom Python functions and APIs as tools, enabling agents to perform complex, real-world tasks.
AutoGen Code Execution: Build Agents That Write and Run Code
Learn how AutoGen agents write, execute, and debug code autonomously. Covers LocalCommandLineCodeExecutor, Docker sandbox, and iterative code refinement.
AutoGen Human-in-the-Loop: Keep Humans in Control of AI Agents
Build AutoGen workflows where humans review and approve AI actions before execution. Covers UserProxyAgent, approval gates, and interrupt-based oversight.