This commit is contained in:
@@ -14,3 +14,13 @@ CLOUD_API_PORT=8001
|
||||
# undecryptable):
|
||||
# python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"
|
||||
CLOUD_LLM_PROVIDER_ENCRYPTION_KEY=change-me-generate-a-fernet-key
|
||||
|
||||
# Cloud-proxy planner budget reservations. These apply only to Hosts reporting
|
||||
# AI_PLANNER_TRANSPORT=cloud.
|
||||
CLOUD_PLANNER_TOKEN_RESERVATION_CEILING=4096
|
||||
CLOUD_PLANNER_TOKEN_RESERVATION_TTL_SECONDS=300
|
||||
|
||||
# Successful Cloud-proxy planner decisions with task context retain prompt and
|
||||
# tool-call history until their terminal task exceeds this retention window.
|
||||
CLOUD_PLANNER_DECISION_LOG_PRUNE_INTERVAL_SECONDS=3600
|
||||
CLOUD_PLANNER_DECISION_LOG_RETENTION_DAYS=7
|
||||
|
||||
Reference in New Issue
Block a user