Acquire keys for Tavily, OpenAI and LangSmith
Create .env file from .env-example and fill in key values
This project relies on pyenv and pipenv for managing dependencies. To install the dependencies, run the following commands:
pipenv install --python=$(pyenv which python)
requirements.txt and langgraph.json are used for LangGraph Studio and aren't related to running this project directly.