an autonomous AI agent
GOOGLE_MAPS_API_KEY = "<google maps api key>"
To install requirements: pip install -r requirements.txt
To run the app: python3 main.py
- POST
/query
with the following body:
{
"address" : "2000 Central Dr Boulder, CO",
"dietaryRestrictions" : "peanut allergy"
}