@remnic/core 1.0.1 → 1.0.3

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 (347) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +48 -0
  3. package/dist/access-cli.d.ts +13 -3
  4. package/dist/access-cli.js +90 -75
  5. package/dist/access-cli.js.map +1 -1
  6. package/dist/access-http.d.ts +10 -3
  7. package/dist/access-http.js +25 -18
  8. package/dist/access-mcp.d.ts +30 -3
  9. package/dist/access-mcp.js +16 -1
  10. package/dist/access-schema.d.ts +46 -46
  11. package/dist/access-schema.js +1 -1
  12. package/dist/access-service.d.ts +65 -4
  13. package/dist/access-service.js +21 -15
  14. package/dist/active-memory-bridge.d.ts +66 -0
  15. package/dist/active-memory-bridge.js +11 -0
  16. package/dist/active-recall.d.ts +96 -0
  17. package/dist/active-recall.js +308 -0
  18. package/dist/active-recall.js.map +1 -0
  19. package/dist/behavior-learner.js +1 -1
  20. package/dist/bootstrap.d.ts +6 -3
  21. package/dist/bootstrap.js +2 -2
  22. package/dist/boxes.js +2 -2
  23. package/dist/briefing.d.ts +169 -0
  24. package/dist/briefing.js +52 -0
  25. package/dist/briefing.js.map +1 -0
  26. package/dist/buffer.d.ts +19 -5
  27. package/dist/buffer.js +2 -2
  28. package/dist/calibration.js +6 -6
  29. package/dist/causal-behavior.js +5 -5
  30. package/dist/causal-chain.js +3 -3
  31. package/dist/causal-consolidation.d.ts +22 -2
  32. package/dist/causal-consolidation.js +36 -9
  33. package/dist/causal-consolidation.js.map +1 -1
  34. package/dist/causal-retrieval.js +6 -6
  35. package/dist/causal-trajectory-graph.js +1 -1
  36. package/dist/causal-trajectory.d.ts +14 -1
  37. package/dist/causal-trajectory.js +5 -1
  38. package/dist/{chunk-KWBU5S5U.js → chunk-2ODBA7MQ.js} +9 -3
  39. package/dist/chunk-2ODBA7MQ.js.map +1 -0
  40. package/dist/{chunk-6UJQNRIO.js → chunk-2VFW5K5U.js} +93 -36
  41. package/dist/chunk-2VFW5K5U.js.map +1 -0
  42. package/dist/chunk-3PG3H5TD.js +7 -0
  43. package/dist/chunk-3PG3H5TD.js.map +1 -0
  44. package/dist/{chunk-NTTLPF7F.js → chunk-3QFQGRHO.js} +5 -5
  45. package/dist/chunk-4DJQYKMN.js +187 -0
  46. package/dist/chunk-4DJQYKMN.js.map +1 -0
  47. package/dist/chunk-4KAN3GZ3.js +225 -0
  48. package/dist/chunk-4KAN3GZ3.js.map +1 -0
  49. package/dist/{chunk-ORZMT74A.js → chunk-4NRAJUDS.js} +11 -1
  50. package/dist/chunk-4NRAJUDS.js.map +1 -0
  51. package/dist/{chunk-B7LOFDVE.js → chunk-4WMCPJWX.js} +8 -3
  52. package/dist/chunk-4WMCPJWX.js.map +1 -0
  53. package/dist/{chunk-G3AG3KZN.js → chunk-5IZL4DCV.js} +2 -2
  54. package/dist/{chunk-BRK4ODMI.js → chunk-5NPGSAVB.js} +2 -2
  55. package/dist/chunk-6MKAMLQL.js +16 -0
  56. package/dist/chunk-6MKAMLQL.js.map +1 -0
  57. package/dist/{chunk-ESSMF2FR.js → chunk-6PFRXT4K.js} +15 -6
  58. package/dist/chunk-6PFRXT4K.js.map +1 -0
  59. package/dist/chunk-6ZH4TU6I.js +245 -0
  60. package/dist/chunk-6ZH4TU6I.js.map +1 -0
  61. package/dist/{chunk-V4YC4LUK.js → chunk-74JR4N5J.js} +175 -63
  62. package/dist/chunk-74JR4N5J.js.map +1 -0
  63. package/dist/{chunk-L5RPWGFK.js → chunk-7DHTMOND.js} +2 -2
  64. package/dist/{chunk-TVVVQQAK.js → chunk-7PA4OZEU.js} +53 -11
  65. package/dist/chunk-7PA4OZEU.js.map +1 -0
  66. package/dist/{chunk-Q6FETXJA.js → chunk-7SEAZFFB.js} +2 -2
  67. package/dist/chunk-ALXMCZEU.js +332 -0
  68. package/dist/chunk-ALXMCZEU.js.map +1 -0
  69. package/dist/{chunk-QANCTXQF.js → chunk-AYPYCLR7.js} +3 -3
  70. package/dist/{chunk-WWIQTB2Y.js → chunk-BKQJBXXX.js} +9 -2
  71. package/dist/chunk-BKQJBXXX.js.map +1 -0
  72. package/dist/{chunk-LP47L3ZX.js → chunk-BTY5RRRF.js} +7 -7
  73. package/dist/{chunk-SCHEKPYH.js → chunk-C2EFFULQ.js} +1 -1
  74. package/dist/{chunk-GJR6D6KC.js → chunk-D654IBA6.js} +2 -2
  75. package/dist/{chunk-UV2FO7J4.js → chunk-E6K4NIEU.js} +2 -2
  76. package/dist/{chunk-T4WRIV2C.js → chunk-EABGC2TL.js} +2 -2
  77. package/dist/chunk-ECKDIK5F.js +813 -0
  78. package/dist/chunk-ECKDIK5F.js.map +1 -0
  79. package/dist/chunk-EJI5XIBB.js +232 -0
  80. package/dist/chunk-EJI5XIBB.js.map +1 -0
  81. package/dist/{chunk-ONRU4L2N.js → chunk-FEMOX5AD.js} +2 -2
  82. package/dist/{chunk-IFFFR3MR.js → chunk-FSFEQI74.js} +3 -3
  83. package/dist/chunk-G4SK7DSQ.js +121 -0
  84. package/dist/chunk-G4SK7DSQ.js.map +1 -0
  85. package/dist/{chunk-UIYZ5T3I.js → chunk-GJQPH5G3.js} +8 -8
  86. package/dist/{chunk-2PO5ZRKV.js → chunk-GZCUW5IC.js} +16 -3
  87. package/dist/chunk-GZCUW5IC.js.map +1 -0
  88. package/dist/{chunk-IZME7KW2.js → chunk-HITJFT7E.js} +24 -10
  89. package/dist/{chunk-IZME7KW2.js.map → chunk-HITJFT7E.js.map} +1 -1
  90. package/dist/chunk-IQT3XTKW.js +121 -0
  91. package/dist/chunk-IQT3XTKW.js.map +1 -0
  92. package/dist/{chunk-BDFZXRSO.js → chunk-J4IYOZZ5.js} +15 -2
  93. package/dist/chunk-J4IYOZZ5.js.map +1 -0
  94. package/dist/{chunk-ZKYI7UVO.js → chunk-JR4ZC3G4.js} +2 -2
  95. package/dist/{chunk-UCYSTFZR.js → chunk-JRNQ3RNA.js} +2 -2
  96. package/dist/{chunk-UYSKNO6E.js → chunk-JROGC36Y.js} +15 -4
  97. package/dist/chunk-JROGC36Y.js.map +1 -0
  98. package/dist/{chunk-GPGBSNKM.js → chunk-K4FLSOR5.js} +2 -2
  99. package/dist/{chunk-M5ZBBBJI.js → chunk-KEG4GNGI.js} +2 -2
  100. package/dist/chunk-KVE7R4CG.js +320 -0
  101. package/dist/chunk-KVE7R4CG.js.map +1 -0
  102. package/dist/{chunk-L7WO3MZ4.js → chunk-KWP7T3DP.js} +2 -2
  103. package/dist/chunk-LAYN4LDC.js +267 -0
  104. package/dist/chunk-LAYN4LDC.js.map +1 -0
  105. package/dist/{chunk-PGK3VUHN.js → chunk-MTLYEMJB.js} +3 -2
  106. package/dist/chunk-MTLYEMJB.js.map +1 -0
  107. package/dist/{chunk-J47FNDR7.js → chunk-MYQWXITD.js} +7 -7
  108. package/dist/{chunk-YNI4S5WT.js → chunk-N53K2EXC.js} +2 -2
  109. package/dist/{chunk-763GUIOU.js → chunk-NBNN5GOB.js} +2 -2
  110. package/dist/{chunk-CXWFUJR2.js → chunk-NSB3WSYS.js} +125 -6
  111. package/dist/chunk-NSB3WSYS.js.map +1 -0
  112. package/dist/{chunk-KL4CP4SB.js → chunk-O5ETUNBT.js} +17 -5
  113. package/dist/chunk-O5ETUNBT.js.map +1 -0
  114. package/dist/{chunk-OOSWAUYB.js → chunk-ODWDQNRE.js} +2 -2
  115. package/dist/{chunk-ISY75RLM.js → chunk-OJFGVJS6.js} +288 -7
  116. package/dist/chunk-OJFGVJS6.js.map +1 -0
  117. package/dist/{chunk-HLBYLYRD.js → chunk-PAORGQRI.js} +70 -13
  118. package/dist/chunk-PAORGQRI.js.map +1 -0
  119. package/dist/{chunk-ZJLY4QSU.js → chunk-PMB3WGDL.js} +69 -6
  120. package/dist/chunk-PMB3WGDL.js.map +1 -0
  121. package/dist/{chunk-J3BT33K7.js → chunk-POBPGDWI.js} +5 -5
  122. package/dist/{chunk-QWUUMMIK.js → chunk-POMSFKTB.js} +1351 -76
  123. package/dist/chunk-POMSFKTB.js.map +1 -0
  124. package/dist/{chunk-OTAVQCSF.js → chunk-PYXS46O7.js} +2 -2
  125. package/dist/chunk-QDW3E4RD.js +108 -0
  126. package/dist/chunk-QDW3E4RD.js.map +1 -0
  127. package/dist/{chunk-YNCQ7E4M.js → chunk-QDYXG4CS.js} +4 -3
  128. package/dist/chunk-QDYXG4CS.js.map +1 -0
  129. package/dist/{chunk-XUHI52HK.js → chunk-QKAH5B6E.js} +4 -4
  130. package/dist/{chunk-HLXVTBF3.js → chunk-QNJMBKFK.js} +3 -2
  131. package/dist/chunk-QNJMBKFK.js.map +1 -0
  132. package/dist/chunk-RCICHSHL.js +789 -0
  133. package/dist/chunk-RCICHSHL.js.map +1 -0
  134. package/dist/{chunk-HG2NKWR2.js → chunk-S4LX5EBI.js} +2 -2
  135. package/dist/{chunk-4A24LIM2.js → chunk-S75M5ZRK.js} +2 -2
  136. package/dist/{chunk-QCCCQT3O.js → chunk-TBBDFYXW.js} +2 -2
  137. package/dist/chunk-TBBDFYXW.js.map +1 -0
  138. package/dist/{chunk-U4PV25RD.js → chunk-U2IQTSBY.js} +1 -1
  139. package/dist/chunk-U2IQTSBY.js.map +1 -0
  140. package/dist/chunk-U66YHYC7.js +31 -0
  141. package/dist/chunk-U66YHYC7.js.map +1 -0
  142. package/dist/{chunk-MWGVGUIS.js → chunk-UEYA6UC7.js} +36 -4
  143. package/dist/chunk-UEYA6UC7.js.map +1 -0
  144. package/dist/{chunk-MDDAA2AO.js → chunk-UPMD5XND.js} +2 -2
  145. package/dist/{chunk-M5KEYE5E.js → chunk-URB2WSKZ.js} +2 -2
  146. package/dist/chunk-UVJFDP7P.js +202 -0
  147. package/dist/chunk-UVJFDP7P.js.map +1 -0
  148. package/dist/{chunk-QY2BHY5O.js → chunk-V7XCAHIB.js} +265 -25
  149. package/dist/chunk-V7XCAHIB.js.map +1 -0
  150. package/dist/chunk-W6SL7OFG.js +180 -0
  151. package/dist/chunk-W6SL7OFG.js.map +1 -0
  152. package/dist/{chunk-QDOSNLB4.js → chunk-X4WESCKA.js} +17 -15
  153. package/dist/chunk-X4WESCKA.js.map +1 -0
  154. package/dist/{chunk-OTFNI3OO.js → chunk-XMGSSBFX.js} +1738 -383
  155. package/dist/chunk-XMGSSBFX.js.map +1 -0
  156. package/dist/chunk-YDBIWGNI.js +298 -0
  157. package/dist/chunk-YDBIWGNI.js.map +1 -0
  158. package/dist/chunk-YFYL2SIJ.js +7857 -0
  159. package/dist/chunk-YFYL2SIJ.js.map +1 -0
  160. package/dist/chunking.js +1 -1
  161. package/dist/citations.d.ts +67 -0
  162. package/dist/citations.js +13 -0
  163. package/dist/citations.js.map +1 -0
  164. package/dist/cli-DwIBnp2g.d.ts +1240 -0
  165. package/dist/cli.d.ts +31 -1147
  166. package/dist/cli.js +149 -7092
  167. package/dist/cli.js.map +1 -1
  168. package/dist/codex-materialize-CQlLTzke.d.ts +139 -0
  169. package/dist/codex-thread-key.d.ts +3 -0
  170. package/dist/codex-thread-key.js +7 -0
  171. package/dist/codex-thread-key.js.map +1 -0
  172. package/dist/config.js +3 -2
  173. package/dist/connectors/codex/instructions.md +160 -0
  174. package/dist/connectors/codex/resources/namespace-cheatsheet.md +48 -0
  175. package/dist/day-summary.d.ts +7 -2
  176. package/dist/day-summary.js +5 -2
  177. package/dist/embedding-fallback.d.ts +96 -2
  178. package/dist/embedding-fallback.js +6 -4
  179. package/dist/{engine-2A6J4XEX.js → engine-X7X3AAG3.js} +10 -7
  180. package/dist/engine-X7X3AAG3.js.map +1 -0
  181. package/dist/entity-retrieval.d.ts +3 -2
  182. package/dist/entity-retrieval.js +10 -7
  183. package/dist/entity-schema.d.ts +11 -0
  184. package/dist/entity-schema.js +19 -0
  185. package/dist/entity-schema.js.map +1 -0
  186. package/dist/explicit-capture.d.ts +6 -3
  187. package/dist/explicit-capture.js +2 -2
  188. package/dist/extraction-judge.d.ts +66 -0
  189. package/dist/extraction-judge.js +18 -0
  190. package/dist/extraction-judge.js.map +1 -0
  191. package/dist/extraction.d.ts +1 -0
  192. package/dist/extraction.js +12 -10
  193. package/dist/fallback-llm.js +4 -4
  194. package/dist/graph.js +1 -1
  195. package/dist/importance.d.ts +11 -1
  196. package/dist/importance.js +3 -1
  197. package/dist/index.d.ts +1140 -8
  198. package/dist/index.js +3350 -333
  199. package/dist/index.js.map +1 -1
  200. package/dist/intent.d.ts +2 -1
  201. package/dist/intent.js +3 -1
  202. package/dist/lifecycle.js +1 -1
  203. package/dist/local-llm.js +2 -2
  204. package/dist/logger.d.ts +1 -1
  205. package/dist/logger.js +1 -1
  206. package/dist/memory-cache.d.ts +2 -2
  207. package/dist/memory-cache.js +1 -1
  208. package/dist/{memory-projection-store-NxMkbocT.d.ts → memory-projection-store-DeSXPh1j.d.ts} +1 -1
  209. package/dist/memory-projection-store.d.ts +1 -1
  210. package/dist/model-registry.js +2 -2
  211. package/dist/models-json.js +2 -2
  212. package/dist/native-knowledge.js +2 -2
  213. package/dist/negative.js +2 -2
  214. package/dist/operator-toolkit.js +20 -16
  215. package/dist/{orchestrator-CIvLFHx3.d.ts → orchestrator-B9kwlCep.d.ts} +254 -9
  216. package/dist/orchestrator.d.ts +6 -3
  217. package/dist/orchestrator.js +70 -58
  218. package/dist/page-versioning.d.ts +77 -0
  219. package/dist/page-versioning.js +15 -0
  220. package/dist/page-versioning.js.map +1 -0
  221. package/dist/plugin-id.d.ts +37 -0
  222. package/dist/plugin-id.js +11 -0
  223. package/dist/plugin-id.js.map +1 -0
  224. package/dist/policy-runtime.js +2 -2
  225. package/dist/profiling.js +2 -2
  226. package/dist/qmd.d.ts +5 -2
  227. package/dist/qmd.js +3 -3
  228. package/dist/recall-audit.d.ts +20 -0
  229. package/dist/recall-audit.js +50 -0
  230. package/dist/recall-audit.js.map +1 -0
  231. package/dist/recall-mmr.d.ts +152 -0
  232. package/dist/recall-mmr.js +17 -0
  233. package/dist/recall-mmr.js.map +1 -0
  234. package/dist/recall-qos.js +2 -2
  235. package/dist/recall-state.js +2 -2
  236. package/dist/relevance.js +2 -2
  237. package/dist/resolve-provider-secret.js +2 -2
  238. package/dist/resume-bundles.js +5 -4
  239. package/dist/retrieval-agents.js +2 -2
  240. package/dist/retrieval.js +2 -2
  241. package/dist/schemas.d.ts +422 -64
  242. package/dist/schemas.js +3 -1
  243. package/dist/sdk-compat.d.ts +2 -0
  244. package/dist/sdk-compat.js +6 -3
  245. package/dist/sdk-compat.js.map +1 -1
  246. package/dist/semantic-chunking.d.ts +87 -0
  247. package/dist/semantic-chunking.js +20 -0
  248. package/dist/semantic-chunking.js.map +1 -0
  249. package/dist/semantic-consolidation-DrvSYRdB.d.ts +119 -0
  250. package/dist/semantic-consolidation.d.ts +4 -42
  251. package/dist/semantic-consolidation.js +23 -2
  252. package/dist/semantic-rule-promotion.js +9 -6
  253. package/dist/semantic-rule-verifier.js +10 -7
  254. package/dist/session-observer-state.js +2 -2
  255. package/dist/session-toggles.d.ts +22 -0
  256. package/dist/session-toggles.js +116 -0
  257. package/dist/session-toggles.js.map +1 -0
  258. package/dist/skills-registry.d.ts +47 -0
  259. package/dist/skills-registry.js +48 -0
  260. package/dist/skills-registry.js.map +1 -0
  261. package/dist/source-attribution.d.ts +169 -0
  262. package/dist/source-attribution.js +27 -0
  263. package/dist/source-attribution.js.map +1 -0
  264. package/dist/storage.d.ts +171 -10
  265. package/dist/storage.js +16 -5
  266. package/dist/summarizer.js +7 -7
  267. package/dist/temporal-supersession.d.ts +127 -0
  268. package/dist/temporal-supersession.js +20 -0
  269. package/dist/temporal-supersession.js.map +1 -0
  270. package/dist/threading.js +2 -2
  271. package/dist/tier-migration.d.ts +2 -1
  272. package/dist/tier-routing.js +2 -2
  273. package/dist/tokens.d.ts +21 -1
  274. package/dist/tokens.js +5 -1
  275. package/dist/transcript.js +2 -2
  276. package/dist/types.d.ts +497 -3
  277. package/dist/types.js +1 -1
  278. package/dist/utility-learner.js +2 -2
  279. package/dist/utility-runtime.js +3 -3
  280. package/dist/verified-recall.js +11 -8
  281. package/dist/whitespace.d.ts +4 -0
  282. package/dist/whitespace.js +9 -0
  283. package/dist/whitespace.js.map +1 -0
  284. package/package.json +14 -8
  285. package/dist/chunk-2CJCWDMR.js +0 -87
  286. package/dist/chunk-2CJCWDMR.js.map +0 -1
  287. package/dist/chunk-2PO5ZRKV.js.map +0 -1
  288. package/dist/chunk-6UJQNRIO.js.map +0 -1
  289. package/dist/chunk-B7LOFDVE.js.map +0 -1
  290. package/dist/chunk-BDFZXRSO.js.map +0 -1
  291. package/dist/chunk-CXWFUJR2.js.map +0 -1
  292. package/dist/chunk-DORBM6OB.js +0 -81
  293. package/dist/chunk-DORBM6OB.js.map +0 -1
  294. package/dist/chunk-ESSMF2FR.js.map +0 -1
  295. package/dist/chunk-HLBYLYRD.js.map +0 -1
  296. package/dist/chunk-HLXVTBF3.js.map +0 -1
  297. package/dist/chunk-ISY75RLM.js.map +0 -1
  298. package/dist/chunk-KL4CP4SB.js.map +0 -1
  299. package/dist/chunk-KWBU5S5U.js.map +0 -1
  300. package/dist/chunk-MWGVGUIS.js.map +0 -1
  301. package/dist/chunk-ORZMT74A.js.map +0 -1
  302. package/dist/chunk-OTFNI3OO.js.map +0 -1
  303. package/dist/chunk-PGK3VUHN.js.map +0 -1
  304. package/dist/chunk-QCCCQT3O.js.map +0 -1
  305. package/dist/chunk-QDOSNLB4.js.map +0 -1
  306. package/dist/chunk-QPKFPHOO.js +0 -178
  307. package/dist/chunk-QPKFPHOO.js.map +0 -1
  308. package/dist/chunk-QWUUMMIK.js.map +0 -1
  309. package/dist/chunk-QY2BHY5O.js.map +0 -1
  310. package/dist/chunk-TVVVQQAK.js.map +0 -1
  311. package/dist/chunk-U4PV25RD.js.map +0 -1
  312. package/dist/chunk-UYSKNO6E.js.map +0 -1
  313. package/dist/chunk-V4YC4LUK.js.map +0 -1
  314. package/dist/chunk-WWIQTB2Y.js.map +0 -1
  315. package/dist/chunk-YNCQ7E4M.js.map +0 -1
  316. package/dist/chunk-ZJLY4QSU.js.map +0 -1
  317. /package/dist/{engine-2A6J4XEX.js.map → active-memory-bridge.js.map} +0 -0
  318. /package/dist/{chunk-NTTLPF7F.js.map → chunk-3QFQGRHO.js.map} +0 -0
  319. /package/dist/{chunk-G3AG3KZN.js.map → chunk-5IZL4DCV.js.map} +0 -0
  320. /package/dist/{chunk-BRK4ODMI.js.map → chunk-5NPGSAVB.js.map} +0 -0
  321. /package/dist/{chunk-L5RPWGFK.js.map → chunk-7DHTMOND.js.map} +0 -0
  322. /package/dist/{chunk-Q6FETXJA.js.map → chunk-7SEAZFFB.js.map} +0 -0
  323. /package/dist/{chunk-QANCTXQF.js.map → chunk-AYPYCLR7.js.map} +0 -0
  324. /package/dist/{chunk-LP47L3ZX.js.map → chunk-BTY5RRRF.js.map} +0 -0
  325. /package/dist/{chunk-SCHEKPYH.js.map → chunk-C2EFFULQ.js.map} +0 -0
  326. /package/dist/{chunk-GJR6D6KC.js.map → chunk-D654IBA6.js.map} +0 -0
  327. /package/dist/{chunk-UV2FO7J4.js.map → chunk-E6K4NIEU.js.map} +0 -0
  328. /package/dist/{chunk-T4WRIV2C.js.map → chunk-EABGC2TL.js.map} +0 -0
  329. /package/dist/{chunk-ONRU4L2N.js.map → chunk-FEMOX5AD.js.map} +0 -0
  330. /package/dist/{chunk-IFFFR3MR.js.map → chunk-FSFEQI74.js.map} +0 -0
  331. /package/dist/{chunk-UIYZ5T3I.js.map → chunk-GJQPH5G3.js.map} +0 -0
  332. /package/dist/{chunk-ZKYI7UVO.js.map → chunk-JR4ZC3G4.js.map} +0 -0
  333. /package/dist/{chunk-UCYSTFZR.js.map → chunk-JRNQ3RNA.js.map} +0 -0
  334. /package/dist/{chunk-GPGBSNKM.js.map → chunk-K4FLSOR5.js.map} +0 -0
  335. /package/dist/{chunk-M5ZBBBJI.js.map → chunk-KEG4GNGI.js.map} +0 -0
  336. /package/dist/{chunk-L7WO3MZ4.js.map → chunk-KWP7T3DP.js.map} +0 -0
  337. /package/dist/{chunk-J47FNDR7.js.map → chunk-MYQWXITD.js.map} +0 -0
  338. /package/dist/{chunk-YNI4S5WT.js.map → chunk-N53K2EXC.js.map} +0 -0
  339. /package/dist/{chunk-763GUIOU.js.map → chunk-NBNN5GOB.js.map} +0 -0
  340. /package/dist/{chunk-OOSWAUYB.js.map → chunk-ODWDQNRE.js.map} +0 -0
  341. /package/dist/{chunk-J3BT33K7.js.map → chunk-POBPGDWI.js.map} +0 -0
  342. /package/dist/{chunk-OTAVQCSF.js.map → chunk-PYXS46O7.js.map} +0 -0
  343. /package/dist/{chunk-XUHI52HK.js.map → chunk-QKAH5B6E.js.map} +0 -0
  344. /package/dist/{chunk-HG2NKWR2.js.map → chunk-S4LX5EBI.js.map} +0 -0
  345. /package/dist/{chunk-4A24LIM2.js.map → chunk-S75M5ZRK.js.map} +0 -0
  346. /package/dist/{chunk-MDDAA2AO.js.map → chunk-UPMD5XND.js.map} +0 -0
  347. /package/dist/{chunk-M5KEYE5E.js.map → chunk-URB2WSKZ.js.map} +0 -0
@@ -18,28 +18,28 @@ declare const recallRequestSchema: z.ZodObject<{
18
18
  includeDebug: z.ZodOptional<z.ZodBoolean>;
19
19
  }, "strip", z.ZodTypeAny, {
20
20
  query: string;
21
- sessionKey?: string | undefined;
22
21
  namespace?: string | undefined;
23
22
  topK?: number | undefined;
24
- mode?: "auto" | "no_recall" | "minimal" | "full" | "graph_mode" | undefined;
23
+ mode?: "no_recall" | "minimal" | "full" | "graph_mode" | "auto" | undefined;
24
+ sessionKey?: string | undefined;
25
25
  includeDebug?: boolean | undefined;
26
26
  }, {
27
27
  query: string;
28
- sessionKey?: string | undefined;
29
28
  namespace?: string | undefined;
30
29
  topK?: number | undefined;
31
- mode?: "auto" | "no_recall" | "minimal" | "full" | "graph_mode" | undefined;
30
+ mode?: "no_recall" | "minimal" | "full" | "graph_mode" | "auto" | undefined;
31
+ sessionKey?: string | undefined;
32
32
  includeDebug?: boolean | undefined;
33
33
  }>;
34
34
  declare const recallExplainRequestSchema: z.ZodObject<{
35
35
  sessionKey: z.ZodOptional<z.ZodString>;
36
36
  namespace: z.ZodOptional<z.ZodString>;
37
37
  }, "strip", z.ZodTypeAny, {
38
- sessionKey?: string | undefined;
39
38
  namespace?: string | undefined;
40
- }, {
41
39
  sessionKey?: string | undefined;
40
+ }, {
42
41
  namespace?: string | undefined;
42
+ sessionKey?: string | undefined;
43
43
  }>;
44
44
  declare const observeRequestSchema: z.ZodObject<{
45
45
  sessionKey: z.ZodString;
@@ -47,27 +47,27 @@ declare const observeRequestSchema: z.ZodObject<{
47
47
  role: z.ZodEnum<["user", "assistant"]>;
48
48
  content: z.ZodString;
49
49
  }, "strip", z.ZodTypeAny, {
50
- role: "user" | "assistant";
51
50
  content: string;
52
- }, {
53
51
  role: "user" | "assistant";
52
+ }, {
54
53
  content: string;
54
+ role: "user" | "assistant";
55
55
  }>, "many">;
56
56
  namespace: z.ZodOptional<z.ZodString>;
57
57
  skipExtraction: z.ZodOptional<z.ZodBoolean>;
58
58
  }, "strip", z.ZodTypeAny, {
59
59
  sessionKey: string;
60
60
  messages: {
61
- role: "user" | "assistant";
62
61
  content: string;
62
+ role: "user" | "assistant";
63
63
  }[];
64
64
  namespace?: string | undefined;
65
65
  skipExtraction?: boolean | undefined;
66
66
  }, {
67
67
  sessionKey: string;
68
68
  messages: {
69
- role: "user" | "assistant";
70
69
  content: string;
70
+ role: "user" | "assistant";
71
71
  }[];
72
72
  namespace?: string | undefined;
73
73
  skipExtraction?: boolean | undefined;
@@ -78,7 +78,7 @@ declare const memoryStoreRequestSchema: z.ZodObject<{
78
78
  dryRun: z.ZodOptional<z.ZodBoolean>;
79
79
  sessionKey: z.ZodOptional<z.ZodString>;
80
80
  content: z.ZodString;
81
- category: z.ZodOptional<z.ZodEnum<["fact", "preference", "correction", "entity", "decision", "relationship", "principle", "commitment", "moment", "skill", "rule"]>>;
81
+ category: z.ZodOptional<z.ZodEnum<["fact", "preference", "correction", "entity", "decision", "relationship", "principle", "commitment", "moment", "skill", "rule", "procedure"]>>;
82
82
  confidence: z.ZodOptional<z.ZodNumber>;
83
83
  namespace: z.ZodOptional<z.ZodString>;
84
84
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -87,30 +87,30 @@ declare const memoryStoreRequestSchema: z.ZodObject<{
87
87
  sourceReason: z.ZodOptional<z.ZodString>;
88
88
  }, "strip", z.ZodTypeAny, {
89
89
  content: string;
90
- sessionKey?: string | undefined;
91
90
  namespace?: string | undefined;
92
- schemaVersion?: number | undefined;
93
- idempotencyKey?: string | undefined;
94
- dryRun?: boolean | undefined;
95
- category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | undefined;
91
+ category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | undefined;
96
92
  confidence?: number | undefined;
93
+ ttl?: string | undefined;
97
94
  tags?: string[] | undefined;
98
95
  entityRef?: string | undefined;
99
- ttl?: string | undefined;
96
+ schemaVersion?: number | undefined;
97
+ sessionKey?: string | undefined;
98
+ dryRun?: boolean | undefined;
100
99
  sourceReason?: string | undefined;
100
+ idempotencyKey?: string | undefined;
101
101
  }, {
102
102
  content: string;
103
- sessionKey?: string | undefined;
104
103
  namespace?: string | undefined;
105
- schemaVersion?: number | undefined;
106
- idempotencyKey?: string | undefined;
107
- dryRun?: boolean | undefined;
108
- category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | undefined;
104
+ category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | undefined;
109
105
  confidence?: number | undefined;
106
+ ttl?: string | undefined;
110
107
  tags?: string[] | undefined;
111
108
  entityRef?: string | undefined;
112
- ttl?: string | undefined;
109
+ schemaVersion?: number | undefined;
110
+ sessionKey?: string | undefined;
111
+ dryRun?: boolean | undefined;
113
112
  sourceReason?: string | undefined;
113
+ idempotencyKey?: string | undefined;
114
114
  }>;
115
115
  declare const suggestionSubmitRequestSchema: z.ZodObject<{
116
116
  schemaVersion: z.ZodOptional<z.ZodNumber>;
@@ -118,7 +118,7 @@ declare const suggestionSubmitRequestSchema: z.ZodObject<{
118
118
  dryRun: z.ZodOptional<z.ZodBoolean>;
119
119
  sessionKey: z.ZodOptional<z.ZodString>;
120
120
  content: z.ZodString;
121
- category: z.ZodOptional<z.ZodEnum<["fact", "preference", "correction", "entity", "decision", "relationship", "principle", "commitment", "moment", "skill", "rule"]>>;
121
+ category: z.ZodOptional<z.ZodEnum<["fact", "preference", "correction", "entity", "decision", "relationship", "principle", "commitment", "moment", "skill", "rule", "procedure"]>>;
122
122
  confidence: z.ZodOptional<z.ZodNumber>;
123
123
  namespace: z.ZodOptional<z.ZodString>;
124
124
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -127,30 +127,30 @@ declare const suggestionSubmitRequestSchema: z.ZodObject<{
127
127
  sourceReason: z.ZodOptional<z.ZodString>;
128
128
  }, "strip", z.ZodTypeAny, {
129
129
  content: string;
130
- sessionKey?: string | undefined;
131
130
  namespace?: string | undefined;
132
- schemaVersion?: number | undefined;
133
- idempotencyKey?: string | undefined;
134
- dryRun?: boolean | undefined;
135
- category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | undefined;
131
+ category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | undefined;
136
132
  confidence?: number | undefined;
133
+ ttl?: string | undefined;
137
134
  tags?: string[] | undefined;
138
135
  entityRef?: string | undefined;
139
- ttl?: string | undefined;
136
+ schemaVersion?: number | undefined;
137
+ sessionKey?: string | undefined;
138
+ dryRun?: boolean | undefined;
140
139
  sourceReason?: string | undefined;
140
+ idempotencyKey?: string | undefined;
141
141
  }, {
142
142
  content: string;
143
- sessionKey?: string | undefined;
144
143
  namespace?: string | undefined;
145
- schemaVersion?: number | undefined;
146
- idempotencyKey?: string | undefined;
147
- dryRun?: boolean | undefined;
148
- category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | undefined;
144
+ category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | undefined;
149
145
  confidence?: number | undefined;
146
+ ttl?: string | undefined;
150
147
  tags?: string[] | undefined;
151
148
  entityRef?: string | undefined;
152
- ttl?: string | undefined;
149
+ schemaVersion?: number | undefined;
150
+ sessionKey?: string | undefined;
151
+ dryRun?: boolean | undefined;
153
152
  sourceReason?: string | undefined;
153
+ idempotencyKey?: string | undefined;
154
154
  }>;
155
155
  declare const reviewDispositionRequestSchema: z.ZodObject<{
156
156
  memoryId: z.ZodString;
@@ -158,14 +158,14 @@ declare const reviewDispositionRequestSchema: z.ZodObject<{
158
158
  reasonCode: z.ZodString;
159
159
  namespace: z.ZodOptional<z.ZodString>;
160
160
  }, "strip", z.ZodTypeAny, {
161
- status: "active" | "pending_review" | "quarantined" | "rejected" | "superseded" | "archived";
162
- memoryId: string;
161
+ status: "active" | "pending_review" | "rejected" | "quarantined" | "superseded" | "archived";
163
162
  reasonCode: string;
163
+ memoryId: string;
164
164
  namespace?: string | undefined;
165
165
  }, {
166
- status: "active" | "pending_review" | "quarantined" | "rejected" | "superseded" | "archived";
167
- memoryId: string;
166
+ status: "active" | "pending_review" | "rejected" | "quarantined" | "superseded" | "archived";
168
167
  reasonCode: string;
168
+ memoryId: string;
169
169
  namespace?: string | undefined;
170
170
  }>;
171
171
  declare const trustZonePromoteRequestSchema: z.ZodObject<{
@@ -181,17 +181,17 @@ declare const trustZonePromoteRequestSchema: z.ZodObject<{
181
181
  targetZone: "working" | "trusted";
182
182
  promotionReason: string;
183
183
  namespace?: string | undefined;
184
+ summary?: string | undefined;
184
185
  dryRun?: boolean | undefined;
185
186
  recordedAt?: string | undefined;
186
- summary?: string | undefined;
187
187
  }, {
188
188
  recordId: string;
189
189
  targetZone: "working" | "trusted";
190
190
  promotionReason: string;
191
191
  namespace?: string | undefined;
192
+ summary?: string | undefined;
192
193
  dryRun?: boolean | undefined;
193
194
  recordedAt?: string | undefined;
194
- summary?: string | undefined;
195
195
  }>;
196
196
  declare const trustZoneDemoSeedRequestSchema: z.ZodObject<{
197
197
  scenario: z.ZodOptional<z.ZodString>;
@@ -216,27 +216,27 @@ declare const lcmSearchRequestSchema: z.ZodObject<{
216
216
  limit: z.ZodOptional<z.ZodNumber>;
217
217
  }, "strip", z.ZodTypeAny, {
218
218
  query: string;
219
- sessionKey?: string | undefined;
220
219
  namespace?: string | undefined;
221
220
  limit?: number | undefined;
221
+ sessionKey?: string | undefined;
222
222
  }, {
223
223
  query: string;
224
- sessionKey?: string | undefined;
225
224
  namespace?: string | undefined;
226
225
  limit?: number | undefined;
226
+ sessionKey?: string | undefined;
227
227
  }>;
228
228
  declare const daySummaryRequestSchema: z.ZodObject<{
229
229
  memories: z.ZodOptional<z.ZodString>;
230
230
  sessionKey: z.ZodOptional<z.ZodString>;
231
231
  namespace: z.ZodOptional<z.ZodString>;
232
232
  }, "strip", z.ZodTypeAny, {
233
- sessionKey?: string | undefined;
234
233
  namespace?: string | undefined;
235
234
  memories?: string | undefined;
236
- }, {
237
235
  sessionKey?: string | undefined;
236
+ }, {
238
237
  namespace?: string | undefined;
239
238
  memories?: string | undefined;
239
+ sessionKey?: string | undefined;
240
240
  }>;
241
241
  type RecallRequest = z.infer<typeof recallRequestSchema>;
242
242
  type RecallExplainRequest = z.infer<typeof recallExplainRequestSchema>;
@@ -11,7 +11,7 @@ import {
11
11
  trustZoneDemoSeedRequestSchema,
12
12
  trustZonePromoteRequestSchema,
13
13
  validateRequest
14
- } from "./chunk-PGK3VUHN.js";
14
+ } from "./chunk-MTLYEMJB.js";
15
15
  export {
16
16
  daySummaryRequestSchema,
17
17
  formatZodError,
@@ -1,12 +1,13 @@
1
1
  import { DaySummaryResult, RecallPlanMode, MemoryFile, MemoryLifecycleEvent, EntityFile, MemoryStatus } from './types.js';
2
2
  import { ExplicitCaptureInput } from './explicit-capture.js';
3
- import { r as readMemoryGovernanceRunArtifact } from './memory-projection-store-NxMkbocT.js';
3
+ import { r as readMemoryGovernanceRunArtifact } from './memory-projection-store-DeSXPh1j.js';
4
4
  import { LastRecallSnapshot } from './recall-state.js';
5
- import { O as Orchestrator, I as IntentDebugSnapshot, G as GraphRecallSnapshot } from './orchestrator-CIvLFHx3.js';
5
+ import { O as Orchestrator, I as IntentDebugSnapshot, G as GraphRecallSnapshot } from './orchestrator-B9kwlCep.js';
6
6
  import { TrustZoneStoreStatus, TrustZoneName, TrustZoneRecordKind, TrustZoneSourceClass, TrustZoneProvenanceScore, TrustZonePromotionResult, TrustZoneDemoSeedResult } from './trust-zones.js';
7
7
  import 'better-sqlite3';
8
8
  import './buffer.js';
9
9
  import './storage.js';
10
+ import './page-versioning.js';
10
11
  import './port-C1GZFv8h.js';
11
12
  import './transcript.js';
12
13
  import './session-integrity.js';
@@ -17,7 +18,9 @@ import './relevance.js';
17
18
  import './negative.js';
18
19
  import './session-observer-state.js';
19
20
  import './embedding-fallback.js';
20
- import './semantic-consolidation.js';
21
+ import './semantic-consolidation-DrvSYRdB.js';
22
+ import './codex-materialize-CQlLTzke.js';
23
+ import './logger.js';
21
24
  import 'zod';
22
25
  import './policy-runtime.js';
23
26
  import './profiling.js';
@@ -79,6 +82,28 @@ interface EngramAccessDaySummaryRequest {
79
82
  sessionKey?: string;
80
83
  namespace?: string;
81
84
  }
85
+ /** Inputs accepted by the `remnic_briefing` MCP tool. */
86
+ interface EngramAccessBriefingRequest {
87
+ since?: string;
88
+ focus?: string;
89
+ namespace?: string;
90
+ format?: "markdown" | "json";
91
+ maxFollowups?: number;
92
+ /** Caller principal for namespace access checks. Transport-bound — never from untrusted payloads. */
93
+ principal?: string;
94
+ }
95
+ /** Response for `remnic_briefing`. */
96
+ interface EngramAccessBriefingResponse {
97
+ format: "markdown" | "json";
98
+ window: {
99
+ from: string;
100
+ to: string;
101
+ };
102
+ namespace: string;
103
+ markdown: string;
104
+ json: Record<string, unknown>;
105
+ followupsUnavailableReason?: string;
106
+ }
82
107
  interface EngramAccessMemoryRecord {
83
108
  id: string;
84
109
  path: string;
@@ -349,6 +374,7 @@ declare class EngramAccessService {
349
374
  private readonly idempotency;
350
375
  private readonly idempotencyLocks;
351
376
  constructor(orchestrator: Orchestrator);
377
+ get briefingEnabled(): boolean;
352
378
  private resolveNamespace;
353
379
  private normalizeRecallMode;
354
380
  private resolveRecallNamespace;
@@ -362,6 +388,11 @@ declare class EngramAccessService {
362
388
  private withIdempotencyLock;
363
389
  health(namespace?: string): Promise<EngramAccessHealthResponse>;
364
390
  daySummary(request: EngramAccessDaySummaryRequest): Promise<DaySummaryResult | null>;
391
+ /**
392
+ * Build a daily context briefing. Gracefully degrades when the OpenAI key
393
+ * or Responses API is unavailable — never throws for LLM-related problems.
394
+ */
395
+ briefing(request: EngramAccessBriefingRequest): Promise<EngramAccessBriefingResponse>;
365
396
  recall(request: EngramAccessRecallRequest): Promise<EngramAccessRecallResponse>;
366
397
  recallExplain(request?: EngramAccessRecallExplainRequest): Promise<EngramAccessRecallExplainResponse>;
367
398
  memoryStore(request: EngramAccessMemoryStoreRequest): Promise<EngramAccessWriteResponse>;
@@ -400,6 +431,15 @@ declare class EngramAccessService {
400
431
  summaryPath: string;
401
432
  reportPath: string;
402
433
  }>;
434
+ procedureMiningRun(request: {
435
+ namespace?: string;
436
+ authenticatedPrincipal?: string;
437
+ }, principal?: string): Promise<{
438
+ namespace: string;
439
+ clustersProcessed: number;
440
+ proceduresWritten: number;
441
+ skippedReason?: string;
442
+ }>;
403
443
  trustZoneStatus(namespace?: string, principal?: string): Promise<EngramAccessTrustZoneStatusResponse>;
404
444
  trustZoneBrowse(request: EngramAccessTrustZoneBrowseRequest, principal?: string): Promise<EngramAccessTrustZoneBrowseResponse>;
405
445
  trustZonePromote(request: EngramAccessTrustZonePromoteRequest): Promise<EngramAccessTrustZonePromoteResponse>;
@@ -609,6 +649,27 @@ declare class EngramAccessService {
609
649
  saved: boolean;
610
650
  }>;
611
651
  lcmStatus(): Promise<EngramAccessLcmStatusResponse>;
652
+ /**
653
+ * Record citation usage from an observed oai-mem-citation block.
654
+ * For each citation entry, extract the memory ID from the path and
655
+ * increment its access tracking via the orchestrator. Returns the
656
+ * count of submitted IDs and the count of IDs that matched real memories.
657
+ */
658
+ recordCitationUsage(request: {
659
+ sessionId?: string;
660
+ namespace?: string;
661
+ authenticatedPrincipal?: string;
662
+ entries: Array<{
663
+ path: string;
664
+ lineStart: number;
665
+ lineEnd: number;
666
+ note: string;
667
+ }>;
668
+ rolloutIds: string[];
669
+ }): Promise<{
670
+ submitted: number;
671
+ matched: number;
672
+ }>;
612
673
  }
613
674
 
614
- export { ENGRAM_ACCESS_WRITE_SCHEMA_VERSION, type EngramAccessDaySummaryRequest, type EngramAccessEntityListResponse, type EngramAccessEntityResponse, type EngramAccessEntitySummary, type EngramAccessHealthResponse, EngramAccessInputError, type EngramAccessLcmSearchRequest, type EngramAccessLcmSearchResponse, type EngramAccessLcmStatusResponse, type EngramAccessMaintenanceResponse, type EngramAccessMemoryBrowseRequest, type EngramAccessMemoryBrowseResponse, type EngramAccessMemoryRecord, type EngramAccessMemoryResponse, type EngramAccessMemoryStoreRequest, type EngramAccessMemorySummary, type EngramAccessObserveRequest, type EngramAccessObserveResponse, type EngramAccessQualityResponse, type EngramAccessRecallExplainRequest, type EngramAccessRecallExplainResponse, type EngramAccessRecallRequest, type EngramAccessRecallResponse, type EngramAccessReviewDispositionRequest, type EngramAccessReviewDispositionResponse, type EngramAccessReviewQueueResponse, EngramAccessService, type EngramAccessSuggestionSubmitRequest, type EngramAccessTimelineResponse, type EngramAccessTrustZoneBrowseRequest, type EngramAccessTrustZoneBrowseResponse, type EngramAccessTrustZoneDemoSeedRequest, type EngramAccessTrustZoneDemoSeedResponse, type EngramAccessTrustZonePromoteRequest, type EngramAccessTrustZonePromoteResponse, type EngramAccessTrustZoneRecordSummary, type EngramAccessTrustZoneStatusResponse, type EngramAccessWriteEnvelope, type EngramAccessWriteResponse };
675
+ export { ENGRAM_ACCESS_WRITE_SCHEMA_VERSION, type EngramAccessBriefingRequest, type EngramAccessBriefingResponse, type EngramAccessDaySummaryRequest, type EngramAccessEntityListResponse, type EngramAccessEntityResponse, type EngramAccessEntitySummary, type EngramAccessHealthResponse, EngramAccessInputError, type EngramAccessLcmSearchRequest, type EngramAccessLcmSearchResponse, type EngramAccessLcmStatusResponse, type EngramAccessMaintenanceResponse, type EngramAccessMemoryBrowseRequest, type EngramAccessMemoryBrowseResponse, type EngramAccessMemoryRecord, type EngramAccessMemoryResponse, type EngramAccessMemoryStoreRequest, type EngramAccessMemorySummary, type EngramAccessObserveRequest, type EngramAccessObserveResponse, type EngramAccessQualityResponse, type EngramAccessRecallExplainRequest, type EngramAccessRecallExplainResponse, type EngramAccessRecallRequest, type EngramAccessRecallResponse, type EngramAccessReviewDispositionRequest, type EngramAccessReviewDispositionResponse, type EngramAccessReviewQueueResponse, EngramAccessService, type EngramAccessSuggestionSubmitRequest, type EngramAccessTimelineResponse, type EngramAccessTrustZoneBrowseRequest, type EngramAccessTrustZoneBrowseResponse, type EngramAccessTrustZoneDemoSeedRequest, type EngramAccessTrustZoneDemoSeedResponse, type EngramAccessTrustZonePromoteRequest, type EngramAccessTrustZonePromoteResponse, type EngramAccessTrustZoneRecordSummary, type EngramAccessTrustZoneStatusResponse, type EngramAccessWriteEnvelope, type EngramAccessWriteResponse };
@@ -2,28 +2,34 @@ import {
2
2
  ENGRAM_ACCESS_WRITE_SCHEMA_VERSION,
3
3
  EngramAccessInputError,
4
4
  EngramAccessService
5
- } from "./chunk-QY2BHY5O.js";
6
- import "./chunk-N5AKDXAI.js";
5
+ } from "./chunk-V7XCAHIB.js";
7
6
  import "./chunk-EQINRHYR.js";
8
- import "./chunk-J3BT33K7.js";
7
+ import "./chunk-POBPGDWI.js";
8
+ import "./chunk-QDYXG4CS.js";
9
+ import "./chunk-QNJMBKFK.js";
9
10
  import "./chunk-EEQLFRUM.js";
10
- import "./chunk-QWUUMMIK.js";
11
- import "./chunk-U4PV25RD.js";
12
- import "./chunk-ESSMF2FR.js";
11
+ import "./chunk-QDW3E4RD.js";
12
+ import "./chunk-4NRAJUDS.js";
13
+ import "./chunk-DT5TVLJE.js";
14
+ import "./chunk-TBBDFYXW.js";
15
+ import "./chunk-DGXUHMOV.js";
16
+ import "./chunk-LPSF4OQH.js";
17
+ import "./chunk-XKECPATV.js";
18
+ import "./chunk-ECKDIK5F.js";
19
+ import "./chunk-POMSFKTB.js";
20
+ import "./chunk-U2IQTSBY.js";
21
+ import "./chunk-4KAN3GZ3.js";
22
+ import "./chunk-6ZH4TU6I.js";
23
+ import "./chunk-6PFRXT4K.js";
13
24
  import "./chunk-TP4FZJIZ.js";
14
25
  import "./chunk-SCU65EZI.js";
15
26
  import "./chunk-BOUYNNYD.js";
16
- import "./chunk-DM2T26WE.js";
17
27
  import "./chunk-QSVPYQPG.js";
18
- import "./chunk-YNCQ7E4M.js";
19
- import "./chunk-HLXVTBF3.js";
28
+ import "./chunk-DM2T26WE.js";
20
29
  import "./chunk-M62O4P4T.js";
21
- import "./chunk-DT5TVLJE.js";
22
- import "./chunk-KWBU5S5U.js";
23
- import "./chunk-DGXUHMOV.js";
24
- import "./chunk-LPSF4OQH.js";
25
- import "./chunk-XKECPATV.js";
26
- import "./chunk-QCCCQT3O.js";
30
+ import "./chunk-4DJQYKMN.js";
31
+ import "./chunk-2ODBA7MQ.js";
32
+ import "./chunk-N5AKDXAI.js";
27
33
  export {
28
34
  ENGRAM_ACCESS_WRITE_SCHEMA_VERSION,
29
35
  EngramAccessInputError,
@@ -0,0 +1,66 @@
1
+ import { PluginConfig, MemoryFile } from './types.js';
2
+
3
+ interface ActiveMemoryMetadata {
4
+ type?: "fact" | "preference";
5
+ topic?: string;
6
+ updatedAt?: string;
7
+ sourceUri?: string;
8
+ }
9
+ interface ActiveMemorySearchResult {
10
+ id: string;
11
+ score: number;
12
+ text: string;
13
+ metadata?: ActiveMemoryMetadata;
14
+ }
15
+ interface ActiveMemorySearchOutput {
16
+ results: ActiveMemorySearchResult[];
17
+ truncated: boolean;
18
+ }
19
+ interface ActiveMemoryGetOutput {
20
+ id?: string;
21
+ text?: string;
22
+ metadata?: ActiveMemoryMetadata;
23
+ error?: "not_found";
24
+ }
25
+ interface ActiveMemoryRecallParams {
26
+ query: string;
27
+ limit?: number;
28
+ sessionKey: string;
29
+ filters?: Record<string, unknown>;
30
+ snippetMaxChars?: number;
31
+ }
32
+ type ActiveMemorySearchCandidate = {
33
+ id?: string;
34
+ score?: number;
35
+ snippet?: string;
36
+ text?: string;
37
+ path?: string;
38
+ metadata?: Record<string, unknown>;
39
+ };
40
+ declare function recallForActiveMemory(orchestrator: {
41
+ config?: PluginConfig;
42
+ resolvePrincipal?: (sessionKey?: string) => string;
43
+ resolveSelfNamespace?: (sessionKey?: string) => string;
44
+ searchAcrossNamespaces: (params: {
45
+ query: string;
46
+ maxResults?: number;
47
+ namespaces?: string[];
48
+ mode?: string;
49
+ }) => Promise<ActiveMemorySearchCandidate[]>;
50
+ }, params: ActiveMemoryRecallParams): Promise<ActiveMemorySearchOutput>;
51
+ declare function getMemoryForActiveMemory(orchestrator: {
52
+ config?: PluginConfig;
53
+ resolvePrincipal?: (sessionKey?: string) => string;
54
+ resolveSelfNamespace?: (sessionKey?: string) => string;
55
+ getStorageForNamespace?: (namespace: string) => Promise<{
56
+ getMemoryById?: (id: string) => Promise<MemoryFile | null>;
57
+ }>;
58
+ storage?: {
59
+ getMemoryById?: (id: string) => Promise<MemoryFile | null>;
60
+ };
61
+ }, id: string, options?: {
62
+ namespace?: string;
63
+ sessionKey?: string;
64
+ }): Promise<ActiveMemoryGetOutput>;
65
+
66
+ export { type ActiveMemoryGetOutput, type ActiveMemoryMetadata, type ActiveMemoryRecallParams, type ActiveMemorySearchOutput, type ActiveMemorySearchResult, getMemoryForActiveMemory, recallForActiveMemory };
@@ -0,0 +1,11 @@
1
+ import {
2
+ getMemoryForActiveMemory,
3
+ recallForActiveMemory
4
+ } from "./chunk-G4SK7DSQ.js";
5
+ import "./chunk-6MKAMLQL.js";
6
+ import "./chunk-N5AKDXAI.js";
7
+ export {
8
+ getMemoryForActiveMemory,
9
+ recallForActiveMemory
10
+ };
11
+ //# sourceMappingURL=active-memory-bridge.js.map
@@ -0,0 +1,96 @@
1
+ import { ActiveRecallChatType, ActiveRecallQueryMode, ActiveRecallPromptStyle, ActiveRecallThinking, ActiveRecallModelFallbackPolicy } from './types.js';
2
+
3
+ interface ActiveRecallTurn {
4
+ role: "user" | "assistant";
5
+ content: string;
6
+ }
7
+ interface ActiveRecallInput {
8
+ sessionKey: string;
9
+ agentId: string;
10
+ chatType: ActiveRecallChatType;
11
+ recentTurns: ActiveRecallTurn[];
12
+ currentMessage: string;
13
+ }
14
+ interface ActiveRecallConfig {
15
+ enabled: boolean;
16
+ agents: string[] | null;
17
+ allowedChatTypes: ActiveRecallChatType[];
18
+ queryMode: ActiveRecallQueryMode;
19
+ promptStyle: ActiveRecallPromptStyle;
20
+ promptOverride: string | null;
21
+ promptAppend: string | null;
22
+ maxSummaryChars: number;
23
+ recentUserTurns: number;
24
+ recentAssistantTurns: number;
25
+ recentUserChars: number;
26
+ recentAssistantChars: number;
27
+ thinking: ActiveRecallThinking;
28
+ timeoutMs: number;
29
+ cacheTtlMs: number;
30
+ persistTranscripts: boolean;
31
+ transcriptDir: string;
32
+ entityGraphDepth: number;
33
+ includeCausalTrajectories: boolean;
34
+ includeDaySummary: boolean;
35
+ attachRecallExplain: boolean;
36
+ modelOverride: string | null;
37
+ modelFallbackPolicy: ActiveRecallModelFallbackPolicy;
38
+ }
39
+ interface ActiveRecallResult {
40
+ summary: string | null;
41
+ citations: Array<{
42
+ memoryId: string;
43
+ relevance: number;
44
+ }>;
45
+ latencyMs: number;
46
+ cacheHit: boolean;
47
+ modelUsed: string;
48
+ transcriptPath: string | null;
49
+ }
50
+ interface ActiveRecallDependencies {
51
+ recall(query: string, sessionKey: string): Promise<string | null>;
52
+ getLastRecallSnapshot?(sessionKey: string): {
53
+ memoryIds?: string[];
54
+ } | null;
55
+ walkEntityGraph?(params: {
56
+ sessionKey: string;
57
+ query: string;
58
+ depth: number;
59
+ }): Promise<string[]>;
60
+ loadCausalTrajectories?(params: {
61
+ sessionKey: string;
62
+ query: string;
63
+ }): Promise<string[]>;
64
+ loadDaySummary?(sessionKey: string): Promise<string | null>;
65
+ explainLastRecall?(sessionKey: string): Promise<string | null>;
66
+ generateSummary?(params: {
67
+ prompt: string;
68
+ sessionKey: string;
69
+ agentId: string;
70
+ model: string;
71
+ timeoutMs: number;
72
+ thinking: ActiveRecallThinking;
73
+ fallbackPolicy: ActiveRecallModelFallbackPolicy;
74
+ }): Promise<{
75
+ text: string | null;
76
+ modelUsed?: string;
77
+ cacheHit?: boolean;
78
+ }>;
79
+ now?: () => number;
80
+ }
81
+ declare function buildActiveRecallQueryBundle(input: ActiveRecallInput, config: ActiveRecallConfig): string;
82
+ declare function normalizeActiveRecallSummary(value: string | null, maxChars: number): string | null;
83
+ declare function buildActiveRecallPrompt(params: {
84
+ config: ActiveRecallConfig;
85
+ queryBundle: string;
86
+ recallContext: string | null;
87
+ graphContext: string[];
88
+ causalContext: string[];
89
+ daySummary: string | null;
90
+ recallExplain: string | null;
91
+ }): string;
92
+ declare function createActiveRecallEngine(deps: ActiveRecallDependencies, config: ActiveRecallConfig): {
93
+ run(input: ActiveRecallInput): Promise<ActiveRecallResult>;
94
+ };
95
+
96
+ export { type ActiveRecallConfig, type ActiveRecallDependencies, type ActiveRecallInput, type ActiveRecallResult, type ActiveRecallTurn, buildActiveRecallPrompt, buildActiveRecallQueryBundle, createActiveRecallEngine, normalizeActiveRecallSummary };