diff options
| -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 | ||