From f84359a7146739d43aca78dc1e65d3fdbe3b3fdb Mon Sep 17 00:00:00 2001 From: a2a-platform Date: Thu, 4 Jun 2026 01:05:38 +0000 Subject: [PATCH] deploy --- a2a.yaml | 4 +--- agent.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/a2a.yaml b/a2a.yaml index 99e6ed6..7bb9658 100644 --- a/a2a.yaml +++ b/a2a.yaml @@ -1,9 +1,7 @@ name: openpannel version: 1.0.0 entrypoint: agent:Openpannel -description: OpenPanel analytics agent for the A2A Cloud OpenPanel deployment. Includes - manage/admin operations and project analytics operations from the OpenPanel OpenAPI - specs. +description: Composite OpenAPI agent generated from 2 OpenAPI specs. runtime: resources: cpu: 200m diff --git a/agent.py b/agent.py index 76b3ba7..61f0a58 100644 --- a/agent.py +++ b/agent.py @@ -44,7 +44,7 @@ class OperationInput(BaseModel): class Openpannel(A2AAgent): name = "openpannel" - description = "OpenPanel analytics agent for the A2A Cloud OpenPanel deployment. Includes manage/admin operations and project analytics operations from the OpenPanel OpenAPI specs." + description = "Composite OpenAPI agent generated from 2 OpenAPI specs." version = "1.0.0" consumer_setup = ConsumerSetup.from_fields( ConsumerSetupField.config("OPENAPI_BASE_URL", label="API base URL", description="Override the default API server (https://analytics.a2acloud.io/api).", required=False, input_type="url"),