This commit is contained in:
a2a-platform
2026-05-28 12:53:13 +00:00
commit 041f3e65b6
5 changed files with 1209 additions and 0 deletions

12
a2a.yaml Normal file
View File

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