From 97197f5f5b5f5070f24e15e5c6b6155bae60077b Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Tue, 9 Jun 2026 11:42:10 +0000 Subject: [PATCH] a2a-source-edit: write a2a.yaml --- a2a.yaml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/a2a.yaml b/a2a.yaml index 12eb4c9..1fc180f 100644 --- a/a2a.yaml +++ b/a2a.yaml @@ -5,16 +5,10 @@ name: seleniumbase-website-scraper version: 0.1.0 entrypoint: agent:SeleniumbaseWebsiteScraper expose: - public: true -# Optional platform resources: -# resources: -# memory: -# tiers: [kv, vector] -# namespace: seleniumbase-website-scraper -# databases: -# - name: app -# provider: neon -# engine: postgres -# env: -# url: DATABASE_URL + public: false +runtime: + resources: + cpu: "2" + memory: 2Gi + max_runtime_seconds: 600