a2a-source-edit: write agent.py
This commit is contained in:
7
agent.py
7
agent.py
@@ -397,6 +397,13 @@ class CustomerIntegrationEngineerConfig(StrictModel):
|
|||||||
default_dry_run: bool = True
|
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]):
|
class CustomerIntegrationEngineer(A2AAgent[CustomerIntegrationEngineerConfig, NoAuth]):
|
||||||
name = "customer-integration-engineer"
|
name = "customer-integration-engineer"
|
||||||
description = (
|
description = (
|
||||||
|
|||||||
Reference in New Issue
Block a user