integrationos
integrationos copied to clipboard
Are there plans for a rust client library?
The docs show python, I'm building my product backend in rust so it would be great to integrate pica that way, especially since it's built in rust.
That is not out of the question. What library do you use to manage your LLMs right now?
@moekatib
Thanks for the reply. I'm using tensorzero as an inference gateway, and still experimenting between rig and swiftide (leaning swiftide) for building agents, agents managed by an orchestrator/job scheduler.
I'm manually making external api integrations but pica looks great for this so I can have less external package reliance.