✨ Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
131 lines
2.2 KiB
JSON
131 lines
2.2 KiB
JSON
{
|
|
"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}}"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |