diff --git a/agent.py b/agent.py index 8fe8b6e..8ee2732 100644 --- a/agent.py +++ b/agent.py @@ -120,6 +120,11 @@ class ProductionProofV116HighUtili72553( state = State.DURABLE state_model = DurableDashboardState resources = Resources(cpu="500m", memory="512Mi", max_runtime_seconds=600) + workspace_access = WorkspaceAccess.dynamic( + max_files=16, + allowed_modes=(WorkspaceMode.READ_WRITE_OVERLAY,), + require_reason=False, + ) pricing = Pricing( price_per_call_usd=0.0, caller_pays_llm=False,