ossuminc / riddl

A compiler for the DDD-based design language RIDDL
https://riddl.tech/
Apache License 2.0
19 stars 6 forks source link

Create Pass to Use AI To Generate Behavior Code #608

Open reid-spencer opened 3 months ago

reid-spencer commented 3 months ago

Create a post-validation pass, named "Codify", that uses a configured external AI API (GPT LLM) to translate the statements in On Clauses, Functions, and Sagas into actual code for various popular programming languages. The output of the pass is the same as the input but with the statements changed to code in the form of the triple-backtick blocks implemented in #606

Allow: