You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
300 B
Bash
12 lines
300 B
Bash
GOOGLE_CLIENT_SECRETS_FILE=credentials.json
|
|
GOOGLE_TOKEN_FILE=token.json
|
|
AGENT_API_KEY=change-me
|
|
LLM_API_KEY=
|
|
LLM_MODEL=gpt-4.1-mini
|
|
LLM_BASE_URL=
|
|
LLM_TIMEOUT_SECONDS=20
|
|
LLM_FALLBACK_TO_RULES=false
|
|
GMAIL_SCAN_INTERVAL_MINUTES=5
|
|
GMAIL_QUERY=in:inbox -label:AgentProcessed newer_than:7d
|
|
LOG_LEVEL=INFO
|