diff --git a/a2a.yaml b/a2a.yaml new file mode 100644 index 0000000..4f48c84 --- /dev/null +++ b/a2a.yaml @@ -0,0 +1,14 @@ +name: agent-compliance-auditor +version: 0.1.6 +entrypoint: agent:AgentComplianceAuditor +expose: + public: false +runtime: + resources: + cpu: "500m" + memory: 512Mi + max_runtime_seconds: 900 + egress: + allow_hosts: + - gitea.a2a.svc.cluster.local + deny_internet_by_default: true