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