Skip to content

Commit c3e3685

Browse files
committed
update
1 parent 38e24e7 commit c3e3685

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@
191191
{
192192
"group": "Additional resources",
193193
"pages": [
194-
"langsmith/langsmith-cli",
195194
"langsmith/polly",
195+
"langsmith/langsmith-cli",
196196
"langsmith/skills",
197197
{
198198
"group": "Data management",

src/langsmith/skills.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export LANGSMITH_PROJECT=<default-project>
8282
- Datasets: Turn traces into evaluation datasets (final_response, single_step, trajectory, RAG) and optionally upload to LangSmith.
8383
- Evaluators: Define code or LLM‑as‑judge evaluators and attach them to datasets (offline) or projects (online).
8484

85-
Each skill directory ships with a `SKILL.md` plus optional `scripts/` helpers you can run or adapt. These skills are designed to plug into compatible coding agents (such as Claude Code or DeepAgents CLI), though you can also reuse the helper scripts directly if you prefer not to wire up a full agent.
85+
Each skill directory ships with a `SKILL.md` plus optional `scripts/` helpers you can run or adapt. These skills are designed to plug into compatible coding agents (such as Claude Code or DeepAgents CLI), though you can also reuse the helper scripts directly if you prefer not to wire up a full agent. For heavier querying, exports, or automation, you can pair these skills with the [LangSmith CLI](/langsmith/langsmith-cli) to script against the same projects, datasets, and evaluators from your terminal.
8686

8787
## Manual install
8888

0 commit comments

Comments
 (0)