Setup#

Install Flowkit

Clone the Flowkit repository and navigate to the directory:

git clone https://github.com/your-org/aali-flowkit.git
cd aali-flowkit

You can now build the Go binary:

go build -o flowkit main.go
Run the Server

Start the GRPC server by running the built binary:

./flowkit

The server will listen on port 50051 by default.

Agent Connection

Once running, Flowkit accepts GRPC requests from the AALI Agent or any other GRPC client.

  • Requests should specify the function name and input parameters

  • The response will contain the result or a stream of messages