a2a-source-edit: write a2a.yaml

This commit is contained in:
a2a-cloud
2026-07-13 02:43:45 +00:00
parent 7f3e89ce2e
commit 1b4b2d8190

View File

@@ -1,20 +1,10 @@
# 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: production-incident-commander name: production-incident-commander
version: 0.1.0 version: 0.1.0
entrypoint: agent:ProductionIncidentCommander entrypoint: agent:ProductionIncidentCommander
expose: expose:
public: true public: false
# Optional platform resources: runtime:
# resources: resources:
# memory: cpu: "1"
# tiers: [kv, vector] memory: 1Gi
# namespace: production-incident-commander max_runtime_seconds: 900
# databases:
# - name: app
# provider: neon
# engine: postgres
# env:
# url: DATABASE_URL