Use this code to get started with a base scaffold of a langchain agent with a test UI in Flask.
You can build and deploy the agent to AppEngine using the included cloudbuild.yaml file. Run the following command with gcloud
installed and setup:
gcloud builds submit
Customize the agent by changing the Python code in the app/lib folder.