Skip to main content
First, you’ll need to clone the Agentset repo and install the dependencies.
1

Clone the repo

First, clone the Agentset repo.
Terminal
2

Install dependencies

Run the following command to install the dependencies:
Terminal
3

Set up environment variables

Convert the .env.example file to .env. You can start filling in the first few environment variables:
Terminal
We currently use azure openai models as the default (when users pick the Agentset managed option). If you’d like to change that, update apps/web/src/lib/embeddings.ts and apps/web/src/lib/llm.ts to use a different provider.
You will fill in the remaining environment variables in the following steps.

Next Steps

Once you’ve completed the local setup, proceed to Step 2: Upstash to set up your Redis database and queue management.