From 1db544846844503e6f890ee5ba60b2038819c1ec Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Sat, 23 May 2026 10:32:24 +0000 Subject: [PATCH] docs: add Quick Start guide --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 25f7cc162ae9..c42d6af6cd5b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,22 @@ # AutoGen [![Maintenance Mode](https://img.shields.io/badge/status-maintenance%20mode-orange)](https://github.com/microsoft/agent-framework) + +## Quick Start + +Install with: +```bash +pip install autogen +``` + +Or clone and run: +```bash +git clone https://github.com/microsoft/autogen.git +cd autogen +python setup.py install +``` + + **AutoGen** is a framework for creating multi-agent AI applications that can act autonomously or work alongside humans. > [!CAUTION]