Commit Graph

5 Commits

Author SHA1 Message Date
xiaowei 34329ddabb revert: remove section 2.8 (design discussed, direction TBD) 2026-05-30 00:30:42 +08:00
xiaowei 6895545a0e design: add section 2.8 智能记忆路由(Middleware)
New section covers:
- Problem: recall as passive API vs memory as本能
- Query Classifier: automatic channel selection (FTS/vector/graph/session)
- Multi-Channel Router: 4 parallel search paths
- Result Merger: weighted merge with dedup
- Context Weaver: structured injection into Agent context
- Proactive Push: context-aware delivery before query
- Integration: Sidecar pattern (stdin/stdout hooks)
- Implementation phases prioritized by value
2026-05-29 23:50:30 +08:00
xiaowei 648e469dc9 feat: Prometheus 监控集成 — /metrics 端点 + 14 指标 + 8 告警规则
- 新增 internal/metrics/metrics.go: 14 个 Prometheus 指标
- server.go: /metrics 替换为 promhttp, 15s 后台同步
- go.mod: 新增 client_golang v1.23.2
- deploy/prometheus.yml: 抓取配置 (zhiyid:7821)
- deploy/prometheus-alerts.yml: 8 条告警规则
- deploy/prometheus.service: systemd unit
2026-05-29 02:51:46 +08:00
xiaowei 08848607fd v3.8 完整代码: Go API + Rust sidecar + ONNX BGE + Client SDK
- 4 大修复: 缺口分类向量化 + Schema 23字段 + Consolidation走Rust IPC + Client SDK
- BGE ONNX: deploy/bge_embed_server.py + systemd unit,1024维本地推理
- Rust sidecar: 8模块完整,DBSCAN/衰减/修剪/质量回溯/整合报告
- Go: zhiyid 7821端口,37个API端点,多Agent架构
2026-05-29 01:07:05 +08:00
xiaowei cfb52518e4 feat: 织忆 MemoryWeave 项目初始化
- Go 项目骨架 (zhiyid daemon, port 7821)
- Rust 项目骨架 (zhiyi-consolidate sidecar)
- 完整设计文档 v3.8 (DESIGN.md)
- 实施计划 8 个里程碑 (IMPLEMENTATION.md)
- systemd 部署文件
- Makefile 构建系统
2026-05-28 17:03:54 +08:00