-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Javascript Support #46
Comments
Another benefit of JS would be first-class support of js templating languages along with custom helpers instead of the limited, pythonic implementation as included in this library. I also would encourage use of mustache.js instead of handlebars.js. Part of the power of |
Just made a port for the library: https://github.com/LevanKvirkvelia/salute |
I like salute but its not a replacement, salute is using code to represent template control structures. while guidance uses a custom language, which can be easily serialized. I would still like a 1to1 (syntax) port. |
We have no plans to implement a js version, but as soon as we get server support going it should be easy to call guidance from |
@stephenasuncionDEV |
Is your feature request related to a problem? Please describe.
JavaScript support is currently not available.
Describe the solution you'd like
I would like to request JavaScript support.
Describe alternatives you've considered
I have considered using alternative libraries or frameworks to achieve similar functionality in JavaScript like langchainjs and my own version. However, the Guidance library stands out due to its specific features and capabilities.
The text was updated successfully, but these errors were encountered: