langsmith-rust 0.1.1

Rust crate for manual tracing to LangSmith, providing similar ergonomics to the Python and TypeScript SDKs
Documentation
1
2
3
4
5
6
7
8
pub mod observer;
pub mod observable;
pub mod node_wrapper;

pub use observer::{Observer, LangSmithObserver};
pub use observable::Observable;
pub use node_wrapper::ObservableNodeWrapper;