diff options
| author | pablof7z <pfer@me.com> | 2026-02-18 12:35:02 +0000 |
|---|---|---|
| committer | pablof7z <pfer@me.com> | 2026-02-18 12:35:02 +0000 |
| commit | d461a5ff9109febfd570c5de839f2ce846d4bf13 (patch) | |
| tree | 5dfdd2304a6561d08d8cc7c3465c2590925dd849 | |
| parent | 51a5be04186773e6ffffe80992e80ed0dfad2d44 (diff) | |
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 <noreply@anthropic.com>
| -rw-r--r-- | AE.md | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -42,7 +42,8 @@ Execution platforms determine which lessons and comments to apply based on trust | |||
| 42 | ["description", "<one-line-description>"], | 42 | ["description", "<one-line-description>"], |
| 43 | ["tool", "<tool-name>"], | 43 | ["tool", "<tool-name>"], |
| 44 | ["ver", "<version-number>"], | 44 | ["ver", "<version-number>"], |
| 45 | ["image", "<avatar-url>"] | 45 | ["image", "<avatar-url>"], |
| 46 | ["e", "<1063-event-id>", "<relay-hint>"] | ||
| 46 | ], | 47 | ], |
| 47 | "content": "" | 48 | "content": "" |
| 48 | } | 49 | } |
| @@ -58,6 +59,7 @@ Execution platforms determine which lessons and comments to apply based on trust | |||
| 58 | - `tool` — Zero or more tags of tool names the agent expects to have | 59 | - `tool` — Zero or more tags of tool names the agent expects to have |
| 59 | - `ver` — Version number, defaults to `1` | 60 | - `ver` — Version number, defaults to `1` |
| 60 | - `image` — Avatar URL | 61 | - `image` — Avatar URL |
| 62 | - `e` — Reference to NIP-94 file metadata event (kind 1063). Execution platforms MAY provide access to these files. | ||
| 61 | 63 | ||
| 62 | --- | 64 | --- |
| 63 | 65 | ||