Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 961 Bytes

File metadata and controls

34 lines (22 loc) · 961 Bytes

LangGraph Agent Example (Single Agent)

This example demonstrates how to use LaunchDarkly's AI Config with LangGraph to create a single ReAct agent with tool support.

Prerequisites

  • Python 3.10 or higher
  • Poetry installed
  • A LaunchDarkly account and SDK key
  • API keys for the providers you want to use

Setup

  1. Create the following config in your LaunchDarkly project. You can use a different key by setting the environment variable in your .env.

  2. Copy .env.example to .env and fill in your keys (only the provider keys for providers you actually use are required):

    cp .env.example .env
  3. Install the required dependencies:

    poetry install

Run

poetry run agent