From c5515a73b886ed0ea26c3955df6cd770496ecd60 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Sun, 19 Jul 2026 20:01:49 +0000 Subject: [PATCH] a2a-source-edit: write agent.py --- agent.py | 5 +++++ 1 file changed, 5 insertions(+) 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,