Skip to content

Sylanne 3.0.0

Choose a tag to compare

@Ayleovelle Ayleovelle released this 17 May 18:41

更新内容

  • 发布 Sylanne 3.0 正式稳定版,完成 Relational Self Genesis 路线的 Self-Interpretation、Relational Time、Co-Evolution、Turning Point Memory + Replay 和 Lineage / Branching / WebUI 观察舱闭环。
  • README 重写 3.0 正式版前言,并将当前版本记录切换为稳定版视角。
  • 版本声明、远程烟测期望版本、CHANGELOG 和发布包体同步更新为 3.0.0

安全与边界

  • 关系性自我、关系时间、共演化、转折点回放和谱系分支观察仍默认只作为插件内部模拟研究信号。
  • 不保存完整对话文本,不暴露 relationship_time_weight 明细,不新增高风险 public API 读取入口。
  • 相关判断不构成心理诊断,也不是外部插件可随意调用的公共推断接口。

验证

  • python -m pytest tests/test_integrated_self.py tests/public_api_memory_part01.py:43 passed
  • python -m unittest discover -s tests -v:644 tests OK
  • python -m py_compile ...:通过
  • python scripts/package_plugin.py --output dist/astrbot_plugin_sylanne.zip:通过
  • node --check 远程脚本与 zip 预检脚本:通过
  • node scripts/plugin_zip_preflight.js dist/astrbot_plugin_sylanne.zip astrbot_plugin_sylanne:通过
  • git diff --check:通过