MyPrivateClaw
AG2 (AutoGen) — Microsoft's conversational multi-agent framework — flexible, code-executing agents
AG2 (formerly AutoGen) is Microsoft's open source framework for building agents that can write and execute code, browse the web, and converse with each ot…
Category
agent-frameworks
Why it matters
AG2 (formerly AutoGen) is Microsoft's open source framework for building agents that can write and execute code, browse the web, and converse with each other to solve complex tasks. Unlike CrewAI's role based model, AG2 uses a conversational pattern where agents exchange messages until a task is complete. It has first class support for Ollama via the OllamaWrapper and excels at coding tasks — a UserProxy agent can e…
Best for
Coding agents, data analysis pipelines, research automation, and any task requiring agents to write and execute code