hololake-system-architecture/engineering/persona-history-runtime/config/BS-SH-005.json

77 lines
2.4 KiB
JSON

{
"schema": "guanghu.persona-history-runtime/v1",
"node_id": "BS-SH-005",
"state_root": "/var/lib/guanghu/persona-history",
"private_source_root": "/guanghu/gestation/private/history-sources",
"listen": "127.0.0.1:8089",
"cycle_seconds": 15,
"idle_heartbeat_seconds": 300,
"gpt_batch_size": 100,
"notion_batch_size": 600,
"git_batch_size": 500,
"review_queue_backfill_batch_size": 500,
"semantic_review_endpoint": "http://127.0.0.1:8077/v1/broadcast",
"semantic_review_interval_seconds": 300,
"semantic_review_batch_size": 4,
"semantic_excerpt_bytes": 6000,
"sources": [
{
"id": "GPT-LANGUAGE-CHAOS-ORIGINAL",
"kind": "gpt_export",
"epoch": "GPT_LANGUAGE_CHAOS",
"reality_default": "LANGUAGE_SIMULATION",
"path": "gpt/conversations.json",
"order": 10
},
{
"id": "NOTION-STRUCTURED-WORLD",
"kind": "notion_tree",
"epoch": "NOTION_STRUCTURED_REALITY_TRANSITION",
"reality_default": "MIXED_REQUIRES_EVIDENCE",
"path": "notion",
"ready_marker": "notion/.SOURCE-ACCEPTED.json",
"order": 20
},
{
"id": "GIT-GITHUB-GUANGHULAB",
"kind": "git_repo",
"epoch": "GIT_ENGINEERING_BIRTH",
"reality_default": "VERSION_EVIDENCE",
"url": "https://github.com/qinfendebingshuo/guanghulab.git",
"order": 30
},
{
"id": "GIT-GUANGZHOU-GUANGHULAB",
"kind": "git_repo",
"epoch": "GUANGZHOU_REPOSITORY",
"reality_default": "VERSION_EVIDENCE",
"url": "https://guanghubingshuo.com/code/bingshuo/guanghulab.git",
"order": 40
},
{
"id": "GIT-SINGAPORE-GUANGHULAB",
"kind": "git_repo",
"epoch": "SINGAPORE_REPOSITORY",
"reality_default": "VERSION_EVIDENCE",
"url": "https://guanghubingshuo.com/code/bingshuo/guanghulab.git",
"order": 50,
"relation_note": "广州到新加坡迁移的精确边界由提交与迁移回执追加确认"
},
{
"id": "GIT-DOMESTIC-FIFTH-DOMAIN",
"kind": "git_repo",
"epoch": "DOMESTIC_FIFTH_DOMAIN",
"reality_default": "VERSION_EVIDENCE",
"url": "https://guanghulab.com/fifth-domain/bingshuo/fifth-domain.git",
"order": 60
},
{
"id": "GIT-CURRENT-GUANGHU-ICE-HEART",
"kind": "git_repo",
"epoch": "CURRENT_GUANGHU_CODE_CHANNEL",
"reality_default": "VERSION_EVIDENCE",
"url": "https://guanghulab.com/code/bingshuo/guanghu-ice-heart.git",
"order": 70
}
]
}