refactor: remove unused local agent workspace logic and simplify provisioning

This commit is contained in:
Abhimanyu Saharan
2026-02-10 19:20:50 +05:30
parent ac3b4db89f
commit 6bc38f4997
3 changed files with 15 additions and 49 deletions

View File

@@ -35,13 +35,6 @@ class Settings(BaseSettings):
cors_origins: str = ""
base_url: str = ""
# Optional: local directory where the backend is allowed to write "preserved" agent
# workspace files (e.g. USER.md/SELF.md/MEMORY.md). If empty, local
# writes are disabled and provisioning relies on the gateway API.
#
# Security note: do NOT point this at arbitrary system paths in production.
local_agent_workspace_root: str = ""
# Database lifecycle
db_auto_migrate: bool = False