Framework Tutorial

Autogen

Step-by-step tutorials for building AI agents with Autogen — 5 articles

autogen logo
Beginner autogen 6 min

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.

#AutoGen #Multi-Agent Systems #Python
autogen logo
Intermediate autogen 5 min

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.

#AutoGen #GroupChat #Collaborative AI
autogen logo
Advanced autogen 6 min

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 #Tool Use #Function Calling
autogen logo
Intermediate autogen 4 min

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 #code-execution #testing
autogen logo
Intermediate autogen 3 min

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.

#autogen #human-in-the-loop #approval