A plugin for glue-qt that enables AI assistants (like Claude Code) to programmatically control glue.
This package is experimental!
pip install git+https://github.com/glue-viz/glue-qt-llm-bridge- Start glue:
glue - Go to Plugins → AI Bridge...
- Tell your AI assistant about the bridge, e.g.:
The glue-qt-llm-bridge package is installed. Check `glue_qt_llm_bridge.__doc__` for instructions on how to connect to and control glue.
Or in a CLAUDE.md / system prompt:
To control glue-qt, run: python -c "import glue_qt_llm_bridge; print(glue_qt_llm_bridge.__doc__)"
- Tell your AI assistant what you want to do in glue, for example:
_Please load data from and make a scatter plot of temperature versus time. _
BSD 3-Clause License