From a2c88b7e7e9cca48c78323495ce1caf1416ef229 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 13 Jul 2026 00:43:15 +0000 Subject: [PATCH] a2a-source-edit: write agent.py --- agent.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/agent.py b/agent.py index 6746127..6640c00 100644 --- a/agent.py +++ b/agent.py @@ -20,7 +20,6 @@ from pydantic import BaseModel, Field import a2a_pack as a2a from a2a_pack import ( A2AAgent, - AgentPlatformResources, ConsumerSetup, ConsumerSetupField, EgressPolicy, @@ -99,7 +98,6 @@ class ReceivesSupportEmailChecks1919313(A2AAgent[ReceivesSupportEmailChecks19193 input_type="url", ), ) - platform_resources = AgentPlatformResources(mailbox=True) resources = Resources(cpu="500m", memory="512Mi", max_runtime_seconds=300) workspace_access = WorkspaceAccess.dynamic( max_files=8,