🤖 Agent Environment Status

EY AI ART LangGraph Low-Code Agent

Some required environment variables are missing.
0/7
Required Variables
16/20
Optional Variables

Required Environment Variables

Status Variable Name Description
✗ AGENT_ID Unique identifier for the agent
✗ LLM_ENDPOINT LLM API endpoint URL
✗ LLM_KEY API key for LLM authentication
✗ PGHOST PostgreSQL host address
✗ PGPORT PostgreSQL port number
✗ POSTGRES_USER PostgreSQL username
✗ POSTGRES_PASSWORD PostgreSQL password

Optional Environment Variables

Status Variable Name Description Current Value
✓ AGENT_NAME Display name for the agent LangGraph Agent
✓ AGENT_DESCRIPTION Description of agent capabilities A LangGraph-based AI assistant.
✓ AGENT_URL Public URL where agent is accessible langraph-agent-python-rk-dev-yzahv.ws-cd-2411-r...
✗ AGENT_ICON_URL URL to agent icon image Not set
✗ AGENT_DOCUMENTATION_URL URL to agent documentation Not set
✓ AGENT_PROVIDER_ORG Organization providing the agent EY
✓ AGENT_PROVIDER_URL URL of the provider organization https://www.ey.com
✓ LLM_PROVIDER LLM provider (e.g., azure_openai, openai) azure_openai
✓ LLM_MODEL LLM model name gpt-4o
✓ LLM_API_VERSION API version for LLM 2025-01-01-preview
✗ LLM_SYSTEM_PROMPT System prompt for LLM Not set
✓ LLM_TEMPERATURE Temperature setting for LLM responses 0.0
✓ LLM_MAX_TOKENS Maximum tokens for LLM responses 1000
✓ EMBED_PROVIDER Embedding provider azure_openai
✓ EMBED_MODEL Embedding model name text-embedding-ada-002
✓ EMBED_API_VERSION API version for embeddings 2023-05-15
✗ Platform_DB Platform database name Not set
✓ CONTEXTS JSON array of context names []
✓ LOG_LEVEL Logging level (INFO, DEBUG, etc.) INFO
✓ TOOL_SERVERS JSON array of MCP tool server URLs []