Assuming you have already installed LangGraph Studio, to set up:
- Create a
.env
file.
cp .env.example .env
- Define required API keys in your
.env
file.
The primary search tool used is Tavily. Create an API key here. You can find models on the GitHub Marketplace .
The defaults values for model
are shown below:
model: gpt-4o-mini
langgraph up