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:
Alexa Louise
2025-12-12 01:38:08 -06:00
parent 791e4fe6a1
commit 0d508c5437
30 changed files with 8732 additions and 0 deletions

View 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}}"
}
}
]
}
}
]
}