小唯 A06
|
a4f3327e4e
|
P0-P4: 记忆流水线打通
P0: CBM → 织忆 (cbm-to-zhiyi.py)
P1: Soulful → 织忆 (update_profile.py 添加织忆写入)
P2: 仓颉 → 织忆 (cangjie-to-zhiyi.sh)
P3: CBM 查询钩子 (cbm-query-wrapper.py)
P4: 内存系统自检升级 (memory-system-check.sh 添加 CBM 检查)
相关: SOUL.md v3.7 更新 + health-watchdog.sh CBM 监控
|
2026-07-30 11:45:34 +08:00 |
小唯 A06
|
50d3c6035d
|
auto-snapshot 2026-07-30 03:00:00
|
2026-07-30 03:00:00 +08:00 |
小唯 A06
|
23383be588
|
auto-snapshot 2026-07-29 03:00:37
|
2026-07-29 03:00:37 +08:00 |
小唯 A06
|
a9722448fb
|
auto-snapshot 2026-07-28 03:00:15
|
2026-07-28 03:00:15 +08:00 |
小唯 A06
|
936d723809
|
auto-snapshot 2026-07-27 03:00:40
|
2026-07-27 03:00:40 +08:00 |
小唯 A06
|
476e5a740b
|
auto-snapshot 2026-07-26 03:00:40
|
2026-07-26 03:00:40 +08:00 |
小唯 A06
|
d9266e5c44
|
auto-snapshot 2026-07-25 03:00:13
|
2026-07-25 03:00:13 +08:00 |
小唯 A06
|
1b957224ad
|
auto-snapshot 2026-07-24 03:00:47
|
2026-07-24 03:00:47 +08:00 |
小唯 A06
|
774dbf38fd
|
auto-snapshot 2026-07-23 03:00:20
|
2026-07-23 03:00:20 +08:00 |
小唯 A06
|
a4c37e5390
|
auto-snapshot 2026-07-22 03:00:54
|
2026-07-22 03:00:54 +08:00 |
小唯 A06
|
e639f35ec8
|
auto-snapshot 2026-07-21 03:00:23
|
2026-07-21 03:00:23 +08:00 |
小唯 A06
|
8ed4223063
|
feat: 全量 systemd 自启动配置 + 自检脚本适配
服务清单(全部 enabled + active):
- zhiyid.service(织忆)
- bge-embed.service(BGE向量服务)
- zhiyi-consolidate.service(Rust IPC)
- xiaowei-daemon.service(小唯持久意识 daemon.py)
- tencentdb.service(TencentDB L0/L1存储层)
自检脚本修复:
- 改用 systemctl --user is-active 检查 systemd 服务(不再 pgrep)
- 新增 TencentDB 端口 8420 检测
重启后预期:5个服务全部自动拉起,记忆系统无缝恢复
|
2026-07-20 17:44:02 +08:00 |
小唯 A06
|
d00e72ab3b
|
auto-snapshot 2026-07-20 03:00:01
|
2026-07-20 03:00:01 +08:00 |
小唯 A06
|
10e39e9d4a
|
auto-snapshot 2026-07-19 03:00:40
|
2026-07-19 03:00:40 +08:00 |
小唯 A06
|
1d470578e9
|
auto-snapshot 2026-07-18 03:00:17
|
2026-07-18 03:00:17 +08:00 |
小唯 A06
|
86a79bd940
|
chore: 全面检查完成 + Calibre书库接入 192.168.123.11:8089
全面检查修复:
- 4个cron wrapper脚本空格问题修复
- NewAPI token验证逻辑确认(curl需带token)
- OpenClaw 2026.7.1最新
- Herms v0.18.0已升级
Calibre内容服务器:
- 书库: D:\calibre书库- 端口: 8089 (已放行防火墙)
- 启动: 牧尘手动执行(方案A)
- OPDS: http://192.168.123.11:8089/opds
- 状态: 正常运行✅
|
2026-07-18 02:09:03 +08:00 |
小唯 A06
|
5ef4b3eab9
|
auto-snapshot 2026-07-17 03:00:53
|
2026-07-17 03:00:53 +08:00 |
小唯 A06
|
216fc45457
|
auto-snapshot 2026-07-16 03:00:33
|
2026-07-16 03:00:33 +08:00 |
小唯 A06
|
7b3e2040ee
|
auto-snapshot 2026-07-15 03:00:14
|
2026-07-15 03:00:14 +08:00 |
小唯 A06
|
4c505be881
|
feat: awesome-llm-apps 借鉴落地(6项目分析+3项实现)
来源: Shubhamsaboo/awesome-llm-apps (Gitea: awesome-llm-apps-source)
实现:
- corrective_rag → daemon.py: corrective_recall (LLM相关性评分+query改写重检)
- agentic_rag_reasoning → daemon.py: log_reasoning_step/get_reasoning_trace (deep_tick推理轨迹)
- always_on_agents → daemon.py: deep_tick内4阶段记录追踪步骤
- knowledge_graph_rag → zhiyi skill: 多跳推理查询+来源链追溯模式文档
未改动: multi_mcp_agent/router (openclaw已验证架构,skill已记录)
|
2026-07-14 10:10:01 +08:00 |
小唯 A06
|
78ea0bf197
|
auto-snapshot 2026-07-14 03:00:50
|
2026-07-14 03:00:50 +08:00 |
小唯 A06
|
fb709f0cec
|
feat(记忆系统): 5阶段全部落地 - 时间衰减recall/遗忘曲线分层/画像LLM合成/冲突检测/Consolidation引擎
Phase 1: time_decay_recall() - 织忆recall加权时间衰减(60%语义+40%衰减)
Phase 4: get_memory_tier + log_memory_access + _boost_recalled_memory - hot/warm/cold/archive四层+30天访问boost×1.15
Phase 2: update_profile_from_journal - deep_tick时LLM分析journal更新画像
Phase 3: detect_memory_conflicts + _write_conflicts_to_queue - journal vs 织忆矛盾检测+冲突队列
Phase 5: _consolidate_memories() - memory-system-self-upgrade.py每日Consolidation(重复记忆检测+高频模式挖掘+触发器)
全部语法验证通过,daemon已重启生效。
|
2026-07-13 13:53:43 +08:00 |
小唯 A06
|
6568857d00
|
auto-snapshot 2026-07-13 03:00:27
|
2026-07-13 03:00:27 +08:00 |
小唯 A06
|
ca02509b22
|
auto-snapshot 2026-07-12 03:00:02
|
2026-07-12 03:00:02 +08:00 |
小唯 A06
|
bdc1cbf04b
|
auto-snapshot 2026-07-11 03:00:36
|
2026-07-11 03:00:36 +08:00 |
小唯 A06
|
446bcb54b9
|
auto-snapshot 2026-07-10 03:00:12
|
2026-07-10 03:00:12 +08:00 |
小唯 A06
|
79b4e24f40
|
fix: backup gaps + zhiyi audit + learner update
|
2026-07-09 13:16:10 +08:00 |
小唯 A06
|
0d98aa5f3b
|
feat: whisper-stt + comfyui skills, 织忆health check done
|
2026-07-09 12:20:32 +08:00 |
小唯 A06
|
5fd6b42581
|
skill batch upgrade: 57 C->B, avg 5.2->6.0, needs_attention 58->0
|
2026-07-09 11:23:28 +08:00 |
小唯 A06
|
31fb8a91b0
|
skill cleanup: archive 33 D-grade, upgrade 7 to B/C, avg score 4.7→5.2, D count 40→0
|
2026-07-09 09:07:38 +08:00 |
小唯 A06
|
57b142e954
|
fix: cron no-agent script args - add wrappers for learner-learn.sh, dual-backup-push.sh; fix config-protector.sh
|
2026-07-09 08:09:22 +08:00 |
小唯 A06
|
a0658d81a8
|
auto-snapshot 2026-07-09 08:09:13
|
2026-07-09 08:09:13 +08:00 |
小唯 A06
|
f0200697bd
|
auto-snapshot 2026-07-09 08:06:08
|
2026-07-09 08:06:08 +08:00 |
小唯 A06
|
7d6b48c8bc
|
auto-snapshot 2026-07-09 02:52:03
|
2026-07-09 02:52:03 +08:00 |
小唯 A06
|
cd506ceb14
|
auto-snapshot 2026-07-09 02:47:58
|
2026-07-09 02:47:58 +08:00 |
小唯 A06
|
27805b222b
|
auto-snapshot 2026-07-09 02:39:41
|
2026-07-09 02:39:41 +08:00 |
小唯 A06
|
d78b732457
|
auto-snapshot 2026-07-09 02:31:37
|
2026-07-09 02:31:37 +08:00 |
小唯 A06
|
29bf401a8b
|
auto-snapshot 2026-07-09 02:24:24
|
2026-07-09 02:24:24 +08:00 |
小唯 A06
|
f1c823cc2e
|
auto-snapshot 2026-07-09 02:19:35
|
2026-07-09 02:19:35 +08:00 |