/langsmith-sdk

LangSmith Client SDK Implementations

Primary LanguagePythonMIT LicenseMIT

LangSmith Client SDKs

This repository contains BaseTracer schemas used in LangChain as well as the Python and Javascript clients for interacting with the LangSmith platform.

LangSmith helps you and your team debug, evaluate, and monitor your language models and intelligent agents. It works with any LLM Application, including a native integration with the LangChain Python and LangChain JS open source libraries.

LangSmith is developed and maintained by LangChain, the company behind the LangChain framework.

⚠️ The SDK and LangSmith platform is still in early beta and continuously evolving!

Quick Start

To get started with the Python SDK, install the package, then follow the instructions in the Python README.

pip install langsmith

To get started with the JavaScript / TypeScript SDK, install the package, then follow the instructions in the JS README.

yarn add langsmith

Cookbook

For tutorials on how to get more value out of LangSmith, check out the Langsmith Cookbook repo.

Documentation

To learn more about the LangSmith platform, check out the docs