Skip to main content

Overview

LangGraph enables you to build complex, stateful agents that can use Observee’s MCP tools. This integration combines LangGraph’s powerful graph-based agent architecture with Observee’s tool ecosystem.

Prerequisites

Before getting started, ensure you have:
  • Python 3.10 or later installed
  • Required packages installed:
  • Your Observee client ID for identifying your customer
  • Your Observee API key for authentication
  • OpenAI API key or other LLM provider credentials

Example: Building a Stateful Agent with Observee Tools

This example demonstrates how to create a LangGraph agent that maintains state across interactions while using Observee tools:

Learn More