@danceiny/gotry 0.0.1-rc.21 → 0.0.1-rc.24

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 (327) hide show
  1. package/README.md +102 -194
  2. package/README.zh-CN.md +115 -210
  3. package/bin/gotry-backend.js +53 -0
  4. package/bin/gotry-bootstrap.js +466 -35
  5. package/bin/gotry-inner.js +255 -36
  6. package/bin/gotry-process-liveness.d.ts +27 -0
  7. package/bin/gotry-process-liveness.js +97 -0
  8. package/bin/gotry-runtime-resolution.d.ts +1 -1
  9. package/bin/gotry-runtime-resolution.js +2 -2
  10. package/client/client.js +174 -0
  11. package/cordis.gotry-patch.yml +70 -93
  12. package/dist/capabilities/agent-reach-deep.js +45 -122
  13. package/dist/capabilities/agent-reach.js +63 -148
  14. package/dist/capabilities/anything.js +89 -75
  15. package/dist/capabilities/artifacts.js +123 -104
  16. package/dist/capabilities/channel-health.js +65 -45
  17. package/dist/capabilities/channel-registry.js +108 -87
  18. package/dist/capabilities/doctor.js +357 -235
  19. package/dist/capabilities/effect.js +223 -309
  20. package/dist/capabilities/fact-log.js +28 -14
  21. package/dist/capabilities/flyai.js +245 -156
  22. package/dist/capabilities/ground-transfer.js +509 -0
  23. package/dist/capabilities/hbcli.js +144 -148
  24. package/dist/capabilities/hotelbyte-transaction.js +194 -0
  25. package/dist/capabilities/incident-log.js +131 -61
  26. package/dist/capabilities/model-override.js +30 -10
  27. package/dist/capabilities/opensky.js +54 -43
  28. package/dist/capabilities/resilience.js +50 -32
  29. package/dist/capabilities/session/action-cache.js +50 -44
  30. package/dist/capabilities/session/adapters/ctrip-flight.js +119 -62
  31. package/dist/capabilities/session/adapters/ctrip-hotel.js +125 -110
  32. package/dist/capabilities/session/adapters/dida-portal.js +206 -0
  33. package/dist/capabilities/session/adapters/meituan-local.js +35 -54
  34. package/dist/capabilities/session/adapters/rail-12306.js +169 -112
  35. package/dist/capabilities/session/benchmark.js +85 -149
  36. package/dist/capabilities/session/extension-bridge.js +320 -259
  37. package/dist/capabilities/session/extension-channel.js +57 -76
  38. package/dist/capabilities/session/extension-distribution.js +115 -119
  39. package/dist/capabilities/session/extract.js +31 -21
  40. package/dist/capabilities/session/golden-score.js +55 -33
  41. package/dist/capabilities/session/health-watch.js +146 -154
  42. package/dist/capabilities/session/read-guard.js +55 -47
  43. package/dist/capabilities/session/static-flight-golden.js +49 -36
  44. package/dist/capabilities/session/transport.js +54 -61
  45. package/dist/capabilities/session/wizard.js +63 -93
  46. package/dist/capabilities/session-consent.js +143 -47
  47. package/dist/capabilities/session-login.js +95 -126
  48. package/dist/capabilities/session-search.js +391 -253
  49. package/dist/capabilities/sponsor-plugin.js +341 -0
  50. package/dist/capabilities/visa-policy.js +87 -73
  51. package/dist/capabilities/weather.js +163 -235
  52. package/dist/scripts/action-cache-tests.js +24 -59
  53. package/dist/scripts/agent-planning-turn-deadline-e2e.js +91 -142
  54. package/dist/scripts/agent-planning-turn-deadline-tests.js +80 -176
  55. package/dist/scripts/agent-reach-deep-tests.js +30 -40
  56. package/dist/scripts/agent-reach-tests.js +26 -18
  57. package/dist/scripts/agent-reach-wrapper-tests.js +46 -50
  58. package/dist/scripts/anything-tests.js +58 -62
  59. package/dist/scripts/artifact-client-contract-tests.js +69 -0
  60. package/dist/scripts/artifacts-capability-tests.js +235 -0
  61. package/dist/scripts/async-collect.js +26 -15
  62. package/dist/scripts/benchmark-environment-bridge-e2e.js +287 -684
  63. package/dist/scripts/benchmark-environment-bridge-tests.js +818 -3123
  64. package/dist/scripts/booking-copilot-availability-ledger-binding-tests.js +66 -279
  65. package/dist/scripts/booking-copilot-availability-policy-tests.js +153 -1257
  66. package/dist/scripts/booking-copilot-bin-proof-tests.js +22 -45
  67. package/dist/scripts/booking-copilot-crossrepo-fixture-server.js +64 -76
  68. package/dist/scripts/booking-copilot-dsh-core-proof-tests.js +69 -199
  69. package/dist/scripts/booking-copilot-dsh-planner-proof-tests.js +393 -759
  70. package/dist/scripts/booking-copilot-dsh-plugin-proof-tests.js +33 -75
  71. package/dist/scripts/booking-copilot-event-sequence-concurrency-proof-tests.js +60 -110
  72. package/dist/scripts/booking-copilot-gap-code-contract-proof-tests.js +28 -66
  73. package/dist/scripts/booking-copilot-operation-ledger-concurrency-proof-tests.js +72 -271
  74. package/dist/scripts/booking-copilot-receipt-ledger-concurrency-proof-tests.js +73 -275
  75. package/dist/scripts/booking-copilot-runtime-proof-tests.js +784 -3398
  76. package/dist/scripts/booking-copilot-server-proof-tests.js +63 -168
  77. package/dist/scripts/booking-copilot-startup-proof-tests.js +38 -124
  78. package/dist/scripts/booking-executor-tests.js +80 -0
  79. package/dist/scripts/booking-recovery-chain-tests.js +182 -0
  80. package/dist/scripts/booking-saga-tests.js +61 -123
  81. package/dist/scripts/booking-surface-contract-proof-tests.js +152 -1167
  82. package/dist/scripts/bootstrap-tests.js +1383 -128
  83. package/dist/scripts/build-changelog.js +89 -130
  84. package/dist/scripts/build-metrics-report.js +135 -143
  85. package/dist/scripts/changelog-tests.js +35 -82
  86. package/dist/scripts/channel-probe-tests.js +44 -116
  87. package/dist/scripts/channel-probe.js +84 -167
  88. package/dist/scripts/channel-registry-tests.js +97 -185
  89. package/dist/scripts/companion-tests.js +25 -70
  90. package/dist/scripts/dida-cookie-probe.js +87 -0
  91. package/dist/scripts/dida-sw-probe.js +114 -0
  92. package/dist/scripts/diff-test.js +17 -12
  93. package/dist/scripts/doctor-tests.js +428 -120
  94. package/dist/scripts/dsh-artifact-e2e.js +150 -0
  95. package/dist/scripts/dsh-artifact-web-e2e.js +443 -0
  96. package/dist/scripts/dsh-http-proxy-sse-proof.js +90 -0
  97. package/dist/scripts/dsh-runtime-closure-tests.js +110 -153
  98. package/dist/scripts/dsh-runtime-closure.js +75 -63
  99. package/dist/scripts/dsh-session-v3-migration-proof.js +106 -0
  100. package/dist/scripts/dsh-subprocess-local-proof.js +149 -0
  101. package/dist/scripts/dsh-target-closure-proof.js +178 -0
  102. package/dist/scripts/effect-tests.js +165 -552
  103. package/dist/scripts/engine-run.js +1 -3
  104. package/dist/scripts/engine-tests.js +16 -10
  105. package/dist/scripts/evaluation-cadence-tests.js +69 -242
  106. package/dist/scripts/evaluation-contract-tests.js +193 -499
  107. package/dist/scripts/extension-distribution-cli.js +19 -15
  108. package/dist/scripts/extension-distribution-tests.js +98 -211
  109. package/dist/scripts/extension-tests.js +366 -389
  110. package/dist/scripts/fact-gate-tests.js +725 -263
  111. package/dist/scripts/fixtures/extension-bridge-unref-child.mjs +21 -0
  112. package/dist/scripts/flight-hotel-anchor-363-registered-e2e.js +169 -0
  113. package/dist/scripts/flight-malformed-tests.js +159 -0
  114. package/dist/scripts/flyai-tests.js +325 -68
  115. package/dist/scripts/g5-guard-tests.js +131 -0
  116. package/dist/scripts/g5-guard.js +189 -0
  117. package/dist/scripts/gen-lunar-anchors.js +106 -0
  118. package/dist/scripts/gotry-backend-kernel-tests.js +79 -0
  119. package/dist/scripts/ground-transfer-tests.js +956 -0
  120. package/dist/scripts/hbcli-e2e-tests.js +71 -90
  121. package/dist/scripts/hbcli-live-optin-tests.js +96 -0
  122. package/dist/scripts/hbcli-release-contract-tests.js +122 -0
  123. package/dist/scripts/hbcli-tests.js +41 -115
  124. package/dist/scripts/health-watch-cli.js +42 -28
  125. package/dist/scripts/hotel-date-gate-tests.js +496 -0
  126. package/dist/scripts/hotelbyte-reconcile-tests.js +141 -0
  127. package/dist/scripts/hotelbyte-spawn-e2e-tests.js +373 -0
  128. package/dist/scripts/i18n-tests.js +16 -9
  129. package/dist/scripts/incident-tests.js +281 -87
  130. package/dist/scripts/issue-194-job-id-guard-tests.js +106 -0
  131. package/dist/scripts/issue-233-cancel-refund-commission-tests.js +392 -0
  132. package/dist/scripts/issue-271-liveness-tests.js +547 -0
  133. package/dist/scripts/issue-289-model-retry-real-tests.js +296 -0
  134. package/dist/scripts/issue-289-model-retry-tests.js +441 -0
  135. package/dist/scripts/issue-289-web-retry-e2e.js +630 -0
  136. package/dist/scripts/issue-338-home-city-e2e.js +577 -0
  137. package/dist/scripts/issue343-real-entry-e2e.js +160 -0
  138. package/dist/scripts/journey-tests.js +22 -27
  139. package/dist/scripts/kernel-manifest-evidence.js +109 -0
  140. package/dist/scripts/kernel-manifest-gate.js +126 -0
  141. package/dist/scripts/kernel-manifest-tests.js +212 -0
  142. package/dist/scripts/kernel-manifest-trace-entry.js +7 -0
  143. package/dist/scripts/kernel-manifest-trace-hook.mjs +28 -0
  144. package/dist/scripts/kernel-manifest.js +369 -0
  145. package/dist/scripts/ledger-repair-apply-tests.js +316 -0
  146. package/dist/scripts/ledger-repair-plan-tests.js +375 -0
  147. package/dist/scripts/ledger-tests.js +325 -340
  148. package/dist/scripts/ledger-workflow-crash.js +10 -20
  149. package/dist/scripts/map-tools-vendor-package-proof.js +206 -134
  150. package/dist/scripts/memory-capture-tests.js +242 -61
  151. package/dist/scripts/memory-decay-tests.js +18 -52
  152. package/dist/scripts/memory-lifecycle-tests.js +657 -0
  153. package/dist/scripts/memory-lifecycle.js +196 -0
  154. package/dist/scripts/memory-metrics.js +24 -12
  155. package/dist/scripts/memory-value-report.js +474 -222
  156. package/dist/scripts/memory-value-tests.js +328 -0
  157. package/dist/scripts/metrics-report-tests.js +62 -199
  158. package/dist/scripts/model-override-e2e.js +66 -105
  159. package/dist/scripts/nightly-evidence-tests.js +64 -89
  160. package/dist/scripts/nightly-evidence.js +108 -111
  161. package/dist/scripts/nudge-digest.js +39 -28
  162. package/dist/scripts/onboarding-tests.js +63 -88
  163. package/dist/scripts/opensky-check.js +18 -13
  164. package/dist/scripts/opensky-tests.js +28 -28
  165. package/dist/scripts/persona-surface-guard-tests.js +37 -12
  166. package/dist/scripts/pnpm-dsh-closure-proof.js +2 -5
  167. package/dist/scripts/policy-anchor-359-registered-e2e.js +214 -0
  168. package/dist/scripts/price-drift-tests.js +126 -227
  169. package/dist/scripts/price-drift-watch.js +209 -253
  170. package/dist/scripts/probe-poi-tests.js +52 -45
  171. package/dist/scripts/product-metrics.js +187 -273
  172. package/dist/scripts/publish-preverify.js +47 -41
  173. package/dist/scripts/realtime-pricing-tests.js +37 -76
  174. package/dist/scripts/replay-async.js +20 -18
  175. package/dist/scripts/replay-real.js +16 -18
  176. package/dist/scripts/replay.js +52 -82
  177. package/dist/scripts/session-attach-diagnose.js +16 -12
  178. package/dist/scripts/session-attach-poc.js +34 -37
  179. package/dist/scripts/session-benchmark.js +66 -147
  180. package/dist/scripts/session-dida-live-e2e.js +151 -0
  181. package/dist/scripts/session-extract-tests.js +14 -35
  182. package/dist/scripts/session-login.js +14 -13
  183. package/dist/scripts/session-tests.js +545 -583
  184. package/dist/scripts/sf-live-benchmark.js +92 -110
  185. package/dist/scripts/sf-live-cli-tests.js +2 -9
  186. package/dist/scripts/sf-soft-score-tests.js +19 -60
  187. package/dist/scripts/sf-summary-tests.js +149 -0
  188. package/dist/scripts/sf-summary.js +466 -84
  189. package/dist/scripts/skeleton-check.js +16 -14
  190. package/dist/scripts/skeleton-integration-test.js +11 -10
  191. package/dist/scripts/skills-contract-tests.js +51 -46
  192. package/dist/scripts/smoke-session-gate-tests.js +12 -20
  193. package/dist/scripts/smoke.js +541 -422
  194. package/dist/scripts/sponsor-reuse-tests.js +262 -0
  195. package/dist/scripts/state-cli-tests.js +226 -101
  196. package/dist/scripts/state-cli.js +549 -212
  197. package/dist/scripts/static-golden-tests.js +46 -180
  198. package/dist/scripts/time-eval-tests.js +210 -192
  199. package/dist/scripts/travel-timeline-tests.js +29 -93
  200. package/dist/scripts/turn-handoff-collect-tests.js +46 -93
  201. package/dist/scripts/turn-handoff-collect.js +71 -99
  202. package/dist/scripts/turn-policy-tests.js +28 -29
  203. package/dist/scripts/typed-contract-canary.js +77 -162
  204. package/dist/scripts/tz-resolver-sanity.js +50 -0
  205. package/dist/scripts/tz-resolver-tests.js +584 -0
  206. package/dist/scripts/unified-tests.js +23 -19
  207. package/dist/scripts/visa-policy-tests.js +31 -44
  208. package/dist/scripts/weather-tests.js +121 -543
  209. package/dist/scripts/wish-channel-gate-tests.js +29 -86
  210. package/dist/scripts/write-gate-tests.js +522 -0
  211. package/dist/scripts/z3-lifecycle-fault-tests.js +188 -0
  212. package/dist/scripts/z3-lifecycle-tests.js +170 -0
  213. package/dist/scripts/z3-race-repeat-tests.js +39 -0
  214. package/dist/scripts/z3-race-tests.js +18 -12
  215. package/dist/src/artifact-gate.js +652 -221
  216. package/dist/src/backend/kernel.js +91 -0
  217. package/dist/src/backend/modules/booking-copilot.js +55 -0
  218. package/dist/src/backend/modules/booking-executor.js +124 -0
  219. package/dist/src/backend/modules/session-search.js +194 -0
  220. package/dist/src/benchmark-agent-conformance.js +296 -262
  221. package/dist/src/benchmark-environment-bridge.js +298 -413
  222. package/dist/src/benchmark-headless-child-diagnostics.js +93 -100
  223. package/dist/src/benchmark-tool-isolation.js +94 -67
  224. package/dist/src/bookable-facts.js +299 -174
  225. package/dist/src/booking-saga.js +64 -120
  226. package/dist/src/booking-surface/availability-policy.js +443 -576
  227. package/dist/src/booking-surface/cancel-refund-commission.js +379 -0
  228. package/dist/src/booking-surface/contracts.js +24 -80
  229. package/dist/src/booking-surface/dsh-planner.js +510 -281
  230. package/dist/src/booking-surface/dsh-plugin.js +17 -1
  231. package/dist/src/booking-surface/error-codes.js +82 -10
  232. package/dist/src/booking-surface/index.js +0 -3
  233. package/dist/src/booking-surface/profile.js +10 -54
  234. package/dist/src/booking-surface/recovery-chain.js +367 -0
  235. package/dist/src/booking-surface/runtime.js +765 -891
  236. package/dist/src/booking-surface/server.js +200 -251
  237. package/dist/src/booking-surface/startup.js +58 -54
  238. package/dist/src/booking-surface/validation.js +150 -218
  239. package/dist/src/bridge.js +20 -13
  240. package/dist/src/companions.js +48 -74
  241. package/dist/src/contracts.js +21 -43
  242. package/dist/src/dsh-llm.js +82 -120
  243. package/dist/src/engine.js +253 -239
  244. package/dist/src/evaluation-cadence.js +72 -209
  245. package/dist/src/evaluation-contracts.js +220 -843
  246. package/dist/src/flight-pack-adapter.js +54 -0
  247. package/dist/src/flight-pack-contract.js +2 -0
  248. package/dist/src/gotry-backend.js +70 -0
  249. package/dist/src/hotel-date-gate.js +118 -0
  250. package/dist/src/i18n.js +18 -7
  251. package/dist/src/index.js +1425 -1629
  252. package/dist/src/journey.js +132 -81
  253. package/dist/src/ledger-repair-apply.js +538 -0
  254. package/dist/src/ledger-repair-plan.js +463 -0
  255. package/dist/src/loop.js +257 -166
  256. package/dist/src/memory-capture.js +180 -32
  257. package/dist/src/memory-decay.js +30 -14
  258. package/dist/src/memory-lifecycle.js +1310 -0
  259. package/dist/src/memory-utility.js +27 -40
  260. package/dist/src/mock-llm.js +36 -61
  261. package/dist/src/model.js +81 -36
  262. package/dist/src/realtime-pricing.js +63 -72
  263. package/dist/src/slot-spec.js +84 -106
  264. package/dist/src/state-ledger.js +310 -471
  265. package/dist/src/subagent-job-id-guard.js +58 -0
  266. package/dist/src/time-anchor.js +231 -33
  267. package/dist/src/tool-packet.js +20 -8
  268. package/dist/src/travel-slots.js +58 -35
  269. package/dist/src/travel-timeline.js +44 -63
  270. package/dist/src/turn-deadline.js +121 -127
  271. package/dist/src/turn-policy.js +61 -89
  272. package/dist/src/tz-resolver.js +143 -0
  273. package/dist/src/unified.js +504 -381
  274. package/dist/src/wish-pool.js +39 -14
  275. package/dist/src/write-gate.js +495 -0
  276. package/dist/src/z3-shared.js +273 -7
  277. package/extension/README.md +4 -3
  278. package/extension/background.js +125 -14
  279. package/extension/content-bridge.js +23 -1
  280. package/extension/content-main.js +15 -4
  281. package/extension/manifest.json +16 -8
  282. package/package.json +251 -220
  283. package/ts/capabilities/agent-reach.ts +4 -4
  284. package/ts/capabilities/anything.ts +1 -1
  285. package/ts/capabilities/artifacts.ts +46 -9
  286. package/ts/capabilities/flyai.ts +156 -37
  287. package/ts/capabilities/hbcli.ts +1 -1
  288. package/ts/capabilities/incident-log.ts +88 -59
  289. package/ts/capabilities/session/adapters/ctrip-flight.ts +99 -36
  290. package/ts/capabilities/session/adapters/dida-portal.ts +250 -0
  291. package/ts/capabilities/session/adapters/rail-12306.ts +123 -24
  292. package/ts/capabilities/session/extension-bridge.ts +226 -101
  293. package/ts/capabilities/session/extension-channel.ts +22 -9
  294. package/ts/capabilities/session/wizard.ts +2 -2
  295. package/ts/capabilities/session-consent.ts +98 -14
  296. package/ts/capabilities/session-login.ts +1 -0
  297. package/ts/capabilities/session-search.ts +315 -31
  298. package/ts/dsh-runtime/vendor/README.md +8 -4
  299. package/ts/dsh-runtime/vendor/dsh-map-tools/README.en.md +7 -1
  300. package/ts/dsh-runtime/vendor/dsh-map-tools/README.md +5 -3
  301. package/ts/dsh-runtime/vendor/dsh-map-tools/lib/settings-ns.js +1 -1
  302. package/ts/dsh-runtime/vendor/dsh-map-tools/lib/types/settings-ns.d.ts +1 -1
  303. package/ts/dsh-runtime/vendor/dsh-map-tools/package.json +6 -6
  304. package/ts/package.json +236 -16
  305. package/ts/scripts/map-tools-vendor-package-proof.ts +152 -31
  306. package/ts/scripts/state-cli.ts +418 -51
  307. package/ts/src/artifact-gate.ts +561 -15
  308. package/ts/src/benchmark-environment-bridge.ts +37 -20
  309. package/ts/src/bookable-facts.ts +183 -7
  310. package/ts/src/booking-surface/cancel-refund-commission.ts +488 -0
  311. package/ts/src/booking-surface/dsh-planner.ts +240 -32
  312. package/ts/src/booking-surface/dsh-plugin.js +17 -1
  313. package/ts/src/booking-surface/error-codes.ts +75 -0
  314. package/ts/src/booking-surface/recovery-chain.ts +409 -0
  315. package/ts/src/booking-surface/server.ts +84 -51
  316. package/ts/src/booking-surface/validation.ts +2 -0
  317. package/ts/src/contracts.ts +12 -2
  318. package/ts/src/dsh-llm.ts +4 -8
  319. package/ts/src/index.ts +609 -90
  320. package/ts/src/loop.ts +116 -7
  321. package/ts/src/memory-capture.ts +227 -3
  322. package/ts/src/mock-llm.ts +4 -8
  323. package/ts/src/model.ts +88 -2
  324. package/ts/src/state-ledger.ts +47 -29
  325. package/ts/src/subagent-job-id-guard.ts +72 -0
  326. package/ts/src/time-anchor.ts +217 -13
  327. package/ts/src/unified.ts +316 -54
@@ -1,5 +1,16 @@
1
+ /**
2
+ * Multi-leg 行程引擎 TS 版(与 py/gotry_feasibility/journey.py 对齐;Python 为 oracle)。
3
+ * DEPRECATED(D-1 清偿):统一模型(unified.ts)是唯一求解入口;保留为兼容层与差分 oracle。
4
+ *
5
+ * 每 leg 选一个班次,锚点(arrive_by/depart_after/wake_floor)为命名约束;
6
+ * 无解读 unsat core,逐锚点放宽重解给方案。红眼段用睡眠模型
7
+ * (精力 = 30 + 8×睡眠小时,clamp 30-75)。
8
+ */
1
9
  import { hhmmToMin, minToHhmm } from './model.js';
2
10
  import { withZ3 } from './z3-shared.js';
11
+ /* eslint-disable @typescript-eslint/no-explicit-any */
12
+ // Z3 运行时收敛到 z3-shared(单一 WASM 实例 + 单一 Context + 会话级互斥);
13
+ // 本模块自有 z3Promise 已删(见 unified.ts / engine.ts 同批迁移)。
3
14
  export function evaluateLeg(leg, svc) {
4
15
  const wake = svc.depMin - leg.bufferMin - leg.originTransferMin;
5
16
  const wakeDisplay = wake < 0 ? `${minToHhmm(wake + 1440)}(前一日)` : minToHhmm(wake);
@@ -9,12 +20,17 @@ export function evaluateLeg(leg, svc) {
9
20
  if (leg.redEye && (leg.redEyeDurationMin ?? 0) > 0) {
10
21
  const sleepH = ((leg.redEyeDurationMin ?? 0) - 60) / 60;
11
22
  energy = Math.max(30, Math.min(75, 30 + 8 * sleepH));
12
- } else {
23
+ }
24
+ else {
13
25
  energy = 100 - 2 * 8;
14
- if (wake < 5 * 60) energy -= 30;
15
- else if (wake < 6 * 60) energy -= 25;
16
- if (arriveStay > 21 * 60) energy -= 10;
17
- if (d2d > 6 * 60) energy -= 10;
26
+ if (wake < 5 * 60)
27
+ energy -= 30;
28
+ else if (wake < 6 * 60)
29
+ energy -= 25;
30
+ if (arriveStay > 21 * 60)
31
+ energy -= 10;
32
+ if (d2d > 6 * 60)
33
+ energy -= 10;
18
34
  energy = Math.max(0, energy);
19
35
  }
20
36
  return {
@@ -25,119 +41,154 @@ export function evaluateLeg(leg, svc) {
25
41
  arrive_stay: minToHhmm(arriveStay),
26
42
  door_to_door: `${Math.floor(d2d / 60)}h${String(d2d % 60).padStart(2, '0')}m`,
27
43
  energy_pct: Math.round(energy),
28
- price_cny: svc.priceCny
44
+ price_cny: svc.priceCny,
29
45
  };
30
46
  }
31
47
  function exactlyOne(z3, sels) {
32
48
  const { If, Sum, Int } = z3;
33
- return Sum(...sels.map((s)=>If(s, Int.val(1), Int.val(0)))).eq(Int.val(1));
49
+ return Sum(...sels.map(s => If(s, Int.val(1), Int.val(0)))).eq(Int.val(1));
50
+ }
51
+ function releaseZ3(resource) {
52
+ if (typeof resource?.release === 'function')
53
+ resource.release();
34
54
  }
35
55
  export async function solveJourney(req) {
36
- return withZ3('journey.solveJourney', async (z3)=>{
56
+ // 会话级互斥门:判定段从 here 到 return 独占共享实例,防同 Context 并发 unwind。
57
+ return withZ3('journey.solveJourney', async (z3) => {
37
58
  const { Bool, If, Sum, Int, Solver } = z3;
38
59
  const wakeFloor = req.wakeFloorMin ?? hhmmToMin('06:00');
39
60
  const allSels = {};
40
61
  const assertions = {};
41
62
  const legSpecs = req.legs;
42
- for (const leg of legSpecs){
43
- const sels = leg.services.map((_, i)=>Bool.const(`${leg.id}_s${i}`));
63
+ for (const leg of legSpecs) {
64
+ const sels = leg.services.map((_, i) => Bool.const(`${leg.id}_s${i}`));
44
65
  allSels[leg.id] = sels;
45
- const pick = (attr)=>Sum(...sels.map((s, i)=>If(s, Int.val(leg.services[i][attr]), Int.val(0))));
66
+ const pick = (attr) => Sum(...sels.map((s, i) => If(s, Int.val(leg.services[i][attr]), Int.val(0))));
46
67
  const dep = pick('depMin'), arr = pick('arrMin'), price = pick('priceCny');
47
68
  const wake = dep.sub(Int.val(leg.bufferMin + leg.originTransferMin));
48
69
  const arriveStay = arr.add(Int.val(leg.destTransferMin));
49
- if (leg.arriveByMin !== undefined) assertions[`${leg.id}:arrive_by`] = arriveStay.le(Int.val(leg.arriveByMin));
50
- if (leg.departAfterMin !== undefined) assertions[`${leg.id}:depart_after`] = dep.ge(Int.val(leg.departAfterMin));
51
- if (!leg.redEye) assertions[`${leg.id}:wake_floor`] = wake.ge(Int.val(wakeFloor));
70
+ if (leg.arriveByMin !== undefined)
71
+ assertions[`${leg.id}:arrive_by`] = arriveStay.le(Int.val(leg.arriveByMin));
72
+ if (leg.departAfterMin !== undefined)
73
+ assertions[`${leg.id}:depart_after`] = dep.ge(Int.val(leg.departAfterMin));
74
+ if (!leg.redEye)
75
+ assertions[`${leg.id}:wake_floor`] = wake.ge(Int.val(wakeFloor));
52
76
  }
53
- const total = Sum(...legSpecs.flatMap((leg)=>allSels[leg.id].map((s, i)=>If(s, Int.val(leg.services[i].priceCny), Int.val(0)))));
54
- if (req.budgetCny !== undefined) assertions['total:budget'] = total.le(Int.val(req.budgetCny));
55
- const coreOf = (s)=>{
77
+ const total = Sum(...legSpecs.flatMap(leg => allSels[leg.id].map((s, i) => If(s, Int.val(leg.services[i].priceCny), Int.val(0)))));
78
+ if (req.budgetCny !== undefined)
79
+ assertions['total:budget'] = total.le(Int.val(req.budgetCny));
80
+ const coreOf = (s) => {
56
81
  const v = s.unsatCore();
57
82
  const out = [];
58
- for(let i = 0; i < v.length(); i++){
83
+ for (let i = 0; i < v.length(); i++) {
84
+ // D-2 修复:JS 绑定的 unsat core 字符串带竖线定界("|f1:arrive_by|"),剥掉
59
85
  out.push(String(v.get(i)).replace(/^\|/, '').replace(/\|$/, ''));
60
86
  }
61
87
  return out;
62
88
  };
63
- const extract = async (model)=>{
89
+ const extract = async (model) => {
64
90
  const chosen = new Map();
65
- for (const leg of legSpecs){
66
- for(let i = 0; i < allSels[leg.id].length; i++){
91
+ for (const leg of legSpecs) {
92
+ for (let i = 0; i < allSels[leg.id].length; i++) {
67
93
  const v = await maybeAwait(model.eval(allSels[leg.id][i], true));
68
- if (String(v) === 'true') chosen.set(leg.id, leg.services[i]);
94
+ if (String(v) === 'true')
95
+ chosen.set(leg.id, leg.services[i]);
69
96
  }
70
97
  }
71
98
  return chosen;
72
99
  };
73
100
  const s = new Solver();
74
- for (const sel of Object.values(allSels))s.add(exactlyOne(z3, sel));
75
- for (const [name, expr] of Object.entries(assertions))s.addAndTrack(expr, name);
76
- if (String(await s.check()) !== 'unsat') {
77
- const chosen = await extract(s.model());
78
- const legReports = legSpecs.map((leg)=>evaluateLeg(leg, chosen.get(leg.id)));
79
- const money = legReports.reduce((a, r)=>a + r.price_cny, 0);
80
- const redFlags = [
81
- ...legSpecs.map((leg, i)=>leg.redEye && legReports[i].energy_pct < 50 ? `${leg.id} 落地精力仅 ${legReports[i].energy_pct}%(红眼后直奔事务,当日不宜安排重要会议)` : '').filter(Boolean),
82
- ...legSpecs.map((leg, i)=>!leg.redEye && legReports[i].wakeMin >= 0 && legReports[i].wakeMin < 6 * 60 ? `${leg.id} 起床 ${legReports[i].wake}(早于 6:00,生物钟代价)` : '').filter(Boolean)
83
- ];
84
- return {
85
- feasible: true,
86
- money_cny: money,
87
- legs: legReports,
88
- red_flags: redFlags
89
- };
90
- }
91
- const core = coreOf(s).sort();
92
- const suggestions = [];
93
- for (const name of core){
94
- const s2 = new Solver();
95
- for (const sel of Object.values(allSels))s2.add(exactlyOne(z3, sel));
96
- for (const [n2, expr] of Object.entries(assertions)){
97
- if (n2 !== name) s2.addAndTrack(expr, n2);
101
+ let sOpen = true;
102
+ const closeS = () => {
103
+ if (sOpen) {
104
+ releaseZ3(s);
105
+ sOpen = false;
98
106
  }
99
- if (String(await s2.check()) !== 'unsat') {
100
- const chosen = await extract(s2.model());
101
- const rep = legSpecs.map((leg)=>evaluateLeg(leg, chosen.get(leg.id)));
102
- suggestions.push({
103
- relax: name,
104
- money_cny: rep.reduce((a, r)=>a + r.price_cny, 0),
105
- legs: rep.map((r, i)=>({
106
- ...r,
107
- leg: legSpecs[i].id
108
- }))
109
- });
107
+ };
108
+ try {
109
+ for (const sel of Object.values(allSels))
110
+ s.add(exactlyOne(z3, sel));
111
+ for (const [name, expr] of Object.entries(assertions))
112
+ s.addAndTrack(expr, name);
113
+ if (String(await s.check()) !== 'unsat') {
114
+ const model = s.model();
115
+ try {
116
+ const chosen = await extract(model);
117
+ const legReports = legSpecs.map(leg => evaluateLeg(leg, chosen.get(leg.id)));
118
+ const money = legReports.reduce((a, r) => a + r.price_cny, 0);
119
+ const redFlags = [
120
+ ...legSpecs.map((leg, i) => leg.redEye && legReports[i].energy_pct < 50
121
+ ? `${leg.id} 落地精力仅 ${legReports[i].energy_pct}%(红眼后直奔事务,当日不宜安排重要会议)` : '')
122
+ .filter(Boolean),
123
+ ...legSpecs.map((leg, i) => !leg.redEye && legReports[i].wakeMin >= 0 && legReports[i].wakeMin < 6 * 60
124
+ ? `${leg.id} 起床 ${legReports[i].wake}(早于 6:00,生物钟代价)` : '')
125
+ .filter(Boolean),
126
+ ];
127
+ return { feasible: true, money_cny: money, legs: legReports, red_flags: redFlags };
128
+ }
129
+ finally {
130
+ releaseZ3(model);
131
+ }
110
132
  }
133
+ const core = coreOf(s).sort();
134
+ const suggestions = [];
135
+ closeS();
136
+ for (const name of core) {
137
+ const s2 = new Solver();
138
+ try {
139
+ for (const sel of Object.values(allSels))
140
+ s2.add(exactlyOne(z3, sel));
141
+ for (const [n2, expr] of Object.entries(assertions)) {
142
+ if (n2 !== name)
143
+ s2.addAndTrack(expr, n2);
144
+ }
145
+ if (String(await s2.check()) !== 'unsat') {
146
+ const model = s2.model();
147
+ try {
148
+ const chosen = await extract(model);
149
+ const rep = legSpecs.map(leg => evaluateLeg(leg, chosen.get(leg.id)));
150
+ suggestions.push({
151
+ relax: name,
152
+ money_cny: rep.reduce((a, r) => a + r.price_cny, 0),
153
+ legs: rep.map((r, i) => ({ ...r, leg: legSpecs[i].id })),
154
+ });
155
+ }
156
+ finally {
157
+ releaseZ3(model);
158
+ }
159
+ }
160
+ }
161
+ finally {
162
+ releaseZ3(s2);
163
+ }
164
+ }
165
+ return { feasible: false, unsat_core: core, suggestions };
166
+ }
167
+ finally {
168
+ closeS();
111
169
  }
112
- return {
113
- feasible: false,
114
- unsat_core: core,
115
- suggestions
116
- };
117
170
  });
118
171
  }
119
172
  async function maybeAwait(v) {
120
173
  return v instanceof Promise ? await v : v;
121
174
  }
175
+ // JSON 数据包 → spec 的解析(data/flights_2026.json 形态)
122
176
  export function parseFlightPackLegs(pack) {
123
- const legs = pack['legs'].map((l)=>({
124
- id: String(l['id']),
125
- note: l['note'] ? String(l['note']) : undefined,
126
- services: l['services'].map((sv)=>({
127
- id: String(sv['id']),
128
- depMin: hhmmToMin(String(sv['dep'])),
129
- arrMin: hhmmToMin(String(sv['arr'])),
130
- priceCny: Number(sv['price_cny'])
131
- })),
132
- bufferMin: Number(l['buffer_min']),
133
- originTransferMin: Number(l['origin_transfer_min']),
134
- destTransferMin: Number(l['dest_transfer_min']),
135
- arriveByMin: l['arrive_by'] ? hhmmToMin(String(l['arrive_by'])) : undefined,
136
- redEye: Boolean(l['red_eye']),
137
- redEyeDurationMin: Number(l['red_eye_duration_min'] ?? 0)
138
- }));
177
+ const legs = pack['legs'].map(l => ({
178
+ id: String(l['id']),
179
+ note: l['note'] ? String(l['note']) : undefined,
180
+ services: l['services'].map(sv => ({
181
+ id: String(sv['id']),
182
+ depMin: hhmmToMin(String(sv['dep'])),
183
+ arrMin: hhmmToMin(String(sv['arr'])),
184
+ priceCny: Number(sv['price_cny']),
185
+ })),
186
+ bufferMin: Number(l['buffer_min']),
187
+ originTransferMin: Number(l['origin_transfer_min']),
188
+ destTransferMin: Number(l['dest_transfer_min']),
189
+ arriveByMin: l['arrive_by'] ? hhmmToMin(String(l['arrive_by'])) : undefined,
190
+ redEye: Boolean(l['red_eye']),
191
+ redEyeDurationMin: Number(l['red_eye_duration_min'] ?? 0),
192
+ }));
139
193
  return legs;
140
194
  }
141
-
142
-
143
- //# sourceURL=ts/src/journey.ts