Snowglobe Connect helps you adapt any conversational chatbot to Snowglobe’s I/O so you can run realistic simulations against your chatbot.

When to use Snowglobe Connect

Use this flow when you want to:
  • Connect an existing chatbot to Snowglobe where you need a more sophisticated interface that doesn’t fit the standard OpenAI-style chat interface

Prerequisites

  • Python 3.9+ (recommend 3.10+)
  • macOS, Linux, or Windows
  • Optional: uv if you prefer uv pip

Installation

Install the Python package (provides the snowglobe CLI):
pip install snowglobe
# or, if you use uv:
uv pip install snowglobe

Verify installation

snowglobe --version