UNPKG

arg-services

Version:

Protobuf and gRPC definitions for microservice-based argumentation machines

15 lines (9 loc) 658 B
# Argumentation Microservices This project contains Protobuf definitions for building complex argumentation machines. The idea is to facilitate a microservice-oriented architecture where individual parts can be swapped out easily. Along with the Protobuf files, the project also contains code for generating libraries for multiple programming languages that are released as packages in their respective registries: - [Python](https://pypi.org/project/arg-services/) - [TypeScript](https://www.npmjs.com/package/arg-services) Documentation can be found at the [Buf Schema Registry](https://buf.build/recap/arg-services). ## Build Locally `npm run build`