Spaces:
Runtime error
Runtime error
title: Panel Template | |
emoji: π | |
colorFrom: gray | |
colorTo: green | |
sdk: docker | |
pinned: false | |
license: mit | |
# Microsoft AutoGen: Play Ground | |
This demo is an AutoGen playground implemented with [Panel](https://panel.holoviz.org/index.html). | |
## 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](https://github.com/microsoft/autogen) [SourceCode](https://github.com/thinkall/autogen-demos) | |
![](autogen_playground.png) | |
![](AutoGenPanel.gif) | |