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