To set up the Chat Piano project on your local machine, follow these steps:
# Clone the repository recursively to include all submodules
git clone git@github.com:yhbcode000/ChatPiano.git
cd ChatPiano
pip install -e .
# start the chatpiano tool server
start-chatpiano
Or with uv:
uv sync
uv run python -m chat_piano