File size: 630 Bytes
aadc6da
bf0b0ce
 
 
 
aadc6da
bf0b0ce
380e7d3
aadc6da
 
bbdc1ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bf0b0ce
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
---
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)