a2a-source-edit: write a2a.yaml

This commit is contained in:
a2a-cloud
2026-07-13 12:14:44 +00:00
parent 7731c92d44
commit 0f2e5fd9f6

View File

@@ -1,10 +1,20 @@
# 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: customer-integration-engineer name: customer-integration-engineer
version: 0.1.6 version: 0.1.0
entrypoint: agent:CustomerIntegrationEngineer entrypoint: agent:CustomerIntegrationEngineer
expose: expose:
public: false public: true
runtime: # Optional platform resources:
resources: # resources:
cpu: "500m" # memory:
memory: 512Mi # tiers: [kv, vector]
max_runtime_seconds: 600 # namespace: customer-integration-engineer
# databases:
# - name: app
# provider: neon
# engine: postgres
# env:
# url: DATABASE_URL