LangChain Agent Starter How to Run Create a virtual environment: pipenv --python 3.11 pipenv shell Install dependencies: pip install -r requirements.txt Add your Notion credentials to .env Run the script: python main.py