@tekmidian/pai 0.9.12 → 0.9.13
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/dist/cli/index.mjs +1 -1
- package/dist/daemon/index.mjs +2 -2
- package/dist/daemon-mcp/index.mjs +1 -1
- package/dist/daemon-mcp/index.mjs.map +1 -1
- package/dist/{daemon-DaTQ-VtJ.mjs → daemon-w2fE3UMz.mjs} +5 -5
- package/dist/{daemon-DaTQ-VtJ.mjs.map → daemon-w2fE3UMz.mjs.map} +1 -1
- package/dist/{tools-BNBvJNph.mjs → tools-CF0lB5lW.mjs} +4 -3
- package/dist/tools-CF0lB5lW.mjs.map +1 -0
- package/package.json +1 -1
- package/dist/tools-BNBvJNph.mjs.map +0 -1
|
@@ -8,7 +8,7 @@ import { t as extractAndStoreTriples$1 } from "./kg-extraction-Uvr9fTlz.mjs";
|
|
|
8
8
|
import { n as CONFIG_FILE, s as DEFAULT_NOTIFICATION_CONFIG, t as CONFIG_DIR } from "./config-BuhHWyOK.mjs";
|
|
9
9
|
import { t as createStorageBackend } from "./factory-BDBIfTDC.mjs";
|
|
10
10
|
import { C as setStorageBackend, E as startTime, O as storageBackend, S as setStartTime, T as shutdownRequested, _ as setLastIndexTime, a as indexSchedulerTimer, b as setRegistryDb, c as lastVaultIndexTime, d as setDaemonConfig, f as setEmbedInProgress, g as setLastEmbedTime, h as setIndexSchedulerTimer, i as indexInProgress, k as vaultIndexInProgress, l as notificationConfig, m as setIndexInProgress, n as embedInProgress, o as lastEmbedTime, p as setEmbedSchedulerTimer, r as embedSchedulerTimer, s as lastIndexTime, t as daemonConfig, u as registryDb, v as setLastVaultIndexTime, w as setVaultIndexInProgress, x as setShutdownRequested, y as setNotificationConfig } from "./state-BIlxNRUn.mjs";
|
|
11
|
-
import { a as toolMemoryWakeup, c as toolSessionRoute, d as toolProjectInfo, f as toolProjectList, h as toolMemorySearch, i as toolMemoryTaxonomy, l as toolProjectDetect, m as toolMemoryGet, n as toolMemoryKgSearch, o as toolRegistrySearch, p as toolProjectTodo, r as toolMemoryFeedback, s as toolSessionList, u as toolProjectHealth } from "./tools-
|
|
11
|
+
import { a as toolMemoryWakeup, c as toolSessionRoute, d as toolProjectInfo, f as toolProjectList, h as toolMemorySearch, i as toolMemoryTaxonomy, l as toolProjectDetect, m as toolMemoryGet, n as toolMemoryKgSearch, o as toolRegistrySearch, p as toolProjectTodo, r as toolMemoryFeedback, s as toolSessionList, u as toolProjectHealth } from "./tools-CF0lB5lW.mjs";
|
|
12
12
|
import { t as detectTopicShift } from "./detector-AzVtGLtL.mjs";
|
|
13
13
|
import { existsSync, mkdirSync, readFileSync, readdirSync, renameSync, statSync, unlinkSync, writeFileSync } from "node:fs";
|
|
14
14
|
import { homedir, setPriority } from "node:os";
|
|
@@ -704,7 +704,7 @@ async function dispatchTool(method, params) {
|
|
|
704
704
|
case "zettel_themes":
|
|
705
705
|
case "zettel_god_notes":
|
|
706
706
|
case "zettel_communities": {
|
|
707
|
-
const { toolZettelExplore, toolZettelHealth, toolZettelSurprise, toolZettelSuggest, toolZettelConverse, toolZettelThemes, toolZettelGodNotes, toolZettelCommunities } = await import("./tools-
|
|
707
|
+
const { toolZettelExplore, toolZettelHealth, toolZettelSurprise, toolZettelSuggest, toolZettelConverse, toolZettelThemes, toolZettelGodNotes, toolZettelCommunities } = await import("./tools-CF0lB5lW.mjs").then((n) => n.t);
|
|
708
708
|
switch (method) {
|
|
709
709
|
case "zettel_explore": return toolZettelExplore(storageBackend, p);
|
|
710
710
|
case "zettel_health": return toolZettelHealth(storageBackend, p);
|
|
@@ -746,7 +746,7 @@ async function dispatchTool(method, params) {
|
|
|
746
746
|
case "kg_query":
|
|
747
747
|
case "kg_invalidate":
|
|
748
748
|
case "kg_contradictions": {
|
|
749
|
-
const { toolKgAdd, toolKgQuery, toolKgInvalidate, toolKgContradictions } = await import("./tools-
|
|
749
|
+
const { toolKgAdd, toolKgQuery, toolKgInvalidate, toolKgContradictions } = await import("./tools-CF0lB5lW.mjs").then((n) => n.t);
|
|
750
750
|
const pgPool = storageBackend.getPool?.() ?? null;
|
|
751
751
|
if (!pgPool) throw new Error(`${method} requires a Postgres storage backend`);
|
|
752
752
|
switch (method) {
|
|
@@ -758,7 +758,7 @@ async function dispatchTool(method, params) {
|
|
|
758
758
|
break;
|
|
759
759
|
}
|
|
760
760
|
case "memory_tunnels": {
|
|
761
|
-
const { toolMemoryTunnels } = await import("./tools-
|
|
761
|
+
const { toolMemoryTunnels } = await import("./tools-CF0lB5lW.mjs").then((n) => n.t);
|
|
762
762
|
return toolMemoryTunnels(registryDb, storageBackend, p);
|
|
763
763
|
}
|
|
764
764
|
case "memory_feedback": {
|
|
@@ -3165,4 +3165,4 @@ var daemon_exports = /* @__PURE__ */ __exportAll({ serve: () => serve });
|
|
|
3165
3165
|
|
|
3166
3166
|
//#endregion
|
|
3167
3167
|
export { serve as n, daemon_exports as t };
|
|
3168
|
-
//# sourceMappingURL=daemon-
|
|
3168
|
+
//# sourceMappingURL=daemon-w2fE3UMz.mjs.map
|