plow-technologies / inferno

A statically-typed functional scripting language
MIT License
4 stars 1 forks source link

Add `inferno-ml-server-types` package #102

Closed ngua closed 9 months ago

ngua commented 9 months ago

Adds the inferno-ml-server-types package containing the API for a server that can evaluate Inferno scripts using ML primitives. There is no actual implementation of inferno-ml-server here

This and the whole Inferno ML infrastructure is still a WIP. However, a WIP implementation will need to be merged here in order to merge some WIPs in other repos. The following at least are not yet complete:

I've also made a few changes to inferno-ml, which are listed in the changelog

ngua commented 9 months ago

Thanks @siddharth-krishna, I will address some of the comments/ideas as I keep working on this