a2a-source-edit: write agent.py

This commit is contained in:
a2a-cloud
2026-07-13 11:05:50 +00:00
parent d3ea1d3918
commit bb67ddf9a0

View File

@@ -410,7 +410,7 @@ class RevenueRecoveryAgent(A2AAgent[RevenueRecoveryAgentConfig, NoAuth]):
"policy-compliant recovery actions without charging, contacting customers, " "policy-compliant recovery actions without charging, contacting customers, "
"or mutating external systems. Synthetic adapters are used by default." "or mutating external systems. Synthetic adapters are used by default."
) )
version = "0.1.0" version = "0.1.1"
config_model = RevenueRecoveryAgentConfig config_model = RevenueRecoveryAgentConfig
auth_model = NoAuth auth_model = NoAuth