> AutoGen Multi-Agent
Build conversational multi-agent systems with Microsoft AutoGen.
fetch
$
curl "https://skillshub.wtf/skillshub-team/catalog-batch5/autogen-agents?format=md"SKILL.md•AutoGen Multi-Agent
AutoGen
Two-Agent Chat
from autogen import AssistantAgent, UserProxyAgent
assistant = AssistantAgent("assistant", llm_config={"model": "gpt-4o"})
user_proxy = UserProxyAgent("user", human_input_mode="NEVER", code_execution_config={"work_dir": "output"})
user_proxy.initiate_chat(assistant, message="Create a plot of AAPL stock price for the last month")
Group Chat
from autogen import GroupChat, GroupChatManager
coder = AssistantAgent("coder", system_message="Write Python code")
reviewer = AssistantAgent("reviewer", system_message="Review code for bugs")
group = GroupChat(agents=[user_proxy, coder, reviewer], messages=[], max_round=10)
manager = GroupChatManager(groupchat=group, llm_config=llm_config)
user_proxy.initiate_chat(manager, message="Build a REST API")
Features: code execution, tool use, human-in-the-loop, nested chats
> related_skills --same-repo
> Nix Dev Shells with direnv
Auto-activate reproducible dev environments with Nix flakes and direnv.
> Dagger with GitHub Actions
Run Dagger CI/CD pipelines in GitHub Actions for portable, testable builds.
> Bun + Hono API
Build fast APIs with Bun runtime and Hono framework.
> Deno Fresh Framework
Build full-stack web apps with Fresh on Deno. Islands, routes, and zero runtime overhead.
┌ stats
installs/wk0
░░░░░░░░░░first seenMar 18, 2026
└────────────