mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-19 06:53:17 +00:00
Using websockets with FastAPI and AutoGen
Running the example
-
Navigate to the directory containing the example:
cd samples/apps/websockets
-
Install the necessary dependencies:
./setup.py
-
Run the application:
uvicorn application:app --reload
You should now be able to access the application in your web browser at http://localhost:8000
.