diff --git a/AE.md b/AE.md index 4d87e31d..6ba29a0e 100644 --- a/AE.md +++ b/AE.md @@ -35,6 +35,7 @@ Execution platforms determine which lessons and comments to apply based on trust "kind": 4199, "pubkey": "", "tags": [ + ["d", ""], ["title", ""], ["role", ""], ["instructions", ""], @@ -45,12 +46,13 @@ Execution platforms determine which lessons and comments to apply based on trust ["image", ""], ["e", "<1063-event-id>", ""] ], - "content": "" + "content": "" } ``` ### Tags +- `d` — Agent slug. Groups versions of the same agent from the same author. - `title` — Agent name - `role` — Expertise, personality, approach - `instructions` — Operational guidelines @@ -61,6 +63,10 @@ Execution platforms determine which lessons and comments to apply based on trust - `image` — Avatar URL - `e` — Reference to NIP-94 file metadata event (kind 1063). Execution platforms MAY provide access to these files. +### Content + +The `content` field MAY contain a markdown-formatted extended description of the agent. + --- ## Agent Nudge (Kind 4201)