From bb67ddf9a0bc6a07083aac8117cc510bf88bea28 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 13 Jul 2026 11:05:50 +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 10f4084..02d72a2 100644 --- a/agent.py +++ b/agent.py @@ -410,7 +410,7 @@ class RevenueRecoveryAgent(A2AAgent[RevenueRecoveryAgentConfig, NoAuth]): "policy-compliant recovery actions without charging, contacting customers, " "or mutating external systems. Synthetic adapters are used by default." ) - version = "0.1.0" + version = "0.1.1" config_model = RevenueRecoveryAgentConfig auth_model = NoAuth