# SRE Agent Environment Variables # Copy this file to .env and fill in your actual values # User ID for memory and session tracking USER_ID=Alice # Session ID for conversation grouping (auto-generated if not provided) # SESSION_ID=session-12345 # Anthropic API Key for Claude models ANTHROPIC_API_KEY=your_anthropic_api_key_here # Gateway Access Token (copy from gateway/.access_token) # This token is used to authenticate with the SRE Gateway GATEWAY_ACCESS_TOKEN=your_gateway_access_token_here # LLM Provider Configuration # Options: bedrock, anthropic LLM_PROVIDER=bedrock # Optional: AWS credentials if using Amazon Bedrock # AWS_PROFILE=your_aws_profile_name # AWS_DEFAULT_REGION=us-east-1 # Optional: Debug settings # DEBUG=true # LOG_LEVEL=INFO