novel-doomsday-resurgence/novel/ontology/characters.json
唐天洛 cb9b16e5a8 初始提交:番茄小说创作工作区
包含:
- 核心配置文件(AGENTS.md, SOUL.md, USER.md等)
- 记忆系统(memory/文件夹)
- 技能库(skills/文件夹)
- 小说内容(novel/文件夹)
- .gitignore配置
2026-03-30 15:46:26 +08:00

240 lines
5.0 KiB
JSON

{
"characters": [
{
"id": "char_叶知秋",
"type": "Character",
"properties": {
"name": "叶知秋",
"file": "characters/叶知秋.md",
"age": "28",
"gender": "女",
"occupation": "公司文员"
}
},
{
"id": "char_顾国强",
"type": "Character",
"properties": {
"name": "顾国强",
"file": "characters/顾国强.md",
"age": "60",
"gender": "男",
"occupation": "大学退休教授",
"status": "已故5年"
}
},
{
"id": "char_顾长宇",
"type": "Character",
"properties": {
"name": "顾长宇",
"file": "characters/顾长宇.md",
"age": "32",
"gender": "男",
"occupation": "公司销售经理"
}
},
{
"id": "char_顾长风",
"type": "Character",
"properties": {
"name": "顾长风",
"file": "characters/顾长风.md",
"age": "35",
"gender": "男",
"occupation": "中学语文老师(表面)"
}
},
{
"id": "char_顾长晴",
"type": "Character",
"properties": {
"name": "顾长晴",
"file": "characters/顾长晴.md",
"age": "30",
"gender": "女",
"occupation": "外企主管"
}
},
{
"id": "char_刘婉清",
"type": "Character",
"properties": {
"name": "刘婉清",
"file": "characters/刘婉清.md",
"age": "68",
"gender": "女",
"occupation": "退休(某公司前高管)",
"status": "已故(三天前?)"
}
},
{
"id": "char_张明远",
"type": "Character",
"properties": {
"name": "张明远",
"file": "characters/张明远.md",
"age": "45",
"gender": "男",
"occupation": "派出所所长"
}
}
],
"relationships": [
{
"from": "char_叶知秋",
"to": "char_顾长风",
"type": "mentioned"
},
{
"from": "char_叶知秋",
"to": "char_顾长风",
"type": "mentioned"
},
{
"from": "char_叶知秋",
"to": "char_陈婉清",
"type": "mentioned"
},
{
"from": "char_顾国强",
"to": "char_刘婉清",
"type": "mentioned"
},
{
"from": "char_顾国强",
"to": "char_顾长风",
"type": "mentioned"
},
{
"from": "char_顾国强",
"to": "char_顾长风",
"type": "son_of"
},
{
"from": "char_顾国强",
"to": "char_刘婉清",
"type": "wife_of"
},
{
"from": "char_顾长宇",
"to": "char_顾国强",
"type": "mentioned"
},
{
"from": "char_顾长宇",
"to": "char_刘婉清",
"type": "mentioned"
},
{
"from": "char_顾长宇",
"to": "char_顾长风",
"type": "mentioned"
},
{
"from": "char_顾长宇",
"to": "char_叶知秋",
"type": "mentioned"
},
{
"from": "char_顾长宇",
"to": "char_顾长晴",
"type": "mentioned"
},
{
"from": "char_顾长宇",
"to": "char_刘婉清",
"type": "mother_of"
},
{
"from": "char_顾长宇",
"to": "char_顾国强",
"type": "father_of"
},
{
"from": "char_顾长风",
"to": "char_顾国强",
"type": "mentioned"
},
{
"from": "char_顾长风",
"to": "char_刘婉清",
"type": "mentioned"
},
{
"from": "char_顾长风",
"to": "char_叶知秋",
"type": "mentioned"
},
{
"from": "char_顾长风",
"to": "char_刘婉清",
"type": "mother_of"
},
{
"from": "char_顾长风",
"to": "char_顾国强",
"type": "father_of"
},
{
"from": "char_顾长风",
"to": "char_叶知秋",
"type": "wife_of"
},
{
"from": "char_顾长晴",
"to": "char_顾国强",
"type": "mentioned"
},
{
"from": "char_顾长晴",
"to": "char_刘婉清",
"type": "mentioned"
},
{
"from": "char_顾长晴",
"to": "char_顾长风",
"type": "mentioned"
},
{
"from": "char_顾长晴",
"to": "char_叶知秋",
"type": "mentioned"
},
{
"from": "char_顾长晴",
"to": "char_刘婉清",
"type": "mother_of"
},
{
"from": "char_顾长晴",
"to": "char_顾国强",
"type": "father_of"
},
{
"from": "char_刘婉清",
"to": "char_顾国强",
"type": "mentioned"
},
{
"from": "char_刘婉清",
"to": "char_顾长风",
"type": "mentioned"
},
{
"from": "char_刘婉清",
"to": "char_顾长风",
"type": "son_of"
},
{
"from": "char_刘婉清",
"to": "char_顾国强",
"type": "husband_of"
},
{
"from": "char_张明远",
"to": "char_叶知秋",
"type": "mentioned"
}
]
}