From d461a5ff9109febfd570c5de839f2ce846d4bf13 Mon Sep 17 00:00:00 2001 From: pablof7z Date: Wed, 18 Feb 2026 12:35:02 +0000 Subject: Add file references to agent definitions Agent definitions can now reference NIP-94 file metadata events (kind 1063) via e-tags. Execution platforms MAY provide access to these files. Co-Authored-By: Claude Opus 4.5 --- AE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'AE.md') diff --git a/AE.md b/AE.md index 18432b8..4d87e31 100644 --- a/AE.md +++ b/AE.md @@ -42,7 +42,8 @@ Execution platforms determine which lessons and comments to apply based on trust ["description", ""], ["tool", ""], ["ver", ""], - ["image", ""] + ["image", ""], + ["e", "<1063-event-id>", ""] ], "content": "" } @@ -58,6 +59,7 @@ Execution platforms determine which lessons and comments to apply based on trust - `tool` — Zero or more tags of tool names the agent expects to have - `ver` — Version number, defaults to `1` - `image` — Avatar URL +- `e` — Reference to NIP-94 file metadata event (kind 1063). Execution platforms MAY provide access to these files. --- -- cgit v1.2.3