AGYIntelligence / README.md
Tonic's picture
Update README.md
bf0b0ce
|
raw
history blame
630 Bytes
---
title: AGYIntelligenc
emoji: πŸ§ πŸ†πŸŒŸ
colorFrom: red
colorTo: yellow
sdk: docker
pinned: true
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)