diff options
| author | pablof7z <pfer@me.com> | 2026-02-19 12:56:14 +0000 |
|---|---|---|
| committer | pablof7z <pfer@me.com> | 2026-02-19 12:56:14 +0000 |
| commit | e0aa49f9643613ca56a59a483cd7b35fa20402d7 (patch) | |
| tree | 65e117b0a570c21e5a8f17d1f9ec40cebe2e199e | |
| parent | d461a5ff9109febfd570c5de839f2ce846d4bf13 (diff) | |
Add d tag and content field to Kind 4199
- d tag: agent slug for grouping versions from same author
- content: markdown-formatted extended description
| -rw-r--r-- | AE.md | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -35,6 +35,7 @@ Execution platforms determine which lessons and comments to apply based on trust | |||
| 35 | "kind": 4199, | 35 | "kind": 4199, |
| 36 | "pubkey": "<publisher-pubkey>", | 36 | "pubkey": "<publisher-pubkey>", |
| 37 | "tags": [ | 37 | "tags": [ |
| 38 | ["d", "<agent-slug>"], | ||
| 38 | ["title", "<agent-name>"], | 39 | ["title", "<agent-name>"], |
| 39 | ["role", "<expertise-and-personality>"], | 40 | ["role", "<expertise-and-personality>"], |
| 40 | ["instructions", "<operational-guidelines>"], | 41 | ["instructions", "<operational-guidelines>"], |
| @@ -45,12 +46,13 @@ Execution platforms determine which lessons and comments to apply based on trust | |||
| 45 | ["image", "<avatar-url>"], | 46 | ["image", "<avatar-url>"], |
| 46 | ["e", "<1063-event-id>", "<relay-hint>"] | 47 | ["e", "<1063-event-id>", "<relay-hint>"] |
| 47 | ], | 48 | ], |
| 48 | "content": "" | 49 | "content": "<markdown-description>" |
| 49 | } | 50 | } |
| 50 | ``` | 51 | ``` |
| 51 | 52 | ||
| 52 | ### Tags | 53 | ### Tags |
| 53 | 54 | ||
| 55 | - `d` — Agent slug. Groups versions of the same agent from the same author. | ||
| 54 | - `title` — Agent name | 56 | - `title` — Agent name |
| 55 | - `role` — Expertise, personality, approach | 57 | - `role` — Expertise, personality, approach |
| 56 | - `instructions` — Operational guidelines | 58 | - `instructions` — Operational guidelines |
| @@ -61,6 +63,10 @@ Execution platforms determine which lessons and comments to apply based on trust | |||
| 61 | - `image` — Avatar URL | 63 | - `image` — Avatar URL |
| 62 | - `e` — Reference to NIP-94 file metadata event (kind 1063). Execution platforms MAY provide access to these files. | 64 | - `e` — Reference to NIP-94 file metadata event (kind 1063). Execution platforms MAY provide access to these files. |
| 63 | 65 | ||
| 66 | ### Content | ||
| 67 | |||
| 68 | The `content` field MAY contain a markdown-formatted extended description of the agent. | ||
| 69 | |||
| 64 | --- | 70 | --- |
| 65 | 71 | ||
| 66 | ## Agent Nudge (Kind 4201) | 72 | ## Agent Nudge (Kind 4201) |