Skip to main content
This guide outlines how to build a tool calling agent using Langchain + LLMstudio.

1. Set up your tools

Start by defining the tools your agent is going to have access to.

2. Setup your .env

Create a .env file on the root of your project with the the credentials for the providers you want to use.

3. Set up your model using LLMstudio

Use LLMstudio to choose the provider and model you want to use.

4. Build the agent

Set up your agent and agent executor using Langchain.