Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 513 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 513 Bytes

BaseMind.AI Gateway Proto

The proto file(s) in this repository are used to generate clients to communicate with the BaseMind.AI Gateway service.

Usage

Its best to use this repository as a git submodule:

git submodule add https://github.com/basemind-ai/gateway-proto proto/gateway

The above command will add the repository as a git submodule and clone its contents into the subfolder proto/gateway.

Pre-Commit

This repository uses pre-commit for validation.