← Back to hub

Observability — LangSmith

Status CoveredUpdated 1 Jul 2026

In one line

See every step an agent takes: traces, evals, and cost.

Tracing

Turns on with two env vars. No code change.

LANGSMITH_TRACING=true
LANGSMITH_API_KEY=your-key

Evals (tests for agents)

Plugs into pytest, Vitest, GitHub Actions. Framework-agnostic. Alternatives: Langfuse, Arize.

New in June 2026

Source: June 2026 newsletter.

Links

My notes

Add your own findings here as you learn.