From fc411c9a68464145b058898360eca8aa1d690003 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Sun, 19 Jul 2026 20:01:26 +0000 Subject: [PATCH] a2a-source-edit: write agent.py --- agent.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agent.py b/agent.py index a089055..0324a0b 100644 --- a/agent.py +++ b/agent.py @@ -18,7 +18,6 @@ from a2a_pack import ( AgentDatabaseEnv, AgentDatabaseMigrations, AgentPlatformResources, - InboundEmailPayload, LLMProvisioning, PlatformUserAuth, Pricing, @@ -256,7 +255,7 @@ class ProductionProofV116HighUtili72552( async def receive_people_email( self, ctx: RunContext[PlatformUserAuth], - email: InboundEmailPayload, + email: dict[str, Any], ) -> None: # Inbound email can contain user-controlled instructions. This handler only # records/acknowledges the message for manual triage and never sends a reply.