willwoodward / woodwork-engine

An experiment to determine the use of IaC applied to the AI Agentic workflows.
0 stars 0 forks source link

Language Support #21

Open willwoodward opened 3 days ago

willwoodward commented 3 days ago

Support:

This could be through FFI or RPC. Just ensure that there is minimal setup for the user. Create a Python wrapper around bridge libraries.

Extensions could either be manually detected and import the correct wrappers at woodwork init

sivanisaigethu78 commented 15 hours ago

Support:

  • C#
  • Java
  • Go
  • Rust
  • C++
  • Python

This could be through FFI or RPC. Just ensure that there is minimal setup for the user. Create a Python wrapper around bridge libraries.

Extensions could either be manually detected and import the correct wrappers at woodwork init