An open API service indexing awesome lists of open source software.

https://github.com/patrickfrank1/ti8m-workshop-hslu-agents


https://github.com/patrickfrank1/ti8m-workshop-hslu-agents

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# HSLU Workshop - orchestrate converation beteween agents

Start the notebook in your browser by clicking on this [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/patrickfrank1/ti8m-workshop-hslu-agents/HEAD?labpath=initiate_agent_conversation.ipynb) 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.