Skip to content

OpenPiscis v0.8.57

Choose a tag to compare

@njbinbin-piscis njbinbin-piscis released this 09 Jun 16:03
· 18 commits to main since this release

可信任技能进化与记忆加固

技能进化

  • 四象限存储:installed/(默认锁定)、.draft/learned/.archive/
  • Agent 工具 skill_manage(create/patch/delete,revision 链)
  • 每轮 Background Review(记忆提取 + 草稿 patch/创建,可配置限流)
  • Curator:30 天 stale 标记、90 天归档、LLM 合并近重复 draft、备份/回滚

配置

settings.json 中新增 skill_evolution 段:

{
  "skill_evolution": {
    "review_enabled": true,
    "review_every_turn": true,
    "create_skill_min_tool_calls": 5,
    "umbrella_skill_interval_turns": 10,
    "curator_interval_hours": 168,
    "curator_min_idle_hours": 2,
    "stale_after_days": 30,
    "archive_after_days": 90,
    "curator_llm_merge_enabled": true
  }
}

前端

  • Skills 页「进化」标签:Promote/Discard、Lock/Unlock、Pin、Curator 面板
  • 审计日志展示技能变更段

依赖

  • piscis-engine v0.8.57
  • RobotZ pin 已对齐 v0.8.57