diff --git a/agent.py b/agent.py index a66deb7..8daa28d 100644 --- a/agent.py +++ b/agent.py @@ -408,7 +408,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.1" + version = "0.1.0" config_model = CustomerIntegrationEngineerConfig auth_model = NoAuth