> ## Documentation Index
> Fetch the complete documentation index at: https://braintrust.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# TypeScript SDK: related packages

> Adjacent npm packages that work alongside the Braintrust TypeScript SDK.

## Autoevals

Pre-built scoring functions for evaluating LLM outputs, including factuality, similarity, and answer relevance scorers. Use it alongside the main SDK to score evaluations without writing your own scorers from scratch.

[API reference](/docs/sdks/typescript/related/autoevals) · npm: [`autoevals`](https://www.npmjs.com/package/autoevals)

## LangChain

Braintrust's LangChain.js integration. **Deprecated** as of v0.2.5. Use [auto-instrumentation](/docs/integrations/sdk-integrations/langchain#auto-instrumentation-typescript), or import `BraintrustLangChainCallbackHandler` from `braintrust` and attach it to each call yourself. See the [LangChain integration guide](/docs/integrations/sdk-integrations/langchain) for setup examples.

[API reference](/docs/sdks/typescript/related/langchain) · npm: [`@braintrust/langchain-js`](https://www.npmjs.com/package/@braintrust/langchain-js)

## OpenAI Agents

<Warning>
  `@braintrust/openai-agents` is deprecated and will no longer receive releases. Use the `braintrust` package instead: prefer auto-instrumentation with Braintrust's import hook (`node --import braintrust/hook.mjs`), or import `OpenAIAgentsTraceProcessor` from `braintrust/instrumentation` for manual setup. See the [OpenAI Agents SDK](/docs/integrations/agent-frameworks/openai-agents-sdk) integration guide for setup examples.
</Warning>

Braintrust's integration for the OpenAI Agents.js framework. Traces agent runs, tool calls, and handoffs, with no manual instrumentation required.

[API reference](/docs/sdks/typescript/related/openai-agents) · npm: [`@braintrust/openai-agents`](https://www.npmjs.com/package/@braintrust/openai-agents)

## OpenTelemetry

Braintrust's OpenTelemetry JS integration. Exports OTel-compatible traces from your application to Braintrust, useful when your app is already instrumented with OpenTelemetry.

[API reference](/docs/sdks/typescript/related/otel) · npm: [`@braintrust/otel`](https://www.npmjs.com/package/@braintrust/otel)
