-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.env.example
More file actions
21 lines (19 loc) 路 1.02 KB
/
Copy path.env.example
File metadata and controls
21 lines (19 loc) 路 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ============================================================================
# Microsoft Agent Framework - Environment Configuration
# ============================================================================
# Copy to .env and fill in your values (Entra ID)
AZURE_AI_PROJECT_ENDPOINT=https://<hub>.services.ai.azure.com/api/projects/<project-name>
AZURE_AI_MODEL_DEPLOYMENT_NAME=gpt-5.6-terra
# Shared research-run inputs (used by Agent Framework and Semantic Kernel)
INVESTMENT_TICKER=MSFT
INVESTMENT_START_DATE=2020-01-01
INVESTMENT_END_DATE=2026-07-01
INVESTMENT_INITIAL_CAPITAL=10000
# Set true only to launch the Agent Framework Dev UI instead of running the workflow.
LAUNCH_DEV_UI=false
# Optional direct Azure OpenAI connection for the Semantic Kernel workflow.
# Without these values, it reuses AZURE_AI_PROJECT_ENDPOINT and the Foundry model above.
# AZURE_OPENAI_ENDPOINT=https://<resource>.openai.azure.com/
# AZURE_OPENAI_CHAT_DEPLOYMENT_NAME=gpt-5.6-terra
# AZURE_OPENAI_API_VERSION=2025-01-01-preview
# AZURE_OPENAI_API_KEY=