singnet / ai-dsl

Artificial Intelligence Domain Specific Language (AI-DSL) to enable autonomous interoperability between AI services.
MIT License
68 stars 18 forks source link

Add composition checking experiment based on protobuf specification #95

Closed ngeiswei closed 1 year ago

ngeiswei commented 1 year ago

Conclusion: mypy is able to type check compositions with a little bit of help (type annotation of the composition + compiling protobuf with type annotation support).