guardrails-demo-agent / .env.example
Ken Huang
Initial deployment: Security-Aware AI Agent Demo
e856398
raw
history blame contribute delete
354 Bytes
# Anthropic API Configuration
# Get your API key from: https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY=your_api_key_here
# LlamaIndex Enhancement Flags (true/false)
USE_LLAMAINDEX_ACTION_EXTRACTION=true
USE_AUDIT_RAG=true
USE_POLICY_RAG=true
USE_AGENT_MEMORY=true
# Optional: Override default model
# MODEL_NAME=claude-3-5-haiku-20241022