AGYIntelligence / README.md
Tonic's picture
Update README.md
c2097bf verified
|
raw
history blame contribute delete
No virus
631 Bytes
metadata
title: AGYIntelligenc
emoji: πŸ§ πŸ†πŸŒŸ
colorFrom: red
colorTo: yellow
sdk: docker
pinned: false
license: mit

Microsoft AutoGen: Play Ground

This demo is an AutoGen playground implemented with Panel.

Run app

# Install dependencies
pip install -U -r requirements.txt

# Launch app
bash run.sh

Run docker locally

docker build -t autogen/groupchat .
docker run -it autogen/groupchat -p 5006:5006

AutoGen SourceCode