a2a-source-edit: write agent.py

This commit is contained in:
a2a-cloud
2026-07-13 11:17:29 +00:00
parent aaf19e5736
commit f9ecf4dc7c

View File

@@ -397,6 +397,13 @@ class CustomerIntegrationEngineerConfig(StrictModel):
default_dry_run: bool = True
_DESIGN_OUTPUT_SCHEMA = DesignIntegrationResult.model_json_schema()
_GENERATE_OUTPUT_SCHEMA = GenerateConnectorResult.model_json_schema()
_VALIDATE_OUTPUT_SCHEMA = ValidateContractResult.model_json_schema()
_ACCEPTANCE_OUTPUT_SCHEMA = RunAcceptanceResult.model_json_schema()
_HANDOFF_OUTPUT_SCHEMA = PrepareHandoffResult.model_json_schema()
class CustomerIntegrationEngineer(A2AAgent[CustomerIntegrationEngineerConfig, NoAuth]):
name = "customer-integration-engineer"
description = (