nlm-memory 0.5.0 → 0.5.2
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.
- package/README.md +89 -34
- package/dist/cli/digest.d.ts +20 -0
- package/dist/cli/digest.js +142 -0
- package/dist/cli/digest.js.map +1 -0
- package/dist/cli/nlm.d.ts +1 -0
- package/dist/cli/nlm.js +25 -1
- package/dist/cli/nlm.js.map +1 -1
- package/dist/core/digest/compose.d.ts +38 -0
- package/dist/core/digest/compose.js +93 -0
- package/dist/core/digest/compose.js.map +1 -0
- package/dist/core/digest/hook-liveness.d.ts +32 -0
- package/dist/core/digest/hook-liveness.js +54 -0
- package/dist/core/digest/hook-liveness.js.map +1 -0
- package/dist/http/app.js +2 -1
- package/dist/http/app.js.map +1 -1
- package/dist/mcp/server.js +20 -1
- package/dist/mcp/server.js.map +1 -1
- package/dist/ui/assets/{index-C8cpwbYJ.css → index-Beo8psd-.css} +1 -1
- package/dist/ui/assets/{index-CB50QnL-.js → index-CSPTTeeM.js} +8 -8
- package/dist/ui/index.html +2 -2
- package/package.json +26 -1
- package/.agents/plugins/marketplace.json +0 -20
- package/.github/workflows/ci.yml +0 -30
- package/docs/methodology/re-derivation-rate.md +0 -112
- package/docs/methodology/useful-hit-rate.md +0 -79
- package/docs/plans/2026-05-20-fts5-lexical-recall.md +0 -1088
- package/docs/plans/2026-05-20-recall-daemon-wedge-fix.md +0 -662
- package/docs/plans/2026-05-20-recall-hook-design.md +0 -131
- package/docs/plans/2026-05-20-recall-hook-implementation.md +0 -1222
- package/docs/plans/desktop-product.md +0 -69
- package/docs/plans/factstore-design.md +0 -236
- package/logs/CHANGELOG/CHANGELOG-2026.md +0 -1575
- package/logs/CHANGELOG/CHANGELOG.md +0 -209
- package/migrations/000_initial_schema.sql +0 -174
- package/migrations/001_entity_type_rename.sql +0 -17
- package/migrations/002_adapter_state_extend.sql +0 -12
- package/migrations/003_session_embeddings.sql +0 -11
- package/migrations/004_facts.sql +0 -46
- package/migrations/005_sources.sql +0 -31
- package/migrations/006_providers.sql +0 -33
- package/migrations/007_source_tokens.sql +0 -17
- package/migrations/008_fts_rebuild.sql +0 -9
- package/migrations/009_session_embedding_chunks.sql +0 -46
- package/migrations/010_sources_opencode.sql +0 -30
- package/migrations/011_sources_hermes_agent.sql +0 -30
- package/migrations/012_sources_aider.sql +0 -30
- package/migrations/013_adapter_state_failure_count.sql +0 -12
- package/migrations/014_sources_cursor.sql +0 -30
- package/migrations/015_sources_windsurf.sql +0 -30
- package/plugin-hermes-agent/README.md +0 -49
- package/plugin-hermes-agent/__init__.py +0 -75
- package/plugin-hermes-agent/plugin.yaml +0 -15
- package/scripts/backfill-citations.mjs +0 -0
- package/scripts/build-codex-plugin.mjs +0 -61
- package/scripts/deepseek-probe.mjs +0 -67
- package/scripts/extract-triples.mjs +0 -207
- package/scripts/longmemeval/embedding-cache.ts +0 -77
- package/scripts/longmemeval/fetch-dataset.sh +0 -25
- package/scripts/longmemeval/run-harness.ts +0 -315
- package/scripts/longmemeval/scorer.ts +0 -99
- package/scripts/longmemeval/tsconfig.json +0 -9
- package/scripts/longmemeval/types.ts +0 -35
- package/scripts/nlm-daily-digest.py +0 -239
- package/scripts/nlm-daily-digest.sh +0 -28
- package/src/cli/classify-parity.ts +0 -257
- package/src/cli/launchctl-helpers.ts +0 -49
- package/src/cli/nlm.ts +0 -1078
- package/src/core/actions/actions-log.ts +0 -118
- package/src/core/actions/overlay.ts +0 -117
- package/src/core/adapters/aider.ts +0 -205
- package/src/core/adapters/claude-code.ts +0 -293
- package/src/core/adapters/common.ts +0 -54
- package/src/core/adapters/cursor.ts +0 -486
- package/src/core/adapters/from-source.ts +0 -67
- package/src/core/adapters/hermes-agent.ts +0 -240
- package/src/core/adapters/hermes.ts +0 -277
- package/src/core/adapters/jsonl-generic.ts +0 -208
- package/src/core/adapters/opencode.ts +0 -281
- package/src/core/adapters/pi.ts +0 -264
- package/src/core/adapters/windsurf.ts +0 -386
- package/src/core/classifier/prompt.ts +0 -200
- package/src/core/dataset/build-dataset.ts +0 -463
- package/src/core/embedding/chunk-body.ts +0 -76
- package/src/core/embedding/embed-backfill.ts +0 -210
- package/src/core/embedding/embed-normalize.ts +0 -135
- package/src/core/facts/backfill-facts.ts +0 -254
- package/src/core/facts/extract-facts.ts +0 -50
- package/src/core/hook/citation-detect.ts +0 -124
- package/src/core/hook/cite-memo.ts +0 -68
- package/src/core/hook/claude-settings.ts +0 -187
- package/src/core/hook/gate.ts +0 -25
- package/src/core/hook/hook-log.ts +0 -41
- package/src/core/hook/memo-sweep.ts +0 -164
- package/src/core/hook/memo.ts +0 -67
- package/src/core/hook/pointer-block.ts +0 -26
- package/src/core/hook/select.ts +0 -32
- package/src/core/hook/transcript.ts +0 -121
- package/src/core/ingest/ingest-session.ts +0 -111
- package/src/core/providers/provider-models.ts +0 -100
- package/src/core/providers/provider-registry.ts +0 -196
- package/src/core/recall/citation-log.ts +0 -108
- package/src/core/recall/filter.ts +0 -27
- package/src/core/recall/index.ts +0 -6
- package/src/core/recall/match-fields.ts +0 -40
- package/src/core/recall/query-log.ts +0 -149
- package/src/core/recall/query-shape.ts +0 -66
- package/src/core/recall/recall-service.ts +0 -320
- package/src/core/recall/recent-log.ts +0 -59
- package/src/core/recall/tokenize.ts +0 -18
- package/src/core/recall/useful-scan.ts +0 -336
- package/src/core/recall-facts/fact-query-log.ts +0 -150
- package/src/core/recall-facts/fact-recall-service.ts +0 -327
- package/src/core/scheduler/scan-once.ts +0 -142
- package/src/core/scheduler/scheduler.ts +0 -225
- package/src/core/sources/source-registry.ts +0 -278
- package/src/core/storage/db-restore.ts +0 -133
- package/src/core/storage/live-status.ts +0 -45
- package/src/core/storage/migrate.ts +0 -72
- package/src/core/storage/sqlite-fact-store.ts +0 -304
- package/src/core/storage/sqlite-session-store.ts +0 -810
- package/src/hook/hook-auth.ts +0 -18
- package/src/hook/prompt-recall-hook.ts +0 -180
- package/src/hook/session-end-hook.ts +0 -81
- package/src/hook/session-start-hook.ts +0 -168
- package/src/hook/stop-hook.ts +0 -239
- package/src/http/app.ts +0 -1215
- package/src/install/claude-code.ts +0 -128
- package/src/install/codex.ts +0 -367
- package/src/install/cursor.ts +0 -68
- package/src/install/hermes-agent.ts +0 -76
- package/src/install/hermes.ts +0 -78
- package/src/install/nlm-dir-perms.ts +0 -55
- package/src/install/ollama.ts +0 -284
- package/src/install/setup.ts +0 -489
- package/src/install/windsurf.ts +0 -68
- package/src/llm/classifier-box.ts +0 -64
- package/src/llm/deepseek-client.ts +0 -150
- package/src/llm/env-autoload.ts +0 -55
- package/src/llm/ollama-client.ts +0 -189
- package/src/mcp/server.ts +0 -534
- package/src/ports/fact-store.ts +0 -102
- package/src/ports/llm-client.ts +0 -52
- package/src/ports/logger.ts +0 -16
- package/src/ports/session-store.ts +0 -45
- package/src/ports/transcript-adapter.ts +0 -55
- package/src/shared/types.ts +0 -149
- package/src/ui/App.tsx +0 -58
- package/src/ui/components/PromoteOpenButton.tsx +0 -65
- package/src/ui/components/SessionDrawer.tsx +0 -199
- package/src/ui/components/SideNav.tsx +0 -162
- package/src/ui/components/Skeleton.tsx +0 -107
- package/src/ui/index.html +0 -13
- package/src/ui/lib/actions.ts +0 -30
- package/src/ui/lib/api.ts +0 -92
- package/src/ui/lib/dataset.ts +0 -141
- package/src/ui/lib/registries.ts +0 -155
- package/src/ui/lib/view-settings.ts +0 -41
- package/src/ui/main.tsx +0 -15
- package/src/ui/pages/Live.tsx +0 -229
- package/src/ui/pages/Pulse.tsx +0 -415
- package/src/ui/pages/Recall.tsx +0 -190
- package/src/ui/pages/River.tsx +0 -354
- package/src/ui/pages/Search.tsx +0 -386
- package/src/ui/pages/Stub.tsx +0 -9
- package/src/ui/pages/Thread.tsx +0 -473
- package/src/ui/pages/settings/Classifier.tsx +0 -227
- package/src/ui/pages/settings/Data.tsx +0 -190
- package/src/ui/pages/settings/Index.tsx +0 -65
- package/src/ui/pages/settings/Labels.tsx +0 -224
- package/src/ui/pages/settings/Providers.tsx +0 -305
- package/src/ui/pages/settings/SettingsSubnav.tsx +0 -28
- package/src/ui/pages/settings/Sources.tsx +0 -326
- package/src/ui/pages/settings/Views.tsx +0 -96
- package/src/ui/styles.css +0 -1890
- package/src/ui/tsconfig.json +0 -21
- package/src/ui/vite.config.ts +0 -19
- package/tests/fixtures/claude_code/short_session.jsonl +0 -2
- package/tests/fixtures/claude_code/standard_iso.jsonl +0 -4
- package/tests/fixtures/claude_code/tool_heavy.jsonl +0 -8
- package/tests/fixtures/claude_code/with_subagent.jsonl +0 -7
- package/tests/fixtures/facts.ts +0 -17
- package/tests/fixtures/golden-corpus.ts +0 -85
- package/tests/fixtures/hermes/paired_request_dump.json +0 -24
- package/tests/fixtures/hermes/paired_session.json +0 -23
- package/tests/fixtures/hermes/request_dump.json +0 -28
- package/tests/fixtures/hermes/session_iso.json +0 -38
- package/tests/fixtures/hermes/session_unix.json +0 -38
- package/tests/fixtures/hermes/system_only.json +0 -18
- package/tests/fixtures/pi/error-connection-abort.jsonl +0 -8
- package/tests/fixtures/pi/short-successful.jsonl +0 -5
- package/tests/fixtures/pi/with-custom-message.jsonl +0 -6
- package/tests/fixtures/sessions.ts +0 -22
- package/tests/integration/backfill-facts.test.ts +0 -362
- package/tests/integration/citation-explicit.test.ts +0 -111
- package/tests/integration/cite-event.test.ts +0 -169
- package/tests/integration/cite-memo.test.ts +0 -87
- package/tests/integration/db-restore.test.ts +0 -153
- package/tests/integration/embed-backfill.test.ts +0 -176
- package/tests/integration/fact-supersedence.test.ts +0 -313
- package/tests/integration/fts-index.test.ts +0 -60
- package/tests/integration/getbyids-sqlite.test.ts +0 -100
- package/tests/integration/hermes-agent-hooks.test.ts +0 -248
- package/tests/integration/hook-claude-settings.test.ts +0 -218
- package/tests/integration/hook-log.test.ts +0 -54
- package/tests/integration/hook-memo.test.ts +0 -68
- package/tests/integration/hook-pre-compact.test.ts +0 -105
- package/tests/integration/hook-subagent-start.test.ts +0 -102
- package/tests/integration/http.test.ts +0 -401
- package/tests/integration/keyword-search-fts.test.ts +0 -66
- package/tests/integration/mcp-recall-logging.test.ts +0 -88
- package/tests/integration/mcp.test.ts +0 -260
- package/tests/integration/memo-sweep.test.ts +0 -91
- package/tests/integration/prompt-recall-hook.test.ts +0 -88
- package/tests/integration/provider-registry.test.ts +0 -107
- package/tests/integration/recall-golden.test.ts +0 -59
- package/tests/integration/recall-sqlite.test.ts +0 -169
- package/tests/integration/scheduler.test.ts +0 -391
- package/tests/integration/session-end-hook.test.ts +0 -48
- package/tests/integration/session-start-hook.test.ts +0 -126
- package/tests/integration/source-registry.test.ts +0 -122
- package/tests/integration/sqlite-fact-store.test.ts +0 -346
- package/tests/integration/stop-hook.test.ts +0 -560
- package/tests/integration/wal-checkpoint.test.ts +0 -49
- package/tests/unit/cli/launchctl-helpers.test.ts +0 -60
- package/tests/unit/core/adapters/aider.test.ts +0 -230
- package/tests/unit/core/adapters/claude-code.test.ts +0 -118
- package/tests/unit/core/adapters/cursor.test.ts +0 -485
- package/tests/unit/core/adapters/hermes-agent.test.ts +0 -329
- package/tests/unit/core/adapters/hermes.test.ts +0 -81
- package/tests/unit/core/adapters/jsonl-generic.test.ts +0 -142
- package/tests/unit/core/adapters/opencode.test.ts +0 -354
- package/tests/unit/core/adapters/pi.test.ts +0 -110
- package/tests/unit/core/adapters/windsurf.test.ts +0 -416
- package/tests/unit/core/classifier/prompt.test.ts +0 -126
- package/tests/unit/core/embedding/chunk-body.test.ts +0 -100
- package/tests/unit/core/facts/extract-facts.test.ts +0 -117
- package/tests/unit/core/filter.test.ts +0 -40
- package/tests/unit/core/hook/citation-detect-cite-session.test.ts +0 -96
- package/tests/unit/core/hook/citation-detect.test.ts +0 -124
- package/tests/unit/core/hook/gate.test.ts +0 -29
- package/tests/unit/core/hook/pointer-block.test.ts +0 -22
- package/tests/unit/core/hook/select.test.ts +0 -66
- package/tests/unit/core/match-fields.test.ts +0 -39
- package/tests/unit/core/mcp-cite-session.test.ts +0 -51
- package/tests/unit/core/providers/provider-models.test.ts +0 -101
- package/tests/unit/core/query-shape.test.ts +0 -92
- package/tests/unit/core/recall-facts/fact-recall-service.test.ts +0 -258
- package/tests/unit/core/recall-service.test.ts +0 -200
- package/tests/unit/core/storage/live-status.test.ts +0 -54
- package/tests/unit/core/tokenize.test.ts +0 -32
- package/tests/unit/core/useful-scan.test.ts +0 -537
- package/tests/unit/llm/embed.test.ts +0 -93
- package/tests/unit/llm/ollama-client.test.ts +0 -124
- package/tests/unit/scripts/longmemeval-scorer.test.ts +0 -114
- package/tsconfig.json +0 -31
- package/tsconfig.test.json +0 -11
- 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
|
-
}
|