This commit is contained in:
a2a-platform
2026-06-04 01:05:38 +00:00
parent 4e6a34df7b
commit f84359a714
2 changed files with 2 additions and 4 deletions

View File

@@ -1,9 +1,7 @@
name: openpannel name: openpannel
version: 1.0.0 version: 1.0.0
entrypoint: agent:Openpannel entrypoint: agent:Openpannel
description: OpenPanel analytics agent for the A2A Cloud OpenPanel deployment. Includes description: Composite OpenAPI agent generated from 2 OpenAPI specs.
manage/admin operations and project analytics operations from the OpenPanel OpenAPI
specs.
runtime: runtime:
resources: resources:
cpu: 200m cpu: 200m

View File

@@ -44,7 +44,7 @@ class OperationInput(BaseModel):
class Openpannel(A2AAgent): class Openpannel(A2AAgent):
name = "openpannel" 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" version = "1.0.0"
consumer_setup = ConsumerSetup.from_fields( 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"), 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"),