Files
self-healing-demo-v1/a2a.yaml
a2a-platform cc0a37e9fa deploy
2026-07-18 12:28:53 +00:00

28 lines
613 B
YAML

name: self-healing-demo-v1
description: A live demonstration of bounded, auditable source self-repair.
version: 0.1.0
entrypoint: agent:SelfHealingDemo
expose:
public: true
self_healing:
enabled: true
consecutive_failures: 1
window_seconds: 300
cooldown_seconds: 60
max_repairs_per_day: 2
max_turns: 30
deployment_timeout_seconds: 1800
require_tests: true
runtime:
availability: always_on
resources:
cpu: 100m
memory: 256Mi
max_runtime_seconds: 120
frontend:
path: frontend
build: mkdir -p dist && cp index.html app.js styles.css dist/
dist: dist
mount: /
auth: public