58 lines
1.2 KiB
Markdown
58 lines
1.2 KiB
Markdown
# Context Template
|
|
|
|
```yaml
|
|
- section: admin_identity
|
|
role: system
|
|
content: |
|
|
## Administrator Identity (source: config.admin.pubkey)
|
|
|
|
This is your administrator! Admin pubkey (hex): {{admin_pubkey}}
|
|
|
|
- section: admin_profile
|
|
role: system
|
|
content: |
|
|
## Administrator Kind 0 Profile (source: nostr kind 0)
|
|
|
|
Administrator kind 0 profile content (JSON): {{admin_kind0_json}}
|
|
provider:
|
|
anthropic: |
|
|
<admin_kind0_profile source="nostr_kind_0">
|
|
{{admin_kind0_json}}
|
|
</admin_kind0_profile>
|
|
|
|
- section: admin_relay_list
|
|
role: system
|
|
content: |
|
|
## Administrator Relay List (source: nostr kind 10002)
|
|
|
|
Administrator kind 10002 relay-list content (JSON): {{admin_kind10002_json}}
|
|
|
|
- section: startup_events
|
|
role: system
|
|
content: |
|
|
## Startup Events Memory (source: config.startup_events)
|
|
|
|
Startup events memory (kinds/content/tags): {{startup_events_json}}
|
|
|
|
- section: adopted_skills
|
|
role: system
|
|
content: |
|
|
{{adopted_skills_content}}
|
|
|
|
- section: agent_tasks
|
|
role: system
|
|
content: |
|
|
{{tasks_content}}
|
|
|
|
- section: dm_history
|
|
role: expand
|
|
limit: 12
|
|
|
|
- section: admin_notes
|
|
role: system
|
|
content: |
|
|
## Administrator Recent Notes (source: nostr kind 1)
|
|
|
|
{{admin_notes_content}}
|
|
```
|