deploy
All checks were successful
build / build (push) Successful in 4s

This commit is contained in:
a2a-platform
2026-05-27 15:53:43 +00:00
commit 16d7a5fc4f
9 changed files with 1252 additions and 0 deletions

14
a2a.yaml Normal file
View File

@@ -0,0 +1,14 @@
name: blog-openapi-agent
version: 0.1.0
entrypoint: agent:BlogOpenapiAgent
description: Publishing and read API for the a2a cloud blog. Published content is
public; draft, preview, create, update, and delete operations require the blog API
key.
runtime:
resources:
cpu: 200m
memory: 512Mi
egress:
allow_hosts:
- blog.a2acloud.io
deny_internet_by_default: true