https://github.com/patrickfrank1/ti8m-workshop-hslu-agents
https://github.com/patrickfrank1/ti8m-workshop-hslu-agents
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrickfrank1/ti8m-workshop-hslu-agents
- Owner: patrickfrank1
- Created: 2024-11-06T07:18:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T16:06:39.000Z (over 1 year ago)
- Last Synced: 2025-02-08T20:12:50.482Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 268 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HSLU Workshop - orchestrate converation beteween agents
Start the notebook in your browser by clicking on this [](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.