From 522609085beaf4573e0bf319589f4ae227ca15ab Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 13 Jul 2026 12:03:21 +0000 Subject: [PATCH] a2a-source-edit: write agent.py --- agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent.py b/agent.py index c20b655..17a07c0 100644 --- a/agent.py +++ b/agent.py @@ -410,7 +410,7 @@ class CustomerIntegrationEngineer(A2AAgent[CustomerIntegrationEngineerConfig, No "Guides and validates customer integrations from requirements through a tested handoff while " "keeping credentials and production changes under customer control." ) - version = "0.1.4" + version = "0.1.5" config_model = CustomerIntegrationEngineerConfig auth_model = NoAuth