18 lines
426 B
Plaintext
18 lines
426 B
Plaintext
# Supervisor MCP server
|
|
SUPERVISOR_PORT=3200
|
|
SUPERVISOR_CONFIG_DIR=./config/supervisor
|
|
SUPERVISOR_MODELS_FILE=./config/models.yaml
|
|
|
|
# LiteLLM gateway (iguana)
|
|
LITELLM_BASE_URL=http://iguana:4000
|
|
LITELLM_API_KEY=your-litellm-master-key
|
|
|
|
# Ingestion server
|
|
INGEST_BASE_URL=http://localhost:3300
|
|
INGEST_PORT=3300
|
|
INGEST_BRAIN_DIR=./brain
|
|
|
|
# Brain directories
|
|
SUPERVISOR_SESSIONS_DIR=./brain/sessions
|
|
SUPERVISOR_BRAIN_DIR=./brain
|