Skip to main content
Fallom integrates with LangChain to trace all your chain and agent LLM calls automatically using the callback handler pattern.
Get your API key from the dashboard.

Installation

Quick Start

How It Works

Fallom uses LangChain’s callback system to automatically capture: All events are linked together with parent-child relationships, giving you a complete trace of your LangChain application.

Alternative: Direct Handler Creation

You can also create the callback handler directly without a session:

Model A/B Testing with LangChain

Test different models in your LangChain applications:

LangChain Agents with Fallom

Trace your LangChain agents including all tool calls:

RAG Applications

Trace retrieval-augmented generation pipelines:

Prompt Management with LangChain

Use Fallom’s managed prompts with LangChain:

Streaming Support

The callback handler works with streaming responses:

Best Practices

Create a new callback handler for each user conversation or request to properly group traces:
For complete tracing, pass the handler to all LangChain components:
Use metadata and tags to organize traces in the dashboard:

Next Steps

Model A/B Testing

Learn more about running model experiments.

Prompt Management

Manage and A/B test your prompts.

Tracing Guide

Deep dive into tracing concepts.

View Dashboard

See your LangChain traces and analytics.