This commit is contained in:
a2a-platform
2026-06-01 15:53:08 +00:00
parent 4ad5c42397
commit 174ec2fd52
5 changed files with 9529 additions and 287 deletions

View File

@@ -1,9 +1,14 @@
# Project identity for `a2a deploy`. Most metadata (resources, scopes,
# secrets, workspace, etc.) lives on the Python class — this file only
# tells the CLI how to find it.
name: openpannel
version: 0.1.0
version: 1.0.0
entrypoint: agent:Openpannel
expose:
public: true
description: OpenPanel analytics agent for the A2A Cloud OpenPanel deployment. Includes
manage/admin operations and project analytics operations from the OpenPanel OpenAPI
specs.
runtime:
resources:
cpu: 200m
memory: 512Mi
egress:
allow_hosts:
- analytics.a2acloud.io
deny_internet_by_default: true