Minimal CLI and library for fetching LangSmith threads and traces. Version 0.3.1, regular releases on PyPI.
pip install langsmith-fetchVerified import paths — ran on the pinned version, not inferred.
Fetch a LangSmith thread by ID using environment variable for API key.
Be consistent with casing and dashes depending on usage.
Use Python 3.10 or newer.
Always provide `api_key` parameter or use `--api-key` flag in CLI.
Access attributes directly instead of dict keys, e.g., `trace.id` instead of `trace['id']`.