iven
4b15ead8e7
feat(hermes): implement intelligence pipeline — 4 chunks, 684 tests passing
Hermes Intelligence Pipeline closes breakpoints in ZCLAW's existing
intelligence components with 4 self-contained modules:
Chunk 1 — Self-improvement Loop:
- ExperienceStore (zclaw-growth): FTS5+TF-IDF wrapper with scope prefix
- ExperienceExtractor (desktop/intelligence): template-based extraction
from successful proposals with implicit keyword detection
Chunk 2 — User Modeling:
- UserProfileStore (zclaw-memory): SQLite-backed structured profiles
with industry/role/expertise/comm_style/recent_topics/pain_points
- UserProfiler (desktop/intelligence): fact classification by category
(Preference/Knowledge/Behavior) with profile summary formatting
Chunk 3 — NL Cron Chinese Time Parser:
- NlScheduleParser (zclaw-runtime): 6 pattern matchers for Chinese time
expressions (每天/每周/工作日/间隔/每月/一次性) producing cron expressions
- Period-aware hour adjustment (下午3点→15, 晚上8点→20)
- Schedule intent detection + task description extraction
Chunk 4 — Trajectory Compression:
- TrajectoryStore (zclaw-memory): trajectory_events + compressed_trajectories
- TrajectoryRecorderMiddleware (zclaw-runtime/middleware): priority 650,
async non-blocking event recording via tokio::spawn
- TrajectoryCompressor (desktop/intelligence): dedup, request classification,
satisfaction detection, execution chain JSON
Schema migrations: v2→v3 (user_profiles), v3→v4 (trajectory tables)
2026-04-09 17:47:43 +08:00
..
2026-03-17 08:14:41 +08:00
2026-03-27 07:36:03 +08:00
2026-03-27 07:36:03 +08:00
2026-03-23 23:24:08 +08:00
2026-03-24 01:16:52 +08:00
2026-03-26 17:19:28 +08:00
2026-03-29 10:46:41 +08:00
2026-03-29 10:46:41 +08:00
2026-03-30 13:32:22 +08:00
2026-03-31 11:12:47 +08:00
2026-04-02 19:25:00 +08:00
2026-04-02 19:25:00 +08:00
2026-04-02 19:25:00 +08:00
2026-04-01 23:21:22 +08:00
2026-04-03 00:24:16 +08:00
2026-04-03 00:42:48 +08:00
2026-04-03 21:34:56 +08:00
2026-04-08 13:39:06 +08:00
2026-04-08 13:39:06 +08:00
2026-04-08 23:02:54 +08:00
2026-04-08 23:15:06 +08:00
2026-04-09 17:47:43 +08:00