feat: add dynamic autonomous DAVE presence
This commit is contained in:
10
.env.example
10
.env.example
@@ -21,6 +21,16 @@ BRIEF_VERBOSITY=standard
|
||||
SECURITY_ONBOARDING_ENABLED=true
|
||||
SECURITY_PROFILE_ENCRYPTION_KEY=
|
||||
|
||||
# DAVE dynamic presence (opt-in)
|
||||
DAVE_PRESENCE_ENABLED=false
|
||||
DAVE_PRESENCE_MAX_MESSAGES_PER_DAY=4
|
||||
DAVE_PRESENCE_MIN_GAP_MINUTES=75
|
||||
DAVE_PRESENCE_MIN_INTERVAL_MINUTES=45
|
||||
DAVE_PRESENCE_MAX_INTERVAL_MINUTES=180
|
||||
DAVE_PRESENCE_IDLE_AFTER_MINUTES=60
|
||||
DAVE_PRESENCE_CHECK_INTERVAL_MINUTES=5
|
||||
DAVE_PRESENCE_TIMEZONE=Europe/Berlin
|
||||
|
||||
# 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