UNPKG

langsmith

Version:

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

7 lines (6 loc) 434 B
export { Client, type ClientConfig, type LangSmithTracingClientInterface, } from "./client.js"; export type { Dataset, Example, TracerSession, Run, Feedback, RetrieverOutput, } from "./schemas.js"; export { RunTree, type RunTreeConfig } from "./run_trees.js"; export { overrideFetchImplementation } from "./singletons/fetch.js"; export { getDefaultProjectName } from "./utils/project.js"; export declare const __version__ = "0.3.33";