or run

tessl search
Log in

Version

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
pypipkg:pypi/langsmith@0.6.x

docs

advanced

caching.mdprompts.mdqueues.mdutilities.md
index.md
tile.json

tessl/pypi-langsmith

tessl install tessl/pypi-langsmith@0.6.1

Python SDK for LangSmith Observability and Evaluation Platform

prompts.mddocs/advanced/

Prompt Management

Version and share prompts using LangSmith.

Push and Pull Prompts

See Client API for detailed prompt operations including:

  • push_prompt() - Push a prompt to the hub
  • pull_prompt() - Pull a prompt from the hub
  • list_prompts() - List available prompts
  • get_prompt() - Get a specific prompt

Listing Prompts

List and search for prompts in the hub.

Commit Management

Manage prompt versions and commits using the LangSmith API. See Client API for detailed operations.