Link is the bridge between the YAFAI-Core and clients, enabling communication. At its core, this ia gRPC service with reflection enabled, allowing clients to discover available services and methods dynamically.
Proto file schema
Usage
To use the Link service, you can generate client code using theprotoc
compiler with the appropriate plugins for your programming language. For example, in Python, you can use: