- 新建模块Partner-Api,推进Partner适配核心服务注册机制。

- 将原有的模块体系进一步区分,分离模型持有能力与调用能力,Model将有Module自身持有,可通过ActivateModel开启相应能力
This commit is contained in:
2025-07-21 23:47:52 +08:00
parent c9c9b05f18
commit 954095aa55
154 changed files with 1426 additions and 595 deletions

View File

@@ -0,0 +1,27 @@
{
"primaryUserPerceive": {
"[用户昵称] <用户的昵称信息>": "<用户昵称>",
"[关系] <你与用户的关系>": "<当前关系>",
"[态度] <你对于用户的态度>": "<当前的态度列表>",
"[印象] <你对于用户的印象>": "<当前的印象列表>",
"[静态记忆] <你对于该用户的事实性记忆>": "<现有的静态记忆>"
},
"chatMessages": [
{
"role": "user",
"content": "<用户输入_1>"
},
{
"role": "assistant",
"content": "<你的回复_1>"
},
{
"role": "user",
"content": "<用户输入_2>"
},
{
"role": "assistant",
"content": "<你的回复_2>"
}
]
}