📋 Configuration Status
Azure OpenAI (LLM)
Endpoint:
❌ Not Configured
API Key:
❌ Not Configured
Deployment:
gpt-4o
API Version:
2024-02-01
⚠️ Warning: Azure OpenAI is not configured. Local agent functionality will be unavailable. Set LLM_ENDPOINT and LLM_KEY environment variables.
Embedding Service
Provider:
azure
Base URL:
❌ Not Configured
Model:
text-embedding-ada-002
API Key:
❌ Not Configured
Database
Host:
localhost
Port:
5432
Username:
postgres
Password:
❌ Not Configured
Platform DB:
art-context
Agent Configuration
Agent ID:
agent1
Agent Name:
Assistant
Description:
AI Assistant
Workflow Configuration
Nodes:
❌ Not Configured
Edges:
❌ Not Configured
Agents:
❌ Not Configured
Orchestrator Settings
Max Concurrent Workflows:
10
Default Timeout:
300s
Checkpoints:
✅ Enabled
🔧 Required Environment Variables
To configure missing settings, set these environment variables:
Azure OpenAI (Required for local agents)
LLM_ENDPOINT
LLM_KEY
LLM_DEPLOYMENT_NAME
LLM_VERSION
Embedding Service (Optional)
EMBED_BASE_URL
EMBED_API_KEY
EMBED_MODEL
Database (Optional)
DB_HOST or PG_HOST
DB_PORT or PG_PORT
DB_USERNAME or PG_USER
DB_PASSWORD or PG_PASSWORD
Workflow Configuration (Required for orchestration)
WORKFLOW_NODES
WORKFLOW_EDGES
AGENT_LIST