引入 A_Memorix 插件 v2.0.0:新增大量运行时组件、存储/模式更新、检索能力提升、管理工具、导入/调优工作流以及相关文档。关键新增内容包括:lifecycle_orchestrator、SDKMemoryKernel/运行时初始化器、新的存储层与 metadata_store 变更(SCHEMA_VERSION v8)、检索增强(双路径检索、图关系召回、稀疏 BM25),以及多种工具服务(episode/person_profile/relation/segmentation/tuning/search execution)。同时新增 Web 导入/摘要导入器及大量维护脚本。还更新了插件清单、embedding API 适配器、plugin.py、requirements/pyproject,以及主入口文件,使新插件接入项目。该变更为 2.0.0 版本发布做好准备,实现统一的 SDK Tool 接口并扩展整体运行能力。
108 lines
2.4 KiB
JSON
108 lines
2.4 KiB
JSON
{
|
|
"manifest_version": 1,
|
|
"name": "A_Memorix",
|
|
"version": "2.0.0",
|
|
"description": "MaiBot SDK 长期记忆插件,负责统一检索、写入、画像与记忆维护。",
|
|
"author": {
|
|
"name": "A_Dawn"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"repository_url": "https://github.com/A-Dawn/A_memorix/",
|
|
"host_application": {
|
|
"min_version": "1.0.0"
|
|
},
|
|
"keywords": [
|
|
"memory",
|
|
"knowledge",
|
|
"retrieval",
|
|
"profile",
|
|
"episode"
|
|
],
|
|
"categories": [
|
|
"Memory",
|
|
"Data"
|
|
],
|
|
"plugin_info": {
|
|
"is_built_in": false,
|
|
"plugin_type": "memory_provider",
|
|
"components": [
|
|
{
|
|
"type": "tool",
|
|
"name": "search_memory",
|
|
"description": "搜索长期记忆"
|
|
},
|
|
{
|
|
"type": "tool",
|
|
"name": "ingest_summary",
|
|
"description": "写入聊天摘要"
|
|
},
|
|
{
|
|
"type": "tool",
|
|
"name": "ingest_text",
|
|
"description": "写入普通长期记忆文本"
|
|
},
|
|
{
|
|
"type": "tool",
|
|
"name": "get_person_profile",
|
|
"description": "查询人物画像"
|
|
},
|
|
{
|
|
"type": "tool",
|
|
"name": "maintain_memory",
|
|
"description": "维护记忆关系"
|
|
},
|
|
{
|
|
"type": "tool",
|
|
"name": "memory_stats",
|
|
"description": "查询记忆统计"
|
|
},
|
|
{
|
|
"type": "tool",
|
|
"name": "memory_graph_admin",
|
|
"description": "图谱管理接口"
|
|
},
|
|
{
|
|
"type": "tool",
|
|
"name": "memory_source_admin",
|
|
"description": "来源管理接口"
|
|
},
|
|
{
|
|
"type": "tool",
|
|
"name": "memory_episode_admin",
|
|
"description": "Episode 管理接口"
|
|
},
|
|
{
|
|
"type": "tool",
|
|
"name": "memory_profile_admin",
|
|
"description": "画像管理接口"
|
|
},
|
|
{
|
|
"type": "tool",
|
|
"name": "memory_runtime_admin",
|
|
"description": "运行时管理接口"
|
|
},
|
|
{
|
|
"type": "tool",
|
|
"name": "memory_import_admin",
|
|
"description": "导入管理接口"
|
|
},
|
|
{
|
|
"type": "tool",
|
|
"name": "memory_tuning_admin",
|
|
"description": "调优管理接口"
|
|
},
|
|
{
|
|
"type": "tool",
|
|
"name": "memory_v5_admin",
|
|
"description": "V5 记忆管理接口"
|
|
},
|
|
{
|
|
"type": "tool",
|
|
"name": "memory_delete_admin",
|
|
"description": "删除管理接口"
|
|
}
|
|
]
|
|
},
|
|
"capabilities": []
|
|
}
|