nlm-memory 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (247) hide show
  1. package/README.md +72 -34
  2. package/dist/cli/nlm.js +2 -1
  3. package/dist/cli/nlm.js.map +1 -1
  4. package/dist/http/app.js +2 -1
  5. package/dist/http/app.js.map +1 -1
  6. package/dist/mcp/server.js +20 -1
  7. package/dist/mcp/server.js.map +1 -1
  8. package/dist/ui/assets/{index-C8cpwbYJ.css → index-Beo8psd-.css} +1 -1
  9. package/dist/ui/assets/{index-CB50QnL-.js → index-CSPTTeeM.js} +8 -8
  10. package/dist/ui/index.html +2 -2
  11. package/package.json +26 -1
  12. package/.agents/plugins/marketplace.json +0 -20
  13. package/.github/workflows/ci.yml +0 -30
  14. package/docs/methodology/re-derivation-rate.md +0 -112
  15. package/docs/methodology/useful-hit-rate.md +0 -79
  16. package/docs/plans/2026-05-20-fts5-lexical-recall.md +0 -1088
  17. package/docs/plans/2026-05-20-recall-daemon-wedge-fix.md +0 -662
  18. package/docs/plans/2026-05-20-recall-hook-design.md +0 -131
  19. package/docs/plans/2026-05-20-recall-hook-implementation.md +0 -1222
  20. package/docs/plans/desktop-product.md +0 -69
  21. package/docs/plans/factstore-design.md +0 -236
  22. package/logs/CHANGELOG/CHANGELOG-2026.md +0 -1575
  23. package/logs/CHANGELOG/CHANGELOG.md +0 -209
  24. package/migrations/000_initial_schema.sql +0 -174
  25. package/migrations/001_entity_type_rename.sql +0 -17
  26. package/migrations/002_adapter_state_extend.sql +0 -12
  27. package/migrations/003_session_embeddings.sql +0 -11
  28. package/migrations/004_facts.sql +0 -46
  29. package/migrations/005_sources.sql +0 -31
  30. package/migrations/006_providers.sql +0 -33
  31. package/migrations/007_source_tokens.sql +0 -17
  32. package/migrations/008_fts_rebuild.sql +0 -9
  33. package/migrations/009_session_embedding_chunks.sql +0 -46
  34. package/migrations/010_sources_opencode.sql +0 -30
  35. package/migrations/011_sources_hermes_agent.sql +0 -30
  36. package/migrations/012_sources_aider.sql +0 -30
  37. package/migrations/013_adapter_state_failure_count.sql +0 -12
  38. package/migrations/014_sources_cursor.sql +0 -30
  39. package/migrations/015_sources_windsurf.sql +0 -30
  40. package/plugin-hermes-agent/README.md +0 -49
  41. package/plugin-hermes-agent/__init__.py +0 -75
  42. package/plugin-hermes-agent/plugin.yaml +0 -15
  43. package/scripts/backfill-citations.mjs +0 -0
  44. package/scripts/build-codex-plugin.mjs +0 -61
  45. package/scripts/deepseek-probe.mjs +0 -67
  46. package/scripts/extract-triples.mjs +0 -207
  47. package/scripts/longmemeval/embedding-cache.ts +0 -77
  48. package/scripts/longmemeval/fetch-dataset.sh +0 -25
  49. package/scripts/longmemeval/run-harness.ts +0 -315
  50. package/scripts/longmemeval/scorer.ts +0 -99
  51. package/scripts/longmemeval/tsconfig.json +0 -9
  52. package/scripts/longmemeval/types.ts +0 -35
  53. package/scripts/nlm-daily-digest.py +0 -239
  54. package/scripts/nlm-daily-digest.sh +0 -28
  55. package/src/cli/classify-parity.ts +0 -257
  56. package/src/cli/launchctl-helpers.ts +0 -49
  57. package/src/cli/nlm.ts +0 -1078
  58. package/src/core/actions/actions-log.ts +0 -118
  59. package/src/core/actions/overlay.ts +0 -117
  60. package/src/core/adapters/aider.ts +0 -205
  61. package/src/core/adapters/claude-code.ts +0 -293
  62. package/src/core/adapters/common.ts +0 -54
  63. package/src/core/adapters/cursor.ts +0 -486
  64. package/src/core/adapters/from-source.ts +0 -67
  65. package/src/core/adapters/hermes-agent.ts +0 -240
  66. package/src/core/adapters/hermes.ts +0 -277
  67. package/src/core/adapters/jsonl-generic.ts +0 -208
  68. package/src/core/adapters/opencode.ts +0 -281
  69. package/src/core/adapters/pi.ts +0 -264
  70. package/src/core/adapters/windsurf.ts +0 -386
  71. package/src/core/classifier/prompt.ts +0 -200
  72. package/src/core/dataset/build-dataset.ts +0 -463
  73. package/src/core/embedding/chunk-body.ts +0 -76
  74. package/src/core/embedding/embed-backfill.ts +0 -210
  75. package/src/core/embedding/embed-normalize.ts +0 -135
  76. package/src/core/facts/backfill-facts.ts +0 -254
  77. package/src/core/facts/extract-facts.ts +0 -50
  78. package/src/core/hook/citation-detect.ts +0 -124
  79. package/src/core/hook/cite-memo.ts +0 -68
  80. package/src/core/hook/claude-settings.ts +0 -187
  81. package/src/core/hook/gate.ts +0 -25
  82. package/src/core/hook/hook-log.ts +0 -41
  83. package/src/core/hook/memo-sweep.ts +0 -164
  84. package/src/core/hook/memo.ts +0 -67
  85. package/src/core/hook/pointer-block.ts +0 -26
  86. package/src/core/hook/select.ts +0 -32
  87. package/src/core/hook/transcript.ts +0 -121
  88. package/src/core/ingest/ingest-session.ts +0 -111
  89. package/src/core/providers/provider-models.ts +0 -100
  90. package/src/core/providers/provider-registry.ts +0 -196
  91. package/src/core/recall/citation-log.ts +0 -108
  92. package/src/core/recall/filter.ts +0 -27
  93. package/src/core/recall/index.ts +0 -6
  94. package/src/core/recall/match-fields.ts +0 -40
  95. package/src/core/recall/query-log.ts +0 -149
  96. package/src/core/recall/query-shape.ts +0 -66
  97. package/src/core/recall/recall-service.ts +0 -320
  98. package/src/core/recall/recent-log.ts +0 -59
  99. package/src/core/recall/tokenize.ts +0 -18
  100. package/src/core/recall/useful-scan.ts +0 -336
  101. package/src/core/recall-facts/fact-query-log.ts +0 -150
  102. package/src/core/recall-facts/fact-recall-service.ts +0 -327
  103. package/src/core/scheduler/scan-once.ts +0 -142
  104. package/src/core/scheduler/scheduler.ts +0 -225
  105. package/src/core/sources/source-registry.ts +0 -278
  106. package/src/core/storage/db-restore.ts +0 -133
  107. package/src/core/storage/live-status.ts +0 -45
  108. package/src/core/storage/migrate.ts +0 -72
  109. package/src/core/storage/sqlite-fact-store.ts +0 -304
  110. package/src/core/storage/sqlite-session-store.ts +0 -810
  111. package/src/hook/hook-auth.ts +0 -18
  112. package/src/hook/prompt-recall-hook.ts +0 -180
  113. package/src/hook/session-end-hook.ts +0 -81
  114. package/src/hook/session-start-hook.ts +0 -168
  115. package/src/hook/stop-hook.ts +0 -239
  116. package/src/http/app.ts +0 -1215
  117. package/src/install/claude-code.ts +0 -128
  118. package/src/install/codex.ts +0 -367
  119. package/src/install/cursor.ts +0 -68
  120. package/src/install/hermes-agent.ts +0 -76
  121. package/src/install/hermes.ts +0 -78
  122. package/src/install/nlm-dir-perms.ts +0 -55
  123. package/src/install/ollama.ts +0 -284
  124. package/src/install/setup.ts +0 -489
  125. package/src/install/windsurf.ts +0 -68
  126. package/src/llm/classifier-box.ts +0 -64
  127. package/src/llm/deepseek-client.ts +0 -150
  128. package/src/llm/env-autoload.ts +0 -55
  129. package/src/llm/ollama-client.ts +0 -189
  130. package/src/mcp/server.ts +0 -534
  131. package/src/ports/fact-store.ts +0 -102
  132. package/src/ports/llm-client.ts +0 -52
  133. package/src/ports/logger.ts +0 -16
  134. package/src/ports/session-store.ts +0 -45
  135. package/src/ports/transcript-adapter.ts +0 -55
  136. package/src/shared/types.ts +0 -149
  137. package/src/ui/App.tsx +0 -58
  138. package/src/ui/components/PromoteOpenButton.tsx +0 -65
  139. package/src/ui/components/SessionDrawer.tsx +0 -199
  140. package/src/ui/components/SideNav.tsx +0 -162
  141. package/src/ui/components/Skeleton.tsx +0 -107
  142. package/src/ui/index.html +0 -13
  143. package/src/ui/lib/actions.ts +0 -30
  144. package/src/ui/lib/api.ts +0 -92
  145. package/src/ui/lib/dataset.ts +0 -141
  146. package/src/ui/lib/registries.ts +0 -155
  147. package/src/ui/lib/view-settings.ts +0 -41
  148. package/src/ui/main.tsx +0 -15
  149. package/src/ui/pages/Live.tsx +0 -229
  150. package/src/ui/pages/Pulse.tsx +0 -415
  151. package/src/ui/pages/Recall.tsx +0 -190
  152. package/src/ui/pages/River.tsx +0 -354
  153. package/src/ui/pages/Search.tsx +0 -386
  154. package/src/ui/pages/Stub.tsx +0 -9
  155. package/src/ui/pages/Thread.tsx +0 -473
  156. package/src/ui/pages/settings/Classifier.tsx +0 -227
  157. package/src/ui/pages/settings/Data.tsx +0 -190
  158. package/src/ui/pages/settings/Index.tsx +0 -65
  159. package/src/ui/pages/settings/Labels.tsx +0 -224
  160. package/src/ui/pages/settings/Providers.tsx +0 -305
  161. package/src/ui/pages/settings/SettingsSubnav.tsx +0 -28
  162. package/src/ui/pages/settings/Sources.tsx +0 -326
  163. package/src/ui/pages/settings/Views.tsx +0 -96
  164. package/src/ui/styles.css +0 -1890
  165. package/src/ui/tsconfig.json +0 -21
  166. package/src/ui/vite.config.ts +0 -19
  167. package/tests/fixtures/claude_code/short_session.jsonl +0 -2
  168. package/tests/fixtures/claude_code/standard_iso.jsonl +0 -4
  169. package/tests/fixtures/claude_code/tool_heavy.jsonl +0 -8
  170. package/tests/fixtures/claude_code/with_subagent.jsonl +0 -7
  171. package/tests/fixtures/facts.ts +0 -17
  172. package/tests/fixtures/golden-corpus.ts +0 -85
  173. package/tests/fixtures/hermes/paired_request_dump.json +0 -24
  174. package/tests/fixtures/hermes/paired_session.json +0 -23
  175. package/tests/fixtures/hermes/request_dump.json +0 -28
  176. package/tests/fixtures/hermes/session_iso.json +0 -38
  177. package/tests/fixtures/hermes/session_unix.json +0 -38
  178. package/tests/fixtures/hermes/system_only.json +0 -18
  179. package/tests/fixtures/pi/error-connection-abort.jsonl +0 -8
  180. package/tests/fixtures/pi/short-successful.jsonl +0 -5
  181. package/tests/fixtures/pi/with-custom-message.jsonl +0 -6
  182. package/tests/fixtures/sessions.ts +0 -22
  183. package/tests/integration/backfill-facts.test.ts +0 -362
  184. package/tests/integration/citation-explicit.test.ts +0 -111
  185. package/tests/integration/cite-event.test.ts +0 -169
  186. package/tests/integration/cite-memo.test.ts +0 -87
  187. package/tests/integration/db-restore.test.ts +0 -153
  188. package/tests/integration/embed-backfill.test.ts +0 -176
  189. package/tests/integration/fact-supersedence.test.ts +0 -313
  190. package/tests/integration/fts-index.test.ts +0 -60
  191. package/tests/integration/getbyids-sqlite.test.ts +0 -100
  192. package/tests/integration/hermes-agent-hooks.test.ts +0 -248
  193. package/tests/integration/hook-claude-settings.test.ts +0 -218
  194. package/tests/integration/hook-log.test.ts +0 -54
  195. package/tests/integration/hook-memo.test.ts +0 -68
  196. package/tests/integration/hook-pre-compact.test.ts +0 -105
  197. package/tests/integration/hook-subagent-start.test.ts +0 -102
  198. package/tests/integration/http.test.ts +0 -401
  199. package/tests/integration/keyword-search-fts.test.ts +0 -66
  200. package/tests/integration/mcp-recall-logging.test.ts +0 -88
  201. package/tests/integration/mcp.test.ts +0 -260
  202. package/tests/integration/memo-sweep.test.ts +0 -91
  203. package/tests/integration/prompt-recall-hook.test.ts +0 -88
  204. package/tests/integration/provider-registry.test.ts +0 -107
  205. package/tests/integration/recall-golden.test.ts +0 -59
  206. package/tests/integration/recall-sqlite.test.ts +0 -169
  207. package/tests/integration/scheduler.test.ts +0 -391
  208. package/tests/integration/session-end-hook.test.ts +0 -48
  209. package/tests/integration/session-start-hook.test.ts +0 -126
  210. package/tests/integration/source-registry.test.ts +0 -122
  211. package/tests/integration/sqlite-fact-store.test.ts +0 -346
  212. package/tests/integration/stop-hook.test.ts +0 -560
  213. package/tests/integration/wal-checkpoint.test.ts +0 -49
  214. package/tests/unit/cli/launchctl-helpers.test.ts +0 -60
  215. package/tests/unit/core/adapters/aider.test.ts +0 -230
  216. package/tests/unit/core/adapters/claude-code.test.ts +0 -118
  217. package/tests/unit/core/adapters/cursor.test.ts +0 -485
  218. package/tests/unit/core/adapters/hermes-agent.test.ts +0 -329
  219. package/tests/unit/core/adapters/hermes.test.ts +0 -81
  220. package/tests/unit/core/adapters/jsonl-generic.test.ts +0 -142
  221. package/tests/unit/core/adapters/opencode.test.ts +0 -354
  222. package/tests/unit/core/adapters/pi.test.ts +0 -110
  223. package/tests/unit/core/adapters/windsurf.test.ts +0 -416
  224. package/tests/unit/core/classifier/prompt.test.ts +0 -126
  225. package/tests/unit/core/embedding/chunk-body.test.ts +0 -100
  226. package/tests/unit/core/facts/extract-facts.test.ts +0 -117
  227. package/tests/unit/core/filter.test.ts +0 -40
  228. package/tests/unit/core/hook/citation-detect-cite-session.test.ts +0 -96
  229. package/tests/unit/core/hook/citation-detect.test.ts +0 -124
  230. package/tests/unit/core/hook/gate.test.ts +0 -29
  231. package/tests/unit/core/hook/pointer-block.test.ts +0 -22
  232. package/tests/unit/core/hook/select.test.ts +0 -66
  233. package/tests/unit/core/match-fields.test.ts +0 -39
  234. package/tests/unit/core/mcp-cite-session.test.ts +0 -51
  235. package/tests/unit/core/providers/provider-models.test.ts +0 -101
  236. package/tests/unit/core/query-shape.test.ts +0 -92
  237. package/tests/unit/core/recall-facts/fact-recall-service.test.ts +0 -258
  238. package/tests/unit/core/recall-service.test.ts +0 -200
  239. package/tests/unit/core/storage/live-status.test.ts +0 -54
  240. package/tests/unit/core/tokenize.test.ts +0 -32
  241. package/tests/unit/core/useful-scan.test.ts +0 -537
  242. package/tests/unit/llm/embed.test.ts +0 -93
  243. package/tests/unit/llm/ollama-client.test.ts +0 -124
  244. package/tests/unit/scripts/longmemeval-scorer.test.ts +0 -114
  245. package/tsconfig.json +0 -31
  246. package/tsconfig.test.json +0 -11
  247. package/vitest.config.ts +0 -22
@@ -1,240 +0,0 @@
1
- /**
2
- * NousResearch Hermes Agent adapter.
3
- *
4
- * Reads the Hermes Agent SQLite state database at:
5
- * ~/.hermes/state.db (customizable via HERMES_HOME)
6
- *
7
- * Schema (schema version 11):
8
- * sessions — id, title, source, started_at (Unix float), ended_at (Unix float)
9
- * messages — id, session_id, role, content, tool_calls (JSON), tool_name, timestamp (Unix float)
10
- *
11
- * Roles extracted: user, assistant (with optional tool_calls), tool (result).
12
- * Roles skipped: system.
13
- *
14
- * Tool calls in assistant messages are summarized as [tool_use: <name>].
15
- * Tool result messages are summarized as [tool_result: <name>: <preview>].
16
- *
17
- * This adapter is distinct from HermesAdapter (src/core/adapters/hermes.ts),
18
- * which reads Whtnxt Hermes WebUI session JSON files from ~/.hermes/sessions/.
19
- */
20
-
21
- import { existsSync, readFileSync } from "node:fs";
22
- import { homedir } from "node:os";
23
- import { join } from "node:path";
24
- import Database from "better-sqlite3";
25
- import type {
26
- DetectionResult,
27
- DiscoverOptions,
28
- SessionChunk,
29
- TranscriptAdapter,
30
- } from "@ports/transcript-adapter.js";
31
- import { durationMinutes, normalizeTimestamp, safeSessionId } from "./common.js";
32
-
33
- const TOOL_RESULT_PREVIEW_CHARS = 240;
34
-
35
- export interface HermesAgentAdapterOptions {
36
- readonly dbPath?: string;
37
- }
38
-
39
- interface Turn {
40
- readonly role: "user" | "assistant" | "tool";
41
- readonly text: string;
42
- readonly timestamp: number;
43
- }
44
-
45
- interface SessionRow {
46
- readonly id: string;
47
- readonly title: string | null;
48
- readonly started_at: number;
49
- readonly ended_at: number | null;
50
- }
51
-
52
- interface MessageRow {
53
- readonly id: number;
54
- readonly role: string;
55
- readonly content: string | null;
56
- readonly tool_calls: string | null;
57
- readonly tool_name: string | null;
58
- readonly timestamp: number;
59
- }
60
-
61
- interface ToolCall {
62
- readonly function?: {
63
- readonly name?: string;
64
- };
65
- }
66
-
67
- export function defaultDbPath(): string {
68
- if (process.env["NLM_HERMES_AGENT_DB_PATH"]) return process.env["NLM_HERMES_AGENT_DB_PATH"];
69
- const hermesHome = process.env["HERMES_HOME"] ?? join(homedir(), ".hermes");
70
- return join(hermesHome, "state.db");
71
- }
72
-
73
- function readGitBranch(directory: string): string {
74
- try {
75
- const head = readFileSync(join(directory, ".git", "HEAD"), "utf8").trim();
76
- const match = /^ref: refs\/heads\/(.+)$/.exec(head);
77
- return match ? (match[1] ?? "") : "";
78
- } catch {
79
- return "";
80
- }
81
- }
82
-
83
- function extractTurns(messages: MessageRow[]): Turn[] {
84
- const turns: Turn[] = [];
85
- for (const msg of messages) {
86
- if (msg.role === "system") continue;
87
- if (msg.role !== "user" && msg.role !== "assistant" && msg.role !== "tool") continue;
88
-
89
- const segments: string[] = [];
90
-
91
- if (msg.role === "tool") {
92
- const name = msg.tool_name ?? "tool";
93
- const raw = msg.content ?? "";
94
- const preview = raw.slice(0, TOOL_RESULT_PREVIEW_CHARS);
95
- const ellipsis = raw.length > TOOL_RESULT_PREVIEW_CHARS ? "…" : "";
96
- if (raw) segments.push(`[tool_result: ${name}: ${preview}${ellipsis}]`);
97
- else segments.push(`[tool_result: ${name}]`);
98
- } else {
99
- if (msg.content) segments.push(msg.content);
100
-
101
- if (msg.tool_calls) {
102
- let calls: ToolCall[];
103
- try {
104
- calls = JSON.parse(msg.tool_calls) as ToolCall[];
105
- } catch {
106
- calls = [];
107
- }
108
- for (const tc of calls) {
109
- const name = tc.function?.name ?? "tool";
110
- segments.push(`[tool_use: ${name}]`);
111
- }
112
- }
113
- }
114
-
115
- const text = segments.join("\n").trim();
116
- if (!text) continue;
117
-
118
- turns.push({
119
- role: msg.role as Turn["role"],
120
- text,
121
- timestamp: msg.timestamp,
122
- });
123
- }
124
- return turns;
125
- }
126
-
127
- function provisionalLabel(turns: ReadonlyArray<Turn>): string {
128
- for (const t of turns) {
129
- if (t.role !== "user") continue;
130
- const first = t.text.split("\n", 1)[0]?.trim();
131
- if (first) return first.slice(0, 80);
132
- }
133
- return "Untitled session";
134
- }
135
-
136
- export class HermesAgentAdapter implements TranscriptAdapter {
137
- readonly name = "hermes-agent";
138
- readonly runtimeVersion = "hermes-agent/1.0";
139
- readonly transcriptKind = "hermes-agent-sqlite";
140
-
141
- private readonly dbPath: string;
142
-
143
- constructor(opts: HermesAgentAdapterOptions = {}) {
144
- this.dbPath = opts.dbPath ?? defaultDbPath();
145
- }
146
-
147
- detect(): DetectionResult {
148
- if (existsSync(this.dbPath)) {
149
- return { adapterName: this.name, enabled: true, path: this.dbPath, hint: null };
150
- }
151
- return {
152
- adapterName: this.name,
153
- enabled: false,
154
- path: null,
155
- hint: "Hermes Agent state.db not found — install NousResearch Hermes Agent or set HERMES_HOME.",
156
- };
157
- }
158
-
159
- async discover(options?: DiscoverOptions): Promise<ReadonlyArray<string>> {
160
- if (!existsSync(this.dbPath)) return [];
161
- let db: Database.Database | undefined;
162
- try {
163
- db = new Database(this.dbPath, { readonly: true });
164
- let rows: { id: string }[];
165
- if (options?.since) {
166
- const sinceTs = options.since.getTime() / 1000;
167
- rows = db
168
- .prepare<[number], { id: string }>(
169
- `SELECT id FROM sessions WHERE started_at >= ? ORDER BY started_at ASC`,
170
- )
171
- .all(sinceTs);
172
- } else {
173
- rows = db
174
- .prepare<[], { id: string }>(
175
- `SELECT id FROM sessions ORDER BY started_at ASC`,
176
- )
177
- .all();
178
- }
179
- return rows.map((r) => r.id);
180
- } catch {
181
- return [];
182
- } finally {
183
- db?.close();
184
- }
185
- }
186
-
187
- async parseSession(sessionId: string): Promise<SessionChunk | null> {
188
- if (!existsSync(this.dbPath)) return null;
189
- let db: Database.Database | undefined;
190
- try {
191
- db = new Database(this.dbPath, { readonly: true });
192
-
193
- const session = db
194
- .prepare<[string], SessionRow>(
195
- `SELECT id, title, started_at, ended_at FROM sessions WHERE id = ?`,
196
- )
197
- .get(sessionId);
198
- if (!session) return null;
199
-
200
- const messages = db
201
- .prepare<[string], MessageRow>(
202
- `SELECT id, role, content, tool_calls, tool_name, timestamp
203
- FROM messages WHERE session_id = ? ORDER BY timestamp ASC`,
204
- )
205
- .all(sessionId);
206
-
207
- const turns = extractTurns(messages);
208
- if (turns.length === 0) return null;
209
-
210
- const startedAt = normalizeTimestamp(session.started_at);
211
- const endedAt = normalizeTimestamp(session.ended_at ?? session.started_at);
212
- const transcript = turns.map((t) => `${t.role}: ${t.text}`).join("\n\n");
213
-
214
- const label =
215
- session.title && session.title.trim()
216
- ? session.title.slice(0, 80)
217
- : provisionalLabel(turns);
218
-
219
- return {
220
- id: safeSessionId("ha", sessionId),
221
- runtime: this.runtimeVersion,
222
- runtimeSessionId: sessionId,
223
- sourcePath: `${this.dbPath}::${sessionId}`,
224
- startedAt,
225
- endedAt,
226
- durationMin: durationMinutes(startedAt, endedAt),
227
- turnCount: turns.length,
228
- byteRange: [0, Buffer.byteLength(transcript, "utf8")],
229
- projectDir: "",
230
- gitBranch: "",
231
- text: transcript,
232
- label,
233
- };
234
- } catch {
235
- return null;
236
- } finally {
237
- db?.close();
238
- }
239
- }
240
- }
@@ -1,277 +0,0 @@
1
- /**
2
- * Hermes adapter.
3
- *
4
- * Reads ~/.hermes/sessions/*.json files. Two file shapes coexist:
5
- *
6
- * session_<date>_<id>.json — live session format
7
- * { session_id, model, session_start, last_updated, messages: [...] }
8
- *
9
- * request_dump_<date>_<id>_<date>_<time>.json — error-dump format
10
- * { timestamp, session_id, request: { body: { messages: [...] } } }
11
- *
12
- * Discovery dedupes by `session_id`: when both shapes exist for the same
13
- * session (failure case), the live `session_` file wins because it carries
14
- * richer metadata.
15
- */
16
-
17
- import { promises as fs, existsSync, statSync } from "node:fs";
18
- import { basename, extname, join } from "node:path";
19
- import { homedir } from "node:os";
20
- import type {
21
- DetectionResult,
22
- DiscoverOptions,
23
- SessionChunk,
24
- TranscriptAdapter,
25
- } from "@ports/transcript-adapter.js";
26
- import {
27
- durationMinutes,
28
- normalizeTimestamp,
29
- safeSessionId,
30
- } from "./common.js";
31
-
32
- const TOOL_RESULT_PREVIEW_CHARS = 200;
33
-
34
- export interface HermesAdapterOptions {
35
- readonly sessionsPath?: string;
36
- readonly idleMinutes?: number;
37
- }
38
-
39
- interface Turn {
40
- readonly role: string;
41
- readonly text: string;
42
- readonly timestamp: string;
43
- }
44
-
45
- export class HermesAdapter implements TranscriptAdapter {
46
- readonly name = "hermes";
47
- readonly runtimeVersion = "hermes/1.0";
48
- readonly transcriptKind = "hermes-json";
49
-
50
- private readonly sessionsPath: string;
51
- readonly idleMinutes: number;
52
-
53
- constructor(opts: HermesAdapterOptions = {}) {
54
- this.sessionsPath =
55
- opts.sessionsPath ?? join(homedir(), ".hermes", "sessions");
56
- this.idleMinutes = opts.idleMinutes ?? 30;
57
- }
58
-
59
- detect(): DetectionResult {
60
- const p = join(homedir(), ".hermes", "sessions");
61
- if (existsSync(p) && statSync(p).isDirectory()) {
62
- return { adapterName: this.name, enabled: true, path: p, hint: null };
63
- }
64
- return {
65
- adapterName: this.name,
66
- enabled: false,
67
- path: null,
68
- hint: "Hermes not detected — ~/.hermes/sessions/ missing.",
69
- };
70
- }
71
-
72
- async discover(options: DiscoverOptions = {}): Promise<ReadonlyArray<string>> {
73
- if (!existsSync(this.sessionsPath)) return [];
74
-
75
- const allFiles: string[] = [];
76
- const entries = await fs.readdir(this.sessionsPath, { withFileTypes: true });
77
- for (const ent of entries) {
78
- if (!ent.isFile() || extname(ent.name) !== ".json") continue;
79
- const full = join(this.sessionsPath, ent.name);
80
- const st = await fs.stat(full);
81
- if (st.size === 0) continue;
82
- allFiles.push(full);
83
- }
84
-
85
- // Build session_id → {session, dump} map, preferring session_ files.
86
- const bySid = new Map<string, { session?: string; dump?: string }>();
87
- for (const jf of allFiles) {
88
- let data: Record<string, unknown>;
89
- try {
90
- const raw = await fs.readFile(jf, "utf8");
91
- data = JSON.parse(raw) as Record<string, unknown>;
92
- } catch {
93
- continue;
94
- }
95
- const sidVal = data["session_id"];
96
- const sid = typeof sidVal === "string" && sidVal ? sidVal : basename(jf, ".json");
97
- const hasMessages = "messages" in data && !("request" in data);
98
- const slot = hasMessages ? "session" : "dump";
99
- const cur = bySid.get(sid) ?? {};
100
- cur[slot] = jf;
101
- bySid.set(sid, cur);
102
- }
103
-
104
- const chosen: { mtime: number; path: string }[] = [];
105
- for (const variants of bySid.values()) {
106
- const canonical = variants.session ?? variants.dump;
107
- if (!canonical) continue;
108
- const st = await fs.stat(canonical);
109
- if (options.since && st.mtime < options.since) continue;
110
- chosen.push({ mtime: st.mtimeMs, path: canonical });
111
- }
112
- chosen.sort((a, b) => a.mtime - b.mtime);
113
- return chosen.map((c) => c.path);
114
- }
115
-
116
- async parseSession(path: string): Promise<SessionChunk | null> {
117
- let data: Record<string, unknown>;
118
- try {
119
- const raw = await fs.readFile(path, "utf8");
120
- data = JSON.parse(raw) as Record<string, unknown>;
121
- } catch {
122
- return null;
123
- }
124
-
125
- let totalBytes = 0;
126
- try {
127
- totalBytes = (await fs.stat(path)).size;
128
- } catch {
129
- return null;
130
- }
131
-
132
- let msgs: unknown[];
133
- let sessionId: string;
134
- let fileStartedAt: string;
135
- let fileEndedAt: string;
136
-
137
- if ("messages" in data && !isRecord(data["request"])) {
138
- // Live session format
139
- msgs = Array.isArray(data["messages"]) ? data["messages"] : [];
140
- sessionId =
141
- typeof data["session_id"] === "string" && data["session_id"]
142
- ? data["session_id"]
143
- : basename(path, ".json");
144
- fileStartedAt =
145
- typeof data["session_start"] === "string" ? data["session_start"] : "";
146
- fileEndedAt =
147
- typeof data["last_updated"] === "string" ? data["last_updated"] : "";
148
- } else {
149
- // Request dump format
150
- const body = isRecord(data["request"]) && isRecord(data["request"]["body"])
151
- ? (data["request"]["body"] as Record<string, unknown>)
152
- : {};
153
- msgs = Array.isArray(body["messages"]) ? body["messages"] : [];
154
- sessionId =
155
- typeof data["session_id"] === "string" && data["session_id"]
156
- ? data["session_id"]
157
- : basename(path, ".json");
158
- const ts = typeof data["timestamp"] === "string" ? data["timestamp"] : "";
159
- fileStartedAt = ts;
160
- fileEndedAt = ts;
161
- }
162
-
163
- if (msgs.length === 0) return null;
164
-
165
- fileStartedAt = normalizeTimestamp(fileStartedAt);
166
- fileEndedAt = normalizeTimestamp(fileEndedAt);
167
-
168
- const turns: Turn[] = [];
169
- let firstTs = "";
170
- let lastTs = "";
171
-
172
- for (const m of msgs) {
173
- if (!isRecord(m)) continue;
174
- const role = typeof m["role"] === "string" ? m["role"] : "";
175
- if (!role || role === "system") continue;
176
-
177
- const toolCalls = Array.isArray(m["tool_calls"])
178
- ? (m["tool_calls"] as unknown[])
179
- : null;
180
- const text = extractHermesText(m["content"], toolCalls);
181
- if (!text.trim()) continue;
182
-
183
- const msgTs = normalizeTimestamp(m["timestamp"]);
184
- if (msgTs) {
185
- if (!firstTs) firstTs = msgTs;
186
- lastTs = msgTs;
187
- }
188
-
189
- turns.push({ role, text, timestamp: msgTs });
190
- }
191
-
192
- if (turns.length === 0) return null;
193
-
194
- if (!firstTs && fileStartedAt) firstTs = fileStartedAt;
195
- if (!lastTs && fileEndedAt) lastTs = fileEndedAt;
196
-
197
- const transcript = turns.map((t) => `[${t.role}] ${t.text}`).join("\n\n");
198
- const duration = durationMinutes(firstTs, lastTs);
199
- const label = provisionalLabel(turns);
200
-
201
- return {
202
- id: safeSessionId("hm", sessionId),
203
- runtime: this.runtimeVersion,
204
- runtimeSessionId: sessionId,
205
- sourcePath: path,
206
- startedAt: firstTs,
207
- endedAt: lastTs,
208
- durationMin: duration,
209
- turnCount: turns.length,
210
- byteRange: [0, totalBytes],
211
- projectDir: "",
212
- gitBranch: "",
213
- text: transcript,
214
- label,
215
- };
216
- }
217
- }
218
-
219
- // ── helpers ──────────────────────────────────────────────────────────────
220
-
221
- function isRecord(v: unknown): v is Record<string, unknown> {
222
- return !!v && typeof v === "object" && !Array.isArray(v);
223
- }
224
-
225
- function extractHermesText(
226
- content: unknown,
227
- toolCalls: ReadonlyArray<unknown> | null,
228
- ): string {
229
- const parts: string[] = [];
230
-
231
- if (typeof content === "string") {
232
- const t = content.trim();
233
- if (t) parts.push(t);
234
- } else if (Array.isArray(content)) {
235
- for (const block of content) {
236
- if (!isRecord(block)) continue;
237
- const btype = block["type"];
238
- if (btype === "text") {
239
- const txt = block["text"];
240
- if (typeof txt === "string" && txt.trim()) parts.push(txt.trim());
241
- } else if (btype === "tool_result") {
242
- let res = block["content"];
243
- if (Array.isArray(res)) {
244
- res = res
245
- .filter(isRecord)
246
- .map((b) => (typeof b["text"] === "string" ? (b["text"] as string) : ""))
247
- .join("\n");
248
- }
249
- if (typeof res === "string" && res) {
250
- const preview = res.slice(0, TOOL_RESULT_PREVIEW_CHARS);
251
- const ellipsis = res.length > TOOL_RESULT_PREVIEW_CHARS ? "…" : "";
252
- parts.push(`[tool_result: ${preview}${ellipsis}]`);
253
- }
254
- }
255
- }
256
- }
257
-
258
- if (toolCalls) {
259
- for (const tc of toolCalls) {
260
- if (!isRecord(tc)) continue;
261
- const fn = isRecord(tc["function"]) ? (tc["function"] as Record<string, unknown>) : {};
262
- const name = typeof fn["name"] === "string" ? fn["name"] : "tool";
263
- parts.push(`[tool_use: ${name}]`);
264
- }
265
- }
266
-
267
- return parts.filter((p) => p).join("\n");
268
- }
269
-
270
- function provisionalLabel(turns: ReadonlyArray<Turn>): string {
271
- for (const t of turns) {
272
- if (t.role !== "user") continue;
273
- const firstLine = t.text.split("\n", 1)[0]?.trim();
274
- if (firstLine) return firstLine.slice(0, 80);
275
- }
276
- return "Untitled session";
277
- }