a2a-source-edit: write a2a.yaml

This commit is contained in:
a2a-cloud
2026-07-13 03:02:34 +00:00
parent 78b44a8e4c
commit 7608fb7f06

View File

@@ -1,20 +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: support-to-fix-engineer name: support-to-fix-engineer
version: 0.1.0 version: 0.1.0
entrypoint: agent:SupportToFixEngineer entrypoint: agent:SupportToFixEngineer
expose: expose:
public: true public: false
# Optional platform resources: runtime:
# resources: resources:
# memory: cpu: "1"
# tiers: [kv, vector] memory: 512Mi
# namespace: support-to-fix-engineer max_runtime_seconds: 600
# databases: pricing:
# - name: app price_per_call_usd: 0.0
# provider: neon caller_pays_llm: false
# engine: postgres notes: "Deterministic policy and artifact generation; no LLM credential required."
# env:
# url: DATABASE_URL