mirror of
https://github.com/Cola-Echo/memory-manager-concurrent.git
synced 2026-06-06 05:25:53 +00:00
主要更新: - 总结世界书并发拆分功能(自动检测约5万字拆分为Part) - Part调试面板 - Amily表格并发填充模块(src/table-filler/) - 合并去重开关 - 内置默认独立模板 - 多主题支持优化 - 添加.gitignore排除不必要文件 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
26 lines
680 B
JSON
26 lines
680 B
JSON
{
|
|
"name": "memory-manager-concurrent",
|
|
"version": "0.5.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"
|
|
}
|
|
}
|