This repository contains all available languages SDKs and Runners for the KAI.
Component | Coverage | Bugs | Maintainability Rating | Go report |
---|---|---|---|---|
GO SDK | - | - | ||
Py SDK | - | - |
All components receive and send a KaiNatsMessage
protobuf.
To generate the protobuf code, the protoc
compiler must be installed.
wget https://github.com/protocolbuffers/protobuf/releases/download/v23.4/protoc-23.4-linux-x86_64.zip
unzip -o protoc-23.4-linux-x86_64.zip -d /usr/local bin/protoc
unzip -o protoc-23.4-linux-x86_64.zip -d /usr/local 'include/*'
make protos