68 lines
1.1 KiB
Markdown
68 lines
1.1 KiB
Markdown
# Context Template
|
|
|
|
```yaml
|
|
- section: admin_identity
|
|
role: system
|
|
tool: admin_identity
|
|
skip_if_empty: true
|
|
|
|
- section: admin_profile
|
|
role: system
|
|
tool: nostr_admin_profile
|
|
skip_if_empty: true
|
|
|
|
- section: admin_contacts
|
|
role: system
|
|
tool: nostr_admin_contacts
|
|
skip_if_empty: true
|
|
|
|
- section: admin_relays
|
|
role: system
|
|
tool: nostr_admin_relays
|
|
skip_if_empty: true
|
|
|
|
- section: admin_notes
|
|
role: system
|
|
tool: nostr_admin_notes
|
|
skip_if_empty: true
|
|
|
|
- section: agent_identity
|
|
role: system
|
|
tool: agent_identity
|
|
skip_if_empty: true
|
|
|
|
- section: agent_profile
|
|
role: system
|
|
tool: nostr_agent_profile
|
|
skip_if_empty: true
|
|
|
|
- section: agent_contacts
|
|
role: system
|
|
tool: nostr_agent_contacts
|
|
skip_if_empty: true
|
|
|
|
- section: agent_relays
|
|
role: system
|
|
tool: nostr_agent_relays
|
|
skip_if_empty: true
|
|
|
|
- section: agent_notes
|
|
role: system
|
|
tool: nostr_agent_notes
|
|
skip_if_empty: true
|
|
|
|
- section: tasks
|
|
role: system
|
|
tool: task_list
|
|
skip_if_empty: true
|
|
|
|
- section: conversation
|
|
role: user
|
|
tool: message_current
|
|
skip_if_empty: true
|
|
|
|
- section: dm_history
|
|
role: expand
|
|
limit: 12
|
|
```
|