letta 0.1.2

A robust Rust client for the Letta REST API
Documentation
1
2
3
4
5
6
//! Main binary entry point for the Letta CLI.

#[tokio::main]
async fn main() -> miette::Result<()> {
    letta::cli::run().await
}