{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_autogen",
  "slug": "autogen",
  "name": "AutoGen",
  "canonical_url": "https://www.openagent.bot/agents/autogen",
  "category": "agents",
  "resource_type": "agent",
  "summary": "AutoGen is Microsoft Research's open-source framework for building multi-agent AI systems. It provides three layers — AgentChat for quick prototyping, Core API for fine-grained control, and Extensions for ecosystem integrations — giving developers a flexible foundation for agent collaboration patterns.",
  "capabilities": [
    "workflow-orchestration"
  ],
  "constraints": [
    "open-source"
  ],
  "scenarios": [
    "developer-workflow"
  ],
  "deployment_modes": [
    "cloud"
  ],
  "interfaces": [
    "repo",
    "docs"
  ],
  "integrations": [],
  "permission_surface": [
    "shell/files",
    "memory",
    "messages",
    "external services"
  ],
  "risk_level": "elevated",
  "source_confidence": "high",
  "recommended_workflows": [
    "Coding agent workflow",
    "Connector or protocol layer",
    "Memory or RAG workflow"
  ],
  "avoid_when": [
    "Developers who only need a single-agent terminal coding tool",
    "Teams looking for a drag-and-drop workflow builder with a visual UI"
  ],
  "primary_actions": [
    "Inspect repository",
    "Open Homepage",
    "Read setup docs",
    "Install AutoGen"
  ],
  "evidence_urls": [
    "https://github.com/microsoft/autogen",
    "https://microsoft.github.io/autogen/",
    "https://microsoft.github.io/autogen/docs/"
  ],
  "last_verified_at": "2026-05-27",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/agents/autogen.json",
    "markdown_url": "https://www.openagent.bot/agents/autogen.md",
    "agent_json_url": "https://www.openagent.bot/agents/autogen.agent.json"
  }
}