mirror of
https://github.com/nostr-protocol/nips.git
synced 2026-08-09 07:44:51 +00:00
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>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
51a5be0418
commit
d461a5ff91
@@ -42,7 +42,8 @@ Execution platforms determine which lessons and comments to apply based on trust
|
||||
["description", "<one-line-description>"],
|
||||
["tool", "<tool-name>"],
|
||||
["ver", "<version-number>"],
|
||||
["image", "<avatar-url>"]
|
||||
["image", "<avatar-url>"],
|
||||
["e", "<1063-event-id>", "<relay-hint>"]
|
||||
],
|
||||
"content": ""
|
||||
}
|
||||
@@ -58,6 +59,7 @@ Execution platforms determine which lessons and comments to apply based on trust
|
||||
- `tool` — Zero or more tags of tool names the agent expects to have
|
||||
- `ver` — Version number, defaults to `1`
|
||||
- `image` — Avatar URL
|
||||
- `e` — Reference to NIP-94 file metadata event (kind 1063). Execution platforms MAY provide access to these files.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user