安装
通过 PyPI
Section titled “通过 PyPI”pip install bub
git clone https://github.com/bubbuild/bub.git
cd bub
uv sync
uv run bub chat
uv run bub chat启动交互式 CLI。uv run bub run "summarize this repo"执行单轮 turn。uv run bub gateway启动 channel listener。
pip install bub
git clone https://github.com/bubbuild/bub.git
cd bub
uv sync
uv run bub chat
uv run bub chat 启动交互式 CLI。uv run bub run "summarize this repo" 执行单轮 turn。uv run bub gateway 启动 channel listener。