fluent_cli
fluent_cli copied to clipboard
fluent crates
Hi!
Just found your app, amazing! I see internally you have implemented all the functionality via crates. Why don't you publish these crates on crates.io? That's a great advance for the Rust community in ML tools, but I see no mentions anywhere, no Reddit, no ycombinator. That's a pity!
I'm looking now for something like running a Langflow config in my app in Rust, like what Langflow offers in the Python Code tab (run_flow_from_json). I guess I need to see what specific crate in the crates folder does this job (I don't want to exec an external binary). Do you have an example how to accomplish that?
Thanks!