fix(cloud): align planner configuration and records
Tests / Test passed: 856

This commit is contained in:
2026-07-15 09:43:14 +08:00
parent f8054cb58c
commit 778af2da53
20 changed files with 368 additions and 52 deletions
+10
View File
@@ -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