@super-pocock-ai/suite
v2.1.0
Published
Superpocock 完整套件,包含记忆系统和工作流
Downloads
4,938
Maintainers
Readme
@super-pocock-ai/suite
Superpocock 完整套件,包含记忆系统和工作流。
安装
{
"plugin": ["@super-pocock-ai/suite"]
}包含组件
- @super-pocock-ai/memory-core - 持久化记忆系统
- @super-pocock-ai/memory-agents - 记忆代理(checkpoint-writer、dream、distill)
- @super-pocock-ai/compose-workflow - Compose 工作流技能
- @super-pocock-ai/compose-agents - Compose 代理
功能特性
记忆系统
- SQLite FTS5 全文搜索
- BM25 相关性排序
- 跨会话持久化记忆
- 自动检查点保存
工作流
- 结构化用户交互
- 并行代理调度
- Git worktree 隔离
- 两阶段代码审查
配置
创建 .super-pocock/config.json:
{
"memory": {
"injection": {
"total_budget": 2000,
"allocation": {
"checkpoint": 0.30,
"memory": 0.25,
"notes": 0.20,
"progress": 0.15,
"buffer": 0.10
}
},
"checkpoint": {
"thresholds": ["40%", "60%", "80%"],
"drain_timeout_ms": 120000,
"idle_timeout_ms": 300000
},
"dream": {
"auto": true,
"interval_days": 7
},
"distill": {
"auto": true,
"interval_days": 30
}
}
}许可证
MIT
