File size: 624 Bytes
aadc6da
 
 
 
 
 
 
380e7d3
aadc6da
 
bbdc1ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
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)