# ─── Self-registration (see docs/registration.md) ─────────────────────── # Leave REGISTRY_URL blank to skip registration during local dev. REGISTRY_URL= AGENT_SELF_URL=http://localhost:8000 # ─── Server ───────────────────────────────────────────────────────────── LOG_LEVEL=INFO PORT=8000 # ─── Azure OpenAI (if your agent calls an LLM) ────────────────────────── AZURE_OPENAI_ENDPOINT= AZURE_OPENAI_API_KEY= AZURE_OPENAI_DEPLOYMENT=gpt-4o AZURE_OPENAI_API_VERSION=2024-08-01-preview