Files
tasks-api/a2a.yaml
2026-06-10 22:59:16 +00:00

13 lines
261 B
YAML

name: tasks-api
version: 0.1.0
entrypoint: agent:TasksApi
description: API-only service for tracking tasks in Postgres.
runtime:
resources:
cpu: 1000m
memory: 512Mi
egress:
allow_hosts:
- tasks.a2acloud.io
deny_internet_by_default: true