15 lines
446 B
YAML
15 lines
446 B
YAML
name: blog-openapi-agent
|
|
version: 0.1.0
|
|
entrypoint: agent:BlogOpenapiAgent
|
|
description: Publishing, read, comment, and reaction API for the a2a cloud blog. Published
|
|
content and comments are public; publishing requires the blog API key; comment and
|
|
reaction writes require an a2a Cloud browser session.
|
|
runtime:
|
|
resources:
|
|
cpu: 200m
|
|
memory: 512Mi
|
|
egress:
|
|
allow_hosts:
|
|
- blog.a2acloud.io
|
|
deny_internet_by_default: true
|