{ "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": [] }