deploy
This commit is contained in:
4
a2a.yaml
4
a2a.yaml
@@ -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
|
||||||
|
|||||||
2
agent.py
2
agent.py
@@ -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"),
|
||||||
|
|||||||
Reference in New Issue
Block a user