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
pub mod run;
pub mod messages;
pub mod metrics;

pub use run::{Run, RunType, RunUpdate};
pub use messages::{AIMessage, HumanMessage, Message, SystemMessage, ToolCall, ToolMessage};