HSLU Workshop - orchestrate converation beteween agents

Start the notebook in your browser by clicking on this Binder button.

The project orchestrates a converstion between two interacting agents and lets the user follow their conversation.

You can launch the notebook directly in your browser by using the provided "Binder" button.

For Developer

Clone the git repository and install the project dependencies. For example with poetry:

python -m pip install poetry
poetry install

Then you can open the jupyter notebook and test it.