feat: Sync latest templates from blackroad-sandbox
✨ Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
131
templates/notion/TEMPLATE-PAGE-AGENT-PROFILE.json
Normal file
131
templates/notion/TEMPLATE-PAGE-AGENT-PROFILE.json
Normal file
@@ -0,0 +1,131 @@
|
||||
{
|
||||
"object": "page",
|
||||
"parent": {
|
||||
"type": "database_id",
|
||||
"database_id": "{{AGENTS_DB_ID}}"
|
||||
},
|
||||
"icon": {
|
||||
"type": "emoji",
|
||||
"emoji": "\ud83e\udd16"
|
||||
},
|
||||
"properties": {
|
||||
"Name": {
|
||||
"title": [
|
||||
{
|
||||
"text": {
|
||||
"content": "{{AGENT_NAME}}"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Status": {
|
||||
"select": {
|
||||
"name": "Active"
|
||||
}
|
||||
},
|
||||
"Personality": {
|
||||
"multi_select": []
|
||||
},
|
||||
"Capabilities": {
|
||||
"rich_text": [
|
||||
{
|
||||
"text": {
|
||||
"content": "{{CAPABILITIES}}"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Created": {
|
||||
"date": {
|
||||
"start": "{{CREATED_DATE}}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"object": "heading_1",
|
||||
"heading_1": {
|
||||
"rich_text": [
|
||||
{
|
||||
"text": {
|
||||
"content": "\ud83e\udd16 Agent Profile"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"object": "heading_2",
|
||||
"heading_2": {
|
||||
"rich_text": [
|
||||
{
|
||||
"text": {
|
||||
"content": "\ud83d\udccb Description"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"object": "paragraph",
|
||||
"paragraph": {
|
||||
"rich_text": [
|
||||
{
|
||||
"text": {
|
||||
"content": "{{DESCRIPTION}}"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"object": "heading_2",
|
||||
"heading_2": {
|
||||
"rich_text": [
|
||||
{
|
||||
"text": {
|
||||
"content": "\ud83c\udfaf Purpose"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"object": "paragraph",
|
||||
"paragraph": {
|
||||
"rich_text": [
|
||||
{
|
||||
"text": {
|
||||
"content": "{{PURPOSE}}"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"object": "heading_2",
|
||||
"heading_2": {
|
||||
"rich_text": [
|
||||
{
|
||||
"text": {
|
||||
"content": "\ud83d\udd27 Configuration"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"object": "code",
|
||||
"code": {
|
||||
"language": "yaml",
|
||||
"rich_text": [
|
||||
{
|
||||
"text": {
|
||||
"content": "{{CONFIG_YAML}}"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user