Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

antoineross/Autogen-UI

Repository files navigation

title emoji colorFrom colorTo sdk pinned license
Autogen Template
πŸ”₯
indigo
green
docker
false
apache-2.0

Installation and Setup

You will need Python, Conda, Docker (Optional for code-execution), Git, and a text editor installed.

First install python=3.11 and other 3rd party dependencies. If you have conda installed, you can run the following commands:

conda create --name demo python=3.11 -y
conda activate demo
pip install -r requirements.txt

If you do not have conda installed but have virtualenv installed, you can run the following commands:

pip install virtualenv
virtualenv demo -p python3.
# on windows
demo\Scripts\activate
# on mac/linux
source demo/bin/activate
pip install -r requirements.txt

Configure the environment variables

Notion webpage for instructions: https://lopsided-zipper-e29.notion.site/ReviewGPT-57444b82eac643539e393b8fc34d2f38?pvs=4

Usage

Run the following command to start the chat interface. Change the logo files on the /public folder to change the logo.

chainlit run app.py

File Structure

This is an example of using the chainlit chat interface with multi-agent conversation between agents to complete a tasks.

The tool was developed to grab SAP data online and then process it to easily digestible human language.

app.py - Starts the chat interface.

About

This is a User Interface built for Autogen using ChainLit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /