-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.supervisor.example
More file actions
27 lines (20 loc) · 1.04 KB
/
.env.supervisor.example
File metadata and controls
27 lines (20 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Supervisor Agent Configuration
# Server Configuration
SUPERVISOR_HOST=0.0.0.0
SUPERVISOR_PORT=9000
# LLM Configuration
SUPERVISOR_MODEL=openai/gpt-4o-mini
# Agent URLs (comma-separated list)
# Format: http://<host>:<port>/<agent_name>
# Example for local agents using same server with agent.yaml (recommended):
SUPERVISOR_AGENT_URLS=http://localhost:8000/ibmcloud_base_agent,http://localhost:8000/ibmcloud_account_admin_agent,http://localhost:8000/ibmcloud_serverless_agent,http://localhost:8000/ibmcloud_guide_agent,http://localhost:8000/ibmcloud_cloud_automation_agent
# Example for agents on different ports:
# SUPERVISOR_AGENT_URLS=http://localhost:8001/ibmcloud_base_agent,http://localhost:8002/ibmcloud_account_admin_agent
# Example for remote agents:
# SUPERVISOR_AGENT_URLS=http://agent1.example.com:8000/base_agent,http://agent2.example.com:8000/serverless_agent
# LLM Proxy Configuration (if using litellm proxy)
LITELLM_PROXY_URL=
LITELLM_PROXY_API_KEY=
LITELLM_PROXY_MODEL=
# OpenAI Configuration (if using OpenAI directly)
OPENAI_API_KEY=