Client library for the Gabriel real-time AI orchestration framework. Current version 4.1.7, requires Python >=3.10. Active development with periodic releases.
pip install gabriel-clientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to a Gabriel server using WebSocket engine and runs a client.
Use gabriel-client v4.x with websocket_engine or grpc_engine. Do not use old socket-based code.
Always pass a token string. If server doesn't enforce it, any non-empty string works.
Prefer websocket_engine unless you specifically need gRPC features and your server supports it.