Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

LangGraph example

An example LangGraph agent that helps with currency conversion.

Getting started

  1. Extract the zip file and cd to examples folder

  2. Create an environment file with your API key:

    echo "GOOGLE_API_KEY=your_api_key_here" > .env
  3. Start the server

    uv run main.py
  4. Run the test client

    uv run test_client.py