Add dependencies to distributed group chat example (#5175)

add dependencies to distributed group chat example
This commit is contained in:
Mohammad Mazraeh 2025-01-24 05:49:53 -08:00 committed by GitHub
parent 979d8ab4f1
commit 0de4fd83d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1210 additions and 2 deletions

View File

@ -1 +1,2 @@
.chainlit
chainlit.md

View File

@ -6,8 +6,8 @@ This example runs a gRPC server using [GrpcWorkerAgentRuntimeHost](../../src/aut
### Setup Python Environment
1. Create a virtual environment as instructed in [README](../../../../../../../../README.md).
2. Run `uv pip install chainlit` in the same virtual environment
1. Create a virtual environment and activate it. (e.g. `python3.12 -m venv .venv && source .venv/bin/activate`)
2. Run `uv pip install -r requirements.txt` to install compiled set of dependencies.
### General Configuration

View File

@ -0,0 +1,5 @@
autogen-ext[openai]==0.4.3
azure-identity
chainlit
rich
pyyaml

File diff suppressed because it is too large Load Diff