Files
memory-manager-concurrent/package.json
Cola-Echo 10ea8cc1f4 feat: add RMA (Relationship Memory Architecture) module v0.6.0
Complete RMA system for tracking relationship dynamics in roleplay:
- 10 new modules in src/rma/ (analyzer, memory-store, phase-manager,
  worldbook-sync, float-panel, confirmation-ui, timeline-view, etc.)
- Three-layer model: phases → memories (4 types) → emotional texture
- Post-processing AI analysis via CHARACTER_MESSAGE_RENDERED hook
- Dynamic world book entry toggling/rewriting
- Floating panel UI with 3 states (expanded/half/minimized)
- User confirmation flow (every_turn/important_only/auto modes)
- Settings panel integration with independent API config
- chat_metadata.cola_rma persistence

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-31 23:23:41 +08:00

26 lines
680 B
JSON

{
"name": "memory-manager-concurrent",
"version": "0.6.0",
"description": "SillyTavern 记忆管理并发系统 - 智能记忆检索与注入系统",
"main": "dist/index.js",
"scripts": {
"dev": "webpack --mode development --watch",
"build": "webpack --mode production",
"build:dev": "webpack --mode development"
},
"devDependencies": {
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.104.1",
"webpack-cli": "^5.1.4"
},
"author": "可乐、繁华",
"license": "CC-BY-NC-ND-4.0",
"repository": {
"type": "git",
"url": "https://github.com/Cola-Echo/memory-manager-concurrent"
},
"engines": {
"node": ">=18.0.0"
}
}