AutoGen_Playground / README.md
thinkall's picture
Add AutoGen Playground
bbdc1ce
|
raw
history blame
624 Bytes
---
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)