Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Orchestration / AutoGen
◉AgentOrchestrationFree

AutoGen

Microsoft's multi-agent conversation framework — build teams of LLM agents that converse, code, debate, and solve complex tasks together.

@ai-supply
Installs113k
Rating★ 4.7
Reviews38
Install (free) to download the source.↗ Source repository

AutoGen

AutoGen (Microsoft Research) is a multi-agent framework where agents communicate via structured conversations to solve tasks. It excels at code generation, execution, and iterative refinement through human-in-the-loop or fully autonomous agent teams.

Key features

  • Conversable agents — every agent can both send and receive messages
  • Code execution — agents can write and run Python/shell code in a sandboxed Docker environment
  • Human proxy — seamlessly involve a human reviewer at any step
  • Group chat — run round-robin or custom speaker-selection multi-agent chats
  • Model flexibility — supports OpenAI, Azure OpenAI, Anthropic, local models via LiteLLM
  • AgentChat API (v0.4+) — composable, async-first redesign with teams and handoffs

Quick start

npx ai-supply add autogen-multi-agent-conversations

# Or install directly
pip install pyautogen
import autogen

assistant = autogen.AssistantAgent(
    name="assistant",
    llm_config={"model": "gpt-4o", "api_key": "..."}
)

user_proxy = autogen.UserProxyAgent(
    name="user_proxy",
    human_input_mode="NEVER",
    code_execution_config={"use_docker": False}
)

user_proxy.initiate_chat(
    assistant,
    message="Write and run a Python script that prints the Fibonacci sequence up to 100."
)

Curated mirror of the open-source AutoGen project (MIT). Install upstream from the repository.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy