mirror of
https://gitcode.com/JianFeeeee/TrulyMEM-TrueHumanMEM.git
synced 2026-09-20 00:48:52 +00:00
- 删除 server.py BackendServer.__init__ 中 _tool_limits 的硬编码字典 - _load_config 从 ~/.trulymem/config.json 读取全部限制值 - 首次启动无配置文件时自动生成带默认值的 config.json - _create_tool_limiter 直接索引 _tool_limits 字典,无硬编码兜底 - 如需修改限制值,编辑 ~/.trulymem/config.json 即可生效(下次重启)