From b952857ffd3ce0578a530b439a30284bd48b1730 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Sat, 18 Jul 2026 08:11:49 +0000 Subject: [PATCH] a2a-source-edit: write agent.py --- agent.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/agent.py b/agent.py index eaed377..0022926 100644 --- a/agent.py +++ b/agent.py @@ -115,6 +115,12 @@ class ContractClockStudioV1(A2AAgent[ContractClockStudioV1Config, PlatformUserAu notes="Deterministic deadline extraction; no LLM usage.", ) resources = Resources(cpu="500m", memory="512Mi", max_runtime_seconds=120) + workspace_access = WorkspaceAccess.dynamic( + max_files=1, + allowed_modes=(WorkspaceMode.READ_ONLY,), + require_reason=False, + max_total_size_bytes=MAX_BROWSER_UPLOAD_BYTES, + ) state = State.DURABLE tools_used = ("managed-postgres", "mcp", "packed-frontend") platform_resources = AgentPlatformResources(