a2a-source-edit: write a2a.yaml
This commit is contained in:
26
a2a.yaml
26
a2a.yaml
@@ -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
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user