Hacker News new | ask | show | jobs
by pacjam 325 days ago
This is pretty sweet. The Letta SDKs are actually auto-generated off of the REST API spec, which means that adding an (official) SDK for another language is just a matter of having enough demand to justify the spend to generate it. I did see a community-made Rust SDK here: https://github.com/orual/letta-rs
1 comments

Actually the platform RunAgent is framework agnostic. And we can also implement this with golang as well
I'm talking about the Letta part - unless I'm missing something, the RunAgent framework has to communicate with the Letta server over the Letta API (I'm saying that part can be done w/ Python SDKs, TS SDKs, REST APIs, and down the line Rust natively etc).