Amit Arora 292462b94c Add SRE Agent use case implementation
- Copy SRE Agent codebase to 02-use-cases/04-SRE-agent
- Update LICENSE link to reference main repository LICENSE
- Configure .gitignore to exclude wheel files from version control
2025-07-14 22:46:32 +00:00

18 lines
518 B
Plaintext

# SRE Agent Environment Variables
# Copy this file to .env and fill in your actual values
# 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
# Optional: AWS credentials if using AWS Bedrock
# AWS_PROFILE=your_aws_profile_name
# AWS_DEFAULT_REGION=us-east-1
# Optional: Debug settings
# DEBUG=true
# LOG_LEVEL=INFO