@rubytech/create-maxy 1.0.738 → 1.0.740
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/index.js +130 -79
- package/package.json +1 -1
- package/payload/platform/plugins/docs/references/deployment.md +1 -0
- package/payload/platform/scripts/seed-neo4j.sh +7 -1
- package/payload/server/chunk-AIWWYOBH.js +9439 -0
- package/payload/server/chunk-SKXO42T6.js +2934 -0
- package/payload/server/client-pool-ISMYJXCU.js +28 -0
- package/payload/server/maxy-edge.js +2 -2
- package/payload/server/server.js +3 -3
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import {
|
|
2
|
+
_evictAllForTest,
|
|
3
|
+
_poolSnapshotForTest,
|
|
4
|
+
acquireClient,
|
|
5
|
+
evictClient,
|
|
6
|
+
getActiveClient,
|
|
7
|
+
interruptClient,
|
|
8
|
+
pushUserMessage,
|
|
9
|
+
recordCachedTokens,
|
|
10
|
+
recordCrash,
|
|
11
|
+
setInflight,
|
|
12
|
+
startIdleEvictTick,
|
|
13
|
+
stopIdleEvictTick
|
|
14
|
+
} from "./chunk-SKXO42T6.js";
|
|
15
|
+
export {
|
|
16
|
+
_evictAllForTest,
|
|
17
|
+
_poolSnapshotForTest,
|
|
18
|
+
acquireClient,
|
|
19
|
+
evictClient,
|
|
20
|
+
getActiveClient,
|
|
21
|
+
interruptClient,
|
|
22
|
+
pushUserMessage,
|
|
23
|
+
recordCachedTokens,
|
|
24
|
+
recordCrash,
|
|
25
|
+
setInflight,
|
|
26
|
+
startIdleEvictTick,
|
|
27
|
+
stopIdleEvictTick
|
|
28
|
+
};
|
|
@@ -16,8 +16,8 @@ import {
|
|
|
16
16
|
sanitizeClientCorrId,
|
|
17
17
|
streamActionEvents,
|
|
18
18
|
vncLog
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import "./chunk-
|
|
19
|
+
} from "./chunk-AIWWYOBH.js";
|
|
20
|
+
import "./chunk-SKXO42T6.js";
|
|
21
21
|
|
|
22
22
|
// server/edge.ts
|
|
23
23
|
import { createServer, request as httpRequest } from "http";
|
package/payload/server/server.js
CHANGED
|
@@ -46,7 +46,7 @@ import {
|
|
|
46
46
|
vncLog,
|
|
47
47
|
waitForExit,
|
|
48
48
|
writeChromiumWrapper
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-AIWWYOBH.js";
|
|
50
50
|
import {
|
|
51
51
|
GREETING_DIRECTIVE,
|
|
52
52
|
HAIKU_MODEL,
|
|
@@ -102,7 +102,7 @@ import {
|
|
|
102
102
|
validateSession,
|
|
103
103
|
verifyAndGetConversationUpdatedAt,
|
|
104
104
|
verifyConversationOwnership
|
|
105
|
-
} from "./chunk-
|
|
105
|
+
} from "./chunk-SKXO42T6.js";
|
|
106
106
|
|
|
107
107
|
// ../lib/graph-trash/dist/index.js
|
|
108
108
|
var require_dist = __commonJS({
|
|
@@ -8114,7 +8114,7 @@ var app11 = new Hono();
|
|
|
8114
8114
|
app11.post("/cancel", requireAdminSession, async (c) => {
|
|
8115
8115
|
const session_key = c.var.sessionKey;
|
|
8116
8116
|
try {
|
|
8117
|
-
const { interruptClient: interruptClient2 } = await import("./client-pool-
|
|
8117
|
+
const { interruptClient: interruptClient2 } = await import("./client-pool-ISMYJXCU.js");
|
|
8118
8118
|
await interruptClient2(session_key);
|
|
8119
8119
|
return c.json({ ok: true });
|
|
8120
8120
|
} catch (err) {
|