LangGraph example An example LangGraph agent that helps with currency conversion. Getting started Create an environment file with your API key: echo "GOOGLE_API_KEY=your_api_key_here" > .env Start the server uv run . Run the test client uv run test_client.py