openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
7 lines (6 loc) • 363 B
TypeScript
/** Current gateway protocol version emitted by modern clients and servers. */
export declare const PROTOCOL_VERSION: 4;
/** Lowest client protocol version accepted by the gateway. */
export declare const MIN_CLIENT_PROTOCOL_VERSION: 4;
/** Lowest lightweight probe protocol version accepted by the gateway. */
export declare const MIN_PROBE_PROTOCOL_VERSION: 4;