This project is a prototype implementation of a LangGraph agent within a FastAPI server, complete with a minimalist conversational web UI.
To install the required dependencies, use uv:
uv pip sync requirements.txt-
Google API Key: Add your Gemini API key to your environment variables.
export GOOGLE_API_KEY="..."
-
LumApps Bearer Token: Add your LumApps bearer token to your environment variables.
export LUMAPPS_TOKEN="..."
To start the FastAPI server, run the following command:
uvicorn server:app --reloadThe conversational web UI is available at: