Files
2025-07-03 16:54:00 -07:00

1.5 KiB

LangChain Logo

MIT License

Cookbooks

A curated collection of code snippets, notebooks, and best practices for building powerful, context-rich applications with LangGraph and LangSmith.

Table of Contents

Repository Structure

  • langgraph/: Contains modules and examples related to LangGraph, including:

    • architectures/: Architectural patterns and examples.
    • human-in-the-loop/: Examples involving human interaction.
    • persistence/: Persistence and data storage patterns.
    • streaming/: Streaming data and real-time processing examples.
  • langsmith/: Contains modules and examples related to LangSmith, including:

    • evaluation/: Evaluation techniques and examples.
    • observability/: Observability and tracing examples, including:
      • tracing/otel/: OpenTelemetry tracing examples.
    • prompt-engineering/: Prompt engineering patterns and examples.

Purpose

This repository serves as a comprehensive guide for developers looking to implement advanced features and design patterns using LangGraph and LangSmith. It aims to provide practical examples and best practices to facilitate the development of robust applications.