memoryweave/carriers/shared/glossary.md

32 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Glossary — 织忆术语表
| 术语 | 定义 |
|------|------|
| **Episode (L0)** | 原始对话日志,不可变 |
| **Distilled (L1)** | 蒸馏后的事实/决策/偏好,向量检索主层 |
| **Pattern (L2)** | 跨任务重复模式,聚类产出 |
| **World Model (L3)** | //C 三元组: 环境/交互/约束 |
| **蒸馏 (Distill)** | L0 → L1 的提炼过程 |
| **深度整合 (Consolidation)** | 5步循环: DBSCAN → 修剪 → 衰减 → 回溯 → 报告 |
| **CO_OCCURS** | 两条记忆常一起被 recall |
| **MMR** | Maximal Marginal Relevance 多样性去重 |
| **PageRank** | 知识图谱节点全局重要性 |
| **CRDT** | Conflict-free Replicated Data Type 多实例同步 |
| **Namespace** | Agent 隔离层: shared / hermes-main / openclaw-main |
| **Tombstone** | 软删除/淘汰记录 |
| **V-Value** | 决策价值反向传播分数 |
| **volatile** | 频繁变更的记忆标记 |
| **freshness** | 记忆时效: fresh / stale / verified |
| **Beta-Bernoulli** | Skill 贝叶斯后验成功率统计 |
## 端口注册
| 端口 | 服务 |
|------|------|
| 3000 | new-api |
| 6379 | Redis |
| **7821** | 织忆主端口 |
| 8000 | BGE-M3 ONNX |
| 8188 | ComfyUI |
| 8644 | Hermes webhook |