Agents Setup
Deploy and configure your agents for Open Agent Platform
The first step in setting up Open Agent Platform is to deploy and configure your agents. To help with this, we’re releasing two pre-built agents, customized specifically for Open Agent Platform:
Deploying Agents
To use these agents in your instance, you should:
- Clone the repositories
- Follow the instructions in the READMEs
- Deploy the agents to LangGraph Platform
Configuration
Once deployed, you can connect them to your instance of Open Agent Platform by setting the configuration environment variables. The configuration object is as follows:
Finding Project & Tenant IDs
To easily find your project & tenant IDs, you can make a GET request to the /info
endpoint of your deployment URL. Then, copy the project_id
value into id
, and tenant_id
into tenantId
.
Setting Environment Variables
After constructing the JSON objects with these values for each of the deployments you want to include in your Open Agent Platform instance, you should stringify them into a single, flat array, then set them under the NEXT_PUBLIC_DEPLOYMENTS
environment variable inside the apps/web/
directory.
The following is an example of what this variable would look like for a single, local deployment: