UNPKG

langsmith

Version:

Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.

7 lines (6 loc) 281 B
export { Client, } from "./client.js"; export { RunTree } from "./run_trees.js"; export { overrideFetchImplementation } from "./singletons/fetch.js"; export { getDefaultProjectName } from "./utils/project.js"; // Update using yarn bump-version export const __version__ = "0.3.33";