Gabriel Protocol is the official Python package for the Gabriel real-time AI orchestration framework, providing client and server tools for building composable cognitive assistant pipelines using WebSocket communication and Protocol Buffers. Current version is 4.1, supporting Python >=3.10. Releases are tagged on GitHub at cmusatyalab/gabriel.
pip install gabriel-protocolNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic client runner connecting to a Gabriel server.
Change 'import gabriel' to 'import gabriel_protocol' and update all submodule imports accordingly.
Upgrade to use the new WebSocket/Protobuf-based protocol. Refer to migration guide.
Start the Gabriel server before launching any client scripts.