An example LangGraph agent that helps with currency conversion.
-
Extract the zip file and cd to examples folder
-
Create an environment file with your API key:
echo "GOOGLE_API_KEY=your_api_key_here" > .env
-
Start the server
uv run main.py
-
Run the test client
uv run test_client.py