LangSmith plugin for Harbor jobs.
Project Links
Meta
Author: Alex Shaw
Requires Python: >=3.12
Classifiers
harbor-langsmith
LangSmith plugin for Harbor jobs.
pip install "harbor[langsmith]"
export LANGSMITH_API_KEY=...
harbor run ... --plugin langsmith
You can also pass the full import path:
harbor run ... --plugin harbor_langsmith:LangSmithPlugin
Optional environment variables:
HARBOR_LANGSMITH_DATASETHARBOR_LANGSMITH_EXPERIMENT— create or reuse a named shared experiment session; the name is used verbatim, linked to the synced dataset at creation, and is not closed by individual Harbor jobsHARBOR_LANGSMITH_EXPERIMENT_ID— reuse an existing experiment session instead of creating a Harbor-job-specific sessionLANGSMITH_ENDPOINTLANGSMITH_WORKSPACE_IDHARBOR_LANGSMITH_SYNC_DATASET=falseHARBOR_LANGSMITH_FAIL_FAST=true
Plugin kwargs (CLI --pk or job config kwargs:) mirror the constructor options:
dataset_name, experiment_name, experiment_id, endpoint, api_key,
workspace_id, sync_dataset, and fail_fast.
0.3.0
Jul 17, 2026
0.2.0
Jul 03, 2026
0.1.4
Jun 27, 2026
0.1.3
Jun 19, 2026
0.1.2
Jun 11, 2026
0.1.1
Jun 02, 2026
0.1.0
May 30, 2026