Skip to content

Latest commit

 

History

History
 
 

README.md

LangGraph example

An example LangGraph agent that helps with currency conversion.

Getting started

  1. Create an environment file with your API key:

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

    uv run .
  3. Run the test client

    uv run test_client.py