跳转到内容

安装

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。