init: seed framework reference content from agent-runtimes main repo

This commit is contained in:
Paul O'Reilly
2026-04-26 12:17:42 +12:00
commit 37a5165dfb
118 changed files with 6831 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
kind: capability
name: agent-communication
version: 1
description: "ACL: agent-to-agent messaging via git-backed conversation repo"
requires: []
secrets_required:
- name: AGENT_ED25519_KEY
- name: AGENT_ED25519_PUB
- name: AGENT_MTLS_CERT
- name: AGENT_MTLS_KEY
env:
ACL_TASK_ID: ""
ACL_ORIGIN_TASK_ID: ""
ACL_CONVERSATION_REPO_URL: ""
scripts:
init: "./init.sh"