Add d tag and content field to Kind 4199

- d tag: agent slug for grouping versions from same author
- content: markdown-formatted extended description
This commit is contained in:
pablof7z
2026-02-19 12:56:14 +00:00
parent d461a5ff91
commit e0aa49f964
+7 -1
View File
@@ -35,6 +35,7 @@ Execution platforms determine which lessons and comments to apply based on trust
"kind": 4199,
"pubkey": "<publisher-pubkey>",
"tags": [
["d", "<agent-slug>"],
["title", "<agent-name>"],
["role", "<expertise-and-personality>"],
["instructions", "<operational-guidelines>"],
@@ -45,12 +46,13 @@ Execution platforms determine which lessons and comments to apply based on trust
["image", "<avatar-url>"],
["e", "<1063-event-id>", "<relay-hint>"]
],
"content": ""
"content": "<markdown-description>"
}
```
### 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)