feat: add privacy-aware security manager onboarding
This commit is contained in:
@@ -15,6 +15,12 @@ TERMINAL_ACTION_RATE_LIMIT_WINDOW_MS=60000
|
||||
TERMINAL_ACTION_RATE_LIMIT_MAX=10
|
||||
BRIEF_VERBOSITY=standard
|
||||
|
||||
# Security Manager profile
|
||||
# Required for onboarding. Generate a unique random value of at least 32 characters.
|
||||
# The profile is AES-256-GCM encrypted in the persistent runs volume.
|
||||
SECURITY_ONBOARDING_ENABLED=true
|
||||
SECURITY_PROFILE_ENCRYPTION_KEY=
|
||||
|
||||
# LLM layer
|
||||
# Providers: litellm | openrouter | openai-compatible | lmstudio | ollama | openai | anthropic | gemini | mistral | minimax | grok | codex
|
||||
LLM_PROVIDER=openrouter
|
||||
|
||||
Reference in New Issue
Block a user