20 lines
382 B
YAML
20 lines
382 B
YAML
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"
|