zivoy / go-inworld

inworld go client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go Inworld.AI client library

unofficial inworld client / sdk written in go

wip

build proto

protoc --go_out=. --go-grpc_out=. -I proto/ proto/* && \
 mv ./github.com/zivoy/go-inworld/internal/protoBuf ./internal && \
 rm -r ./github.com

About

inworld go client

License:MIT License


Languages

Language:Go 100.0%