@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.
- package/README.md +102 -194
- package/README.zh-CN.md +115 -210
- package/bin/gotry-backend.js +53 -0
- package/bin/gotry-bootstrap.js +466 -35
- package/bin/gotry-inner.js +255 -36
- package/bin/gotry-process-liveness.d.ts +27 -0
- package/bin/gotry-process-liveness.js +97 -0
- package/bin/gotry-runtime-resolution.d.ts +1 -1
- package/bin/gotry-runtime-resolution.js +2 -2
- package/client/client.js +174 -0
- package/cordis.gotry-patch.yml +70 -93
- package/dist/capabilities/agent-reach-deep.js +45 -122
- package/dist/capabilities/agent-reach.js +63 -148
- package/dist/capabilities/anything.js +89 -75
- package/dist/capabilities/artifacts.js +123 -104
- package/dist/capabilities/channel-health.js +65 -45
- package/dist/capabilities/channel-registry.js +108 -87
- package/dist/capabilities/doctor.js +357 -235
- package/dist/capabilities/effect.js +223 -309
- package/dist/capabilities/fact-log.js +28 -14
- package/dist/capabilities/flyai.js +245 -156
- package/dist/capabilities/ground-transfer.js +509 -0
- package/dist/capabilities/hbcli.js +144 -148
- package/dist/capabilities/hotelbyte-transaction.js +194 -0
- package/dist/capabilities/incident-log.js +131 -61
- package/dist/capabilities/model-override.js +30 -10
- package/dist/capabilities/opensky.js +54 -43
- package/dist/capabilities/resilience.js +50 -32
- package/dist/capabilities/session/action-cache.js +50 -44
- package/dist/capabilities/session/adapters/ctrip-flight.js +119 -62
- package/dist/capabilities/session/adapters/ctrip-hotel.js +125 -110
- package/dist/capabilities/session/adapters/dida-portal.js +206 -0
- package/dist/capabilities/session/adapters/meituan-local.js +35 -54
- package/dist/capabilities/session/adapters/rail-12306.js +169 -112
- package/dist/capabilities/session/benchmark.js +85 -149
- package/dist/capabilities/session/extension-bridge.js +320 -259
- package/dist/capabilities/session/extension-channel.js +57 -76
- package/dist/capabilities/session/extension-distribution.js +115 -119
- package/dist/capabilities/session/extract.js +31 -21
- package/dist/capabilities/session/golden-score.js +55 -33
- package/dist/capabilities/session/health-watch.js +146 -154
- package/dist/capabilities/session/read-guard.js +55 -47
- package/dist/capabilities/session/static-flight-golden.js +49 -36
- package/dist/capabilities/session/transport.js +54 -61
- package/dist/capabilities/session/wizard.js +63 -93
- package/dist/capabilities/session-consent.js +143 -47
- package/dist/capabilities/session-login.js +95 -126
- package/dist/capabilities/session-search.js +391 -253
- package/dist/capabilities/sponsor-plugin.js +341 -0
- package/dist/capabilities/visa-policy.js +87 -73
- package/dist/capabilities/weather.js +163 -235
- package/dist/scripts/action-cache-tests.js +24 -59
- package/dist/scripts/agent-planning-turn-deadline-e2e.js +91 -142
- package/dist/scripts/agent-planning-turn-deadline-tests.js +80 -176
- package/dist/scripts/agent-reach-deep-tests.js +30 -40
- package/dist/scripts/agent-reach-tests.js +26 -18
- package/dist/scripts/agent-reach-wrapper-tests.js +46 -50
- package/dist/scripts/anything-tests.js +58 -62
- package/dist/scripts/artifact-client-contract-tests.js +69 -0
- package/dist/scripts/artifacts-capability-tests.js +235 -0
- package/dist/scripts/async-collect.js +26 -15
- package/dist/scripts/benchmark-environment-bridge-e2e.js +287 -684
- package/dist/scripts/benchmark-environment-bridge-tests.js +818 -3123
- package/dist/scripts/booking-copilot-availability-ledger-binding-tests.js +66 -279
- package/dist/scripts/booking-copilot-availability-policy-tests.js +153 -1257
- package/dist/scripts/booking-copilot-bin-proof-tests.js +22 -45
- package/dist/scripts/booking-copilot-crossrepo-fixture-server.js +64 -76
- package/dist/scripts/booking-copilot-dsh-core-proof-tests.js +69 -199
- package/dist/scripts/booking-copilot-dsh-planner-proof-tests.js +393 -759
- package/dist/scripts/booking-copilot-dsh-plugin-proof-tests.js +33 -75
- package/dist/scripts/booking-copilot-event-sequence-concurrency-proof-tests.js +60 -110
- package/dist/scripts/booking-copilot-gap-code-contract-proof-tests.js +28 -66
- package/dist/scripts/booking-copilot-operation-ledger-concurrency-proof-tests.js +72 -271
- package/dist/scripts/booking-copilot-receipt-ledger-concurrency-proof-tests.js +73 -275
- package/dist/scripts/booking-copilot-runtime-proof-tests.js +784 -3398
- package/dist/scripts/booking-copilot-server-proof-tests.js +63 -168
- package/dist/scripts/booking-copilot-startup-proof-tests.js +38 -124
- package/dist/scripts/booking-executor-tests.js +80 -0
- package/dist/scripts/booking-recovery-chain-tests.js +182 -0
- package/dist/scripts/booking-saga-tests.js +61 -123
- package/dist/scripts/booking-surface-contract-proof-tests.js +152 -1167
- package/dist/scripts/bootstrap-tests.js +1383 -128
- package/dist/scripts/build-changelog.js +89 -130
- package/dist/scripts/build-metrics-report.js +135 -143
- package/dist/scripts/changelog-tests.js +35 -82
- package/dist/scripts/channel-probe-tests.js +44 -116
- package/dist/scripts/channel-probe.js +84 -167
- package/dist/scripts/channel-registry-tests.js +97 -185
- package/dist/scripts/companion-tests.js +25 -70
- package/dist/scripts/dida-cookie-probe.js +87 -0
- package/dist/scripts/dida-sw-probe.js +114 -0
- package/dist/scripts/diff-test.js +17 -12
- package/dist/scripts/doctor-tests.js +428 -120
- package/dist/scripts/dsh-artifact-e2e.js +150 -0
- package/dist/scripts/dsh-artifact-web-e2e.js +443 -0
- package/dist/scripts/dsh-http-proxy-sse-proof.js +90 -0
- package/dist/scripts/dsh-runtime-closure-tests.js +110 -153
- package/dist/scripts/dsh-runtime-closure.js +75 -63
- package/dist/scripts/dsh-session-v3-migration-proof.js +106 -0
- package/dist/scripts/dsh-subprocess-local-proof.js +149 -0
- package/dist/scripts/dsh-target-closure-proof.js +178 -0
- package/dist/scripts/effect-tests.js +165 -552
- package/dist/scripts/engine-run.js +1 -3
- package/dist/scripts/engine-tests.js +16 -10
- package/dist/scripts/evaluation-cadence-tests.js +69 -242
- package/dist/scripts/evaluation-contract-tests.js +193 -499
- package/dist/scripts/extension-distribution-cli.js +19 -15
- package/dist/scripts/extension-distribution-tests.js +98 -211
- package/dist/scripts/extension-tests.js +366 -389
- package/dist/scripts/fact-gate-tests.js +725 -263
- package/dist/scripts/fixtures/extension-bridge-unref-child.mjs +21 -0
- package/dist/scripts/flight-hotel-anchor-363-registered-e2e.js +169 -0
- package/dist/scripts/flight-malformed-tests.js +159 -0
- package/dist/scripts/flyai-tests.js +325 -68
- package/dist/scripts/g5-guard-tests.js +131 -0
- package/dist/scripts/g5-guard.js +189 -0
- package/dist/scripts/gen-lunar-anchors.js +106 -0
- package/dist/scripts/gotry-backend-kernel-tests.js +79 -0
- package/dist/scripts/ground-transfer-tests.js +956 -0
- package/dist/scripts/hbcli-e2e-tests.js +71 -90
- package/dist/scripts/hbcli-live-optin-tests.js +96 -0
- package/dist/scripts/hbcli-release-contract-tests.js +122 -0
- package/dist/scripts/hbcli-tests.js +41 -115
- package/dist/scripts/health-watch-cli.js +42 -28
- package/dist/scripts/hotel-date-gate-tests.js +496 -0
- package/dist/scripts/hotelbyte-reconcile-tests.js +141 -0
- package/dist/scripts/hotelbyte-spawn-e2e-tests.js +373 -0
- package/dist/scripts/i18n-tests.js +16 -9
- package/dist/scripts/incident-tests.js +281 -87
- package/dist/scripts/issue-194-job-id-guard-tests.js +106 -0
- package/dist/scripts/issue-233-cancel-refund-commission-tests.js +392 -0
- package/dist/scripts/issue-271-liveness-tests.js +547 -0
- package/dist/scripts/issue-289-model-retry-real-tests.js +296 -0
- package/dist/scripts/issue-289-model-retry-tests.js +441 -0
- package/dist/scripts/issue-289-web-retry-e2e.js +630 -0
- package/dist/scripts/issue-338-home-city-e2e.js +577 -0
- package/dist/scripts/issue343-real-entry-e2e.js +160 -0
- package/dist/scripts/journey-tests.js +22 -27
- package/dist/scripts/kernel-manifest-evidence.js +109 -0
- package/dist/scripts/kernel-manifest-gate.js +126 -0
- package/dist/scripts/kernel-manifest-tests.js +212 -0
- package/dist/scripts/kernel-manifest-trace-entry.js +7 -0
- package/dist/scripts/kernel-manifest-trace-hook.mjs +28 -0
- package/dist/scripts/kernel-manifest.js +369 -0
- package/dist/scripts/ledger-repair-apply-tests.js +316 -0
- package/dist/scripts/ledger-repair-plan-tests.js +375 -0
- package/dist/scripts/ledger-tests.js +325 -340
- package/dist/scripts/ledger-workflow-crash.js +10 -20
- package/dist/scripts/map-tools-vendor-package-proof.js +206 -134
- package/dist/scripts/memory-capture-tests.js +242 -61
- package/dist/scripts/memory-decay-tests.js +18 -52
- package/dist/scripts/memory-lifecycle-tests.js +657 -0
- package/dist/scripts/memory-lifecycle.js +196 -0
- package/dist/scripts/memory-metrics.js +24 -12
- package/dist/scripts/memory-value-report.js +474 -222
- package/dist/scripts/memory-value-tests.js +328 -0
- package/dist/scripts/metrics-report-tests.js +62 -199
- package/dist/scripts/model-override-e2e.js +66 -105
- package/dist/scripts/nightly-evidence-tests.js +64 -89
- package/dist/scripts/nightly-evidence.js +108 -111
- package/dist/scripts/nudge-digest.js +39 -28
- package/dist/scripts/onboarding-tests.js +63 -88
- package/dist/scripts/opensky-check.js +18 -13
- package/dist/scripts/opensky-tests.js +28 -28
- package/dist/scripts/persona-surface-guard-tests.js +37 -12
- package/dist/scripts/pnpm-dsh-closure-proof.js +2 -5
- package/dist/scripts/policy-anchor-359-registered-e2e.js +214 -0
- package/dist/scripts/price-drift-tests.js +126 -227
- package/dist/scripts/price-drift-watch.js +209 -253
- package/dist/scripts/probe-poi-tests.js +52 -45
- package/dist/scripts/product-metrics.js +187 -273
- package/dist/scripts/publish-preverify.js +47 -41
- package/dist/scripts/realtime-pricing-tests.js +37 -76
- package/dist/scripts/replay-async.js +20 -18
- package/dist/scripts/replay-real.js +16 -18
- package/dist/scripts/replay.js +52 -82
- package/dist/scripts/session-attach-diagnose.js +16 -12
- package/dist/scripts/session-attach-poc.js +34 -37
- package/dist/scripts/session-benchmark.js +66 -147
- package/dist/scripts/session-dida-live-e2e.js +151 -0
- package/dist/scripts/session-extract-tests.js +14 -35
- package/dist/scripts/session-login.js +14 -13
- package/dist/scripts/session-tests.js +545 -583
- package/dist/scripts/sf-live-benchmark.js +92 -110
- package/dist/scripts/sf-live-cli-tests.js +2 -9
- package/dist/scripts/sf-soft-score-tests.js +19 -60
- package/dist/scripts/sf-summary-tests.js +149 -0
- package/dist/scripts/sf-summary.js +466 -84
- package/dist/scripts/skeleton-check.js +16 -14
- package/dist/scripts/skeleton-integration-test.js +11 -10
- package/dist/scripts/skills-contract-tests.js +51 -46
- package/dist/scripts/smoke-session-gate-tests.js +12 -20
- package/dist/scripts/smoke.js +541 -422
- package/dist/scripts/sponsor-reuse-tests.js +262 -0
- package/dist/scripts/state-cli-tests.js +226 -101
- package/dist/scripts/state-cli.js +549 -212
- package/dist/scripts/static-golden-tests.js +46 -180
- package/dist/scripts/time-eval-tests.js +210 -192
- package/dist/scripts/travel-timeline-tests.js +29 -93
- package/dist/scripts/turn-handoff-collect-tests.js +46 -93
- package/dist/scripts/turn-handoff-collect.js +71 -99
- package/dist/scripts/turn-policy-tests.js +28 -29
- package/dist/scripts/typed-contract-canary.js +77 -162
- package/dist/scripts/tz-resolver-sanity.js +50 -0
- package/dist/scripts/tz-resolver-tests.js +584 -0
- package/dist/scripts/unified-tests.js +23 -19
- package/dist/scripts/visa-policy-tests.js +31 -44
- package/dist/scripts/weather-tests.js +121 -543
- package/dist/scripts/wish-channel-gate-tests.js +29 -86
- package/dist/scripts/write-gate-tests.js +522 -0
- package/dist/scripts/z3-lifecycle-fault-tests.js +188 -0
- package/dist/scripts/z3-lifecycle-tests.js +170 -0
- package/dist/scripts/z3-race-repeat-tests.js +39 -0
- package/dist/scripts/z3-race-tests.js +18 -12
- package/dist/src/artifact-gate.js +652 -221
- package/dist/src/backend/kernel.js +91 -0
- package/dist/src/backend/modules/booking-copilot.js +55 -0
- package/dist/src/backend/modules/booking-executor.js +124 -0
- package/dist/src/backend/modules/session-search.js +194 -0
- package/dist/src/benchmark-agent-conformance.js +296 -262
- package/dist/src/benchmark-environment-bridge.js +298 -413
- package/dist/src/benchmark-headless-child-diagnostics.js +93 -100
- package/dist/src/benchmark-tool-isolation.js +94 -67
- package/dist/src/bookable-facts.js +299 -174
- package/dist/src/booking-saga.js +64 -120
- package/dist/src/booking-surface/availability-policy.js +443 -576
- package/dist/src/booking-surface/cancel-refund-commission.js +379 -0
- package/dist/src/booking-surface/contracts.js +24 -80
- package/dist/src/booking-surface/dsh-planner.js +510 -281
- package/dist/src/booking-surface/dsh-plugin.js +17 -1
- package/dist/src/booking-surface/error-codes.js +82 -10
- package/dist/src/booking-surface/index.js +0 -3
- package/dist/src/booking-surface/profile.js +10 -54
- package/dist/src/booking-surface/recovery-chain.js +367 -0
- package/dist/src/booking-surface/runtime.js +765 -891
- package/dist/src/booking-surface/server.js +200 -251
- package/dist/src/booking-surface/startup.js +58 -54
- package/dist/src/booking-surface/validation.js +150 -218
- package/dist/src/bridge.js +20 -13
- package/dist/src/companions.js +48 -74
- package/dist/src/contracts.js +21 -43
- package/dist/src/dsh-llm.js +82 -120
- package/dist/src/engine.js +253 -239
- package/dist/src/evaluation-cadence.js +72 -209
- package/dist/src/evaluation-contracts.js +220 -843
- package/dist/src/flight-pack-adapter.js +54 -0
- package/dist/src/flight-pack-contract.js +2 -0
- package/dist/src/gotry-backend.js +70 -0
- package/dist/src/hotel-date-gate.js +118 -0
- package/dist/src/i18n.js +18 -7
- package/dist/src/index.js +1425 -1629
- package/dist/src/journey.js +132 -81
- package/dist/src/ledger-repair-apply.js +538 -0
- package/dist/src/ledger-repair-plan.js +463 -0
- package/dist/src/loop.js +257 -166
- package/dist/src/memory-capture.js +180 -32
- package/dist/src/memory-decay.js +30 -14
- package/dist/src/memory-lifecycle.js +1310 -0
- package/dist/src/memory-utility.js +27 -40
- package/dist/src/mock-llm.js +36 -61
- package/dist/src/model.js +81 -36
- package/dist/src/realtime-pricing.js +63 -72
- package/dist/src/slot-spec.js +84 -106
- package/dist/src/state-ledger.js +310 -471
- package/dist/src/subagent-job-id-guard.js +58 -0
- package/dist/src/time-anchor.js +231 -33
- package/dist/src/tool-packet.js +20 -8
- package/dist/src/travel-slots.js +58 -35
- package/dist/src/travel-timeline.js +44 -63
- package/dist/src/turn-deadline.js +121 -127
- package/dist/src/turn-policy.js +61 -89
- package/dist/src/tz-resolver.js +143 -0
- package/dist/src/unified.js +504 -381
- package/dist/src/wish-pool.js +39 -14
- package/dist/src/write-gate.js +495 -0
- package/dist/src/z3-shared.js +273 -7
- package/extension/README.md +4 -3
- package/extension/background.js +125 -14
- package/extension/content-bridge.js +23 -1
- package/extension/content-main.js +15 -4
- package/extension/manifest.json +16 -8
- package/package.json +251 -220
- package/ts/capabilities/agent-reach.ts +4 -4
- package/ts/capabilities/anything.ts +1 -1
- package/ts/capabilities/artifacts.ts +46 -9
- package/ts/capabilities/flyai.ts +156 -37
- package/ts/capabilities/hbcli.ts +1 -1
- package/ts/capabilities/incident-log.ts +88 -59
- package/ts/capabilities/session/adapters/ctrip-flight.ts +99 -36
- package/ts/capabilities/session/adapters/dida-portal.ts +250 -0
- package/ts/capabilities/session/adapters/rail-12306.ts +123 -24
- package/ts/capabilities/session/extension-bridge.ts +226 -101
- package/ts/capabilities/session/extension-channel.ts +22 -9
- package/ts/capabilities/session/wizard.ts +2 -2
- package/ts/capabilities/session-consent.ts +98 -14
- package/ts/capabilities/session-login.ts +1 -0
- package/ts/capabilities/session-search.ts +315 -31
- package/ts/dsh-runtime/vendor/README.md +8 -4
- package/ts/dsh-runtime/vendor/dsh-map-tools/README.en.md +7 -1
- package/ts/dsh-runtime/vendor/dsh-map-tools/README.md +5 -3
- package/ts/dsh-runtime/vendor/dsh-map-tools/lib/settings-ns.js +1 -1
- package/ts/dsh-runtime/vendor/dsh-map-tools/lib/types/settings-ns.d.ts +1 -1
- package/ts/dsh-runtime/vendor/dsh-map-tools/package.json +6 -6
- package/ts/package.json +236 -16
- package/ts/scripts/map-tools-vendor-package-proof.ts +152 -31
- package/ts/scripts/state-cli.ts +418 -51
- package/ts/src/artifact-gate.ts +561 -15
- package/ts/src/benchmark-environment-bridge.ts +37 -20
- package/ts/src/bookable-facts.ts +183 -7
- package/ts/src/booking-surface/cancel-refund-commission.ts +488 -0
- package/ts/src/booking-surface/dsh-planner.ts +240 -32
- package/ts/src/booking-surface/dsh-plugin.js +17 -1
- package/ts/src/booking-surface/error-codes.ts +75 -0
- package/ts/src/booking-surface/recovery-chain.ts +409 -0
- package/ts/src/booking-surface/server.ts +84 -51
- package/ts/src/booking-surface/validation.ts +2 -0
- package/ts/src/contracts.ts +12 -2
- package/ts/src/dsh-llm.ts +4 -8
- package/ts/src/index.ts +609 -90
- package/ts/src/loop.ts +116 -7
- package/ts/src/memory-capture.ts +227 -3
- package/ts/src/mock-llm.ts +4 -8
- package/ts/src/model.ts +88 -2
- package/ts/src/state-ledger.ts +47 -29
- package/ts/src/subagent-job-id-guard.ts +72 -0
- package/ts/src/time-anchor.ts +217 -13
- package/ts/src/unified.ts +316 -54
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
#!/usr/bin/env tsx
|
|
2
|
+
/**
|
|
3
|
+
* Explicit opt-in memory lifecycle collector CLI (issue #228).
|
|
4
|
+
*
|
|
5
|
+
* The production CLI intentionally has no --at flag: timestamps come from the
|
|
6
|
+
* local clock. Tests inject clocks through ../src/memory-lifecycle.ts instead.
|
|
7
|
+
*/
|
|
8
|
+
import { resolve } from 'node:path';
|
|
9
|
+
import { pathToFileURL } from 'node:url';
|
|
10
|
+
import { completeMemoryLifecycleFlow, endExternalWait, exportMemoryLifecycleFixture, initMemoryLifecycleDataset, MemoryLifecycleError, recordExperienceReflux, recordPreferenceAssertion, startExternalWait, startMemoryLifecycleFlow, } from '../src/memory-lifecycle.js';
|
|
11
|
+
const ERROR_MESSAGES = {
|
|
12
|
+
bad_args: 'bad_args',
|
|
13
|
+
dataset_already_initialized: 'dataset_already_initialized',
|
|
14
|
+
dataset_consent_mismatch: 'dataset_consent_mismatch',
|
|
15
|
+
dataset_key_mismatch: 'dataset_key_mismatch',
|
|
16
|
+
dataset_not_initialized: 'dataset_not_initialized',
|
|
17
|
+
dataset_source_mismatch: 'dataset_source_mismatch',
|
|
18
|
+
flow_limit_reached: 'flow_limit_reached',
|
|
19
|
+
internal_error: 'internal_error',
|
|
20
|
+
invalid_hmac_key: 'invalid_hmac_key',
|
|
21
|
+
invalid_input: 'invalid_input',
|
|
22
|
+
invalid_store: 'invalid_store',
|
|
23
|
+
invalid_transition: 'invalid_transition',
|
|
24
|
+
lock_busy: 'lock_busy',
|
|
25
|
+
missing_consent: 'missing_consent',
|
|
26
|
+
missing_hmac_key: 'missing_hmac_key',
|
|
27
|
+
missing_state_root: 'missing_state_root',
|
|
28
|
+
output_exists: 'output_exists',
|
|
29
|
+
unsafe_state_root: 'unsafe_state_root',
|
|
30
|
+
};
|
|
31
|
+
function parseFlags(args) {
|
|
32
|
+
const [command, ...rest] = args;
|
|
33
|
+
if (!command)
|
|
34
|
+
throw new MemoryLifecycleError('bad_args');
|
|
35
|
+
const flags = {};
|
|
36
|
+
for (let index = 0; index < rest.length; index += 1) {
|
|
37
|
+
const token = rest[index];
|
|
38
|
+
if (!token.startsWith('--'))
|
|
39
|
+
throw new MemoryLifecycleError('bad_args');
|
|
40
|
+
const key = token.slice(2);
|
|
41
|
+
if (!key)
|
|
42
|
+
throw new MemoryLifecycleError('bad_args');
|
|
43
|
+
const next = rest[index + 1];
|
|
44
|
+
const value = next === undefined || next.startsWith('--') ? true : (index += 1, next);
|
|
45
|
+
if (key in flags) {
|
|
46
|
+
const current = flags[key];
|
|
47
|
+
flags[key] = Array.isArray(current) ? [...current, value] : [current, value];
|
|
48
|
+
}
|
|
49
|
+
else {
|
|
50
|
+
flags[key] = value;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
return { command, flags };
|
|
54
|
+
}
|
|
55
|
+
function one(flags, key, required = true) {
|
|
56
|
+
const value = flags[key];
|
|
57
|
+
if (Array.isArray(value) || value === true)
|
|
58
|
+
throw new MemoryLifecycleError('bad_args');
|
|
59
|
+
if (value === undefined && required)
|
|
60
|
+
throw new MemoryLifecycleError(key === 'state-root' ? 'missing_state_root' : 'invalid_input');
|
|
61
|
+
return value;
|
|
62
|
+
}
|
|
63
|
+
function many(flags, key) {
|
|
64
|
+
const value = flags[key];
|
|
65
|
+
if (value === undefined)
|
|
66
|
+
return [];
|
|
67
|
+
if (value === true)
|
|
68
|
+
throw new MemoryLifecycleError('bad_args');
|
|
69
|
+
return Array.isArray(value) ? value.map(item => {
|
|
70
|
+
if (item === true)
|
|
71
|
+
throw new MemoryLifecycleError('bad_args');
|
|
72
|
+
return item;
|
|
73
|
+
}) : [value];
|
|
74
|
+
}
|
|
75
|
+
function common(flags) {
|
|
76
|
+
const stateRoot = one(flags, 'state-root');
|
|
77
|
+
const consent = one(flags, 'consent', false);
|
|
78
|
+
if (!consent)
|
|
79
|
+
throw new MemoryLifecycleError('missing_consent');
|
|
80
|
+
return {
|
|
81
|
+
stateRoot: stateRoot,
|
|
82
|
+
consent,
|
|
83
|
+
hmacKey: process.env.GOTRY_MEMORY_LIFECYCLE_HMAC_KEY,
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
function ensureNoUnknownFlags(flags, allowed) {
|
|
87
|
+
const allowedSet = new Set(allowed);
|
|
88
|
+
for (const key of Object.keys(flags)) {
|
|
89
|
+
if (!allowedSet.has(key))
|
|
90
|
+
throw new MemoryLifecycleError('bad_args');
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
function output(value) {
|
|
94
|
+
process.stdout.write(`${JSON.stringify(value, null, 2)}\n`);
|
|
95
|
+
}
|
|
96
|
+
function run(command, flags) {
|
|
97
|
+
switch (command) {
|
|
98
|
+
case 'init': {
|
|
99
|
+
ensureNoUnknownFlags(flags, ['state-root', 'consent', 'source', 'dataset', 'wait-code']);
|
|
100
|
+
const source = one(flags, 'source');
|
|
101
|
+
if (source !== 'synthetic_fixture' && source !== 'observed_private')
|
|
102
|
+
throw new MemoryLifecycleError('invalid_input');
|
|
103
|
+
output(initMemoryLifecycleDataset({
|
|
104
|
+
...common(flags),
|
|
105
|
+
sourceKind: source,
|
|
106
|
+
dataset: one(flags, 'dataset'),
|
|
107
|
+
waitCodes: many(flags, 'wait-code'),
|
|
108
|
+
}));
|
|
109
|
+
return;
|
|
110
|
+
}
|
|
111
|
+
case 'start': {
|
|
112
|
+
ensureNoUnknownFlags(flags, ['state-root', 'consent', 'subject', 'flow', 'eligible-planning']);
|
|
113
|
+
if (flags['eligible-planning'] !== true)
|
|
114
|
+
throw new MemoryLifecycleError('invalid_input');
|
|
115
|
+
output(startMemoryLifecycleFlow({ ...common(flags), subject: one(flags, 'subject'), flow: one(flags, 'flow') }));
|
|
116
|
+
return;
|
|
117
|
+
}
|
|
118
|
+
case 'wait-start': {
|
|
119
|
+
ensureNoUnknownFlags(flags, ['state-root', 'consent', 'subject', 'flow', 'wait', 'code']);
|
|
120
|
+
output(startExternalWait({
|
|
121
|
+
...common(flags),
|
|
122
|
+
subject: one(flags, 'subject'),
|
|
123
|
+
flow: one(flags, 'flow'),
|
|
124
|
+
wait: one(flags, 'wait'),
|
|
125
|
+
code: one(flags, 'code'),
|
|
126
|
+
}));
|
|
127
|
+
return;
|
|
128
|
+
}
|
|
129
|
+
case 'wait-end': {
|
|
130
|
+
ensureNoUnknownFlags(flags, ['state-root', 'consent', 'subject', 'flow', 'wait']);
|
|
131
|
+
output(endExternalWait({
|
|
132
|
+
...common(flags),
|
|
133
|
+
subject: one(flags, 'subject'),
|
|
134
|
+
flow: one(flags, 'flow'),
|
|
135
|
+
wait: one(flags, 'wait'),
|
|
136
|
+
}));
|
|
137
|
+
return;
|
|
138
|
+
}
|
|
139
|
+
case 'complete': {
|
|
140
|
+
ensureNoUnknownFlags(flags, ['state-root', 'consent', 'subject', 'flow']);
|
|
141
|
+
output(completeMemoryLifecycleFlow({ ...common(flags), subject: one(flags, 'subject'), flow: one(flags, 'flow') }));
|
|
142
|
+
return;
|
|
143
|
+
}
|
|
144
|
+
case 'record-reflux': {
|
|
145
|
+
ensureNoUnknownFlags(flags, ['state-root', 'consent', 'experience', 'kind', 'evidence']);
|
|
146
|
+
const kind = one(flags, 'kind');
|
|
147
|
+
if (kind !== 'recalled' && kind !== 'verified_outcome')
|
|
148
|
+
throw new MemoryLifecycleError('invalid_input');
|
|
149
|
+
output(recordExperienceReflux({
|
|
150
|
+
...common(flags),
|
|
151
|
+
experience: one(flags, 'experience'),
|
|
152
|
+
kind,
|
|
153
|
+
evidence: one(flags, 'evidence'),
|
|
154
|
+
}));
|
|
155
|
+
return;
|
|
156
|
+
}
|
|
157
|
+
case 'record-preference': {
|
|
158
|
+
ensureNoUnknownFlags(flags, ['state-root', 'consent', 'assertion', 'evidence', 'consumer']);
|
|
159
|
+
const consumer = one(flags, 'consumer');
|
|
160
|
+
if (consumer !== 'ranking' && consumer !== 'explanation')
|
|
161
|
+
throw new MemoryLifecycleError('invalid_input');
|
|
162
|
+
output(recordPreferenceAssertion({
|
|
163
|
+
...common(flags),
|
|
164
|
+
assertion: one(flags, 'assertion'),
|
|
165
|
+
evidence: one(flags, 'evidence'),
|
|
166
|
+
consumer,
|
|
167
|
+
}));
|
|
168
|
+
return;
|
|
169
|
+
}
|
|
170
|
+
case 'export': {
|
|
171
|
+
ensureNoUnknownFlags(flags, ['state-root', 'consent', 'out']);
|
|
172
|
+
const { fixture, result } = exportMemoryLifecycleFixture({ ...common(flags), out: one(flags, 'out', false) });
|
|
173
|
+
if (one(flags, 'out', false))
|
|
174
|
+
output(result);
|
|
175
|
+
else
|
|
176
|
+
output(fixture);
|
|
177
|
+
return;
|
|
178
|
+
}
|
|
179
|
+
default:
|
|
180
|
+
throw new MemoryLifecycleError('bad_args');
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
function main() {
|
|
184
|
+
try {
|
|
185
|
+
const { command, flags } = parseFlags(process.argv.slice(2));
|
|
186
|
+
run(command, flags);
|
|
187
|
+
}
|
|
188
|
+
catch (error) {
|
|
189
|
+
const code = error instanceof MemoryLifecycleError ? error.code : 'internal_error';
|
|
190
|
+
process.stderr.write(`memory_lifecycle_error:${ERROR_MESSAGES[code]}\n`);
|
|
191
|
+
process.exitCode = 2;
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
const invokedPath = process.argv[1] ? pathToFileURL(resolve(process.argv[1])).href : '';
|
|
195
|
+
if (import.meta.url === invokedPath)
|
|
196
|
+
main();
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 记忆效用指标投影(M4 北极星底座,只读):从 gotry-state 侧车文件聚合
|
|
3
|
+
* 「下一次出发率」的过程指标与经验回流率基线(M4 exit 要求有基线)。
|
|
4
|
+
*
|
|
5
|
+
* 口径(单用户期即固定,多用户期逐用户展开,RFC §6.5 账本化兼容):
|
|
6
|
+
* - wish_total / wish_muted:在册与休眠的憧憬数
|
|
7
|
+
* - recalled_wishes / verified_wishes:被召回过 ≥1 次 / 拿到 owner 确认结果的 wish 数
|
|
8
|
+
* -回流率基线(reflux_baseline)= verified_wishes / max(recalled_wishes,1)
|
|
9
|
+
* ——「被召回的憧憬里有多少走到了可验证的现实结果」;数值本身无好坏,
|
|
10
|
+
* 先有基线,样本起来后才谈目标。
|
|
11
|
+
*
|
|
12
|
+
* 运行:cd ts && npx tsx scripts/memory-metrics.ts [stateRoot]
|
|
13
|
+
* 只读:不改任何状态文件(巡检状态纪律);无数据时优雅空态 exit 0。
|
|
14
|
+
*/
|
|
1
15
|
import { projectUtility } from '../src/memory-utility.js';
|
|
2
16
|
import { decayedConfidence } from '../src/memory-decay.js';
|
|
3
17
|
import { readUtilityEventsWithFallback, readWishPoolWithFallback } from '../src/state-ledger.js';
|
|
@@ -5,20 +19,18 @@ const stateRoot = process.argv[2] ?? '.';
|
|
|
5
19
|
const pool = readWishPoolWithFallback(stateRoot);
|
|
6
20
|
const events = readUtilityEventsWithFallback(stateRoot);
|
|
7
21
|
const projection = projectUtility(events);
|
|
8
|
-
const active = pool.filter(
|
|
9
|
-
const recalledWishes = Object.values(projection).filter(
|
|
10
|
-
const verifiedWishes = Object.values(projection).filter(
|
|
22
|
+
const active = pool.filter(w => typeof w.wish_id === 'string');
|
|
23
|
+
const recalledWishes = Object.values(projection).filter(w => w.recalled > 0).length;
|
|
24
|
+
const verifiedWishes = Object.values(projection).filter(w => w.verified > 0).length;
|
|
11
25
|
const refluxBaseline = verifiedWishes / Math.max(recalledWishes, 1);
|
|
12
26
|
console.log('=== GoTry 记忆效用指标(M4 北极星过程面,只读) ===');
|
|
13
|
-
console.log(`wish pool: ${pool.length} 条在册(其中 ${pool.filter(
|
|
14
|
-
console.log(`效用事件: ${events.length} 条(recalled=${events.filter(
|
|
15
|
-
for (const w of Object.values(projection)){
|
|
16
|
-
const name = pool.find(
|
|
17
|
-
const conf = decayedConfidence(events.filter(
|
|
27
|
+
console.log(`wish pool: ${pool.length} 条在册(其中 ${pool.filter(w => w.muted).length} 条休眠,${active.length} 条有稳定 wish_id)`);
|
|
28
|
+
console.log(`效用事件: ${events.length} 条(recalled=${events.filter(e => e.kind === 'recalled').length}, applied=${events.filter(e => e.kind === 'applied').length}, verified=${events.filter(e => e.kind === 'verified_outcome').length})`);
|
|
29
|
+
for (const w of Object.values(projection)) {
|
|
30
|
+
const name = pool.find(p => p.wish_id === w.wish_id)?.name ?? w.wish_id;
|
|
31
|
+
const conf = decayedConfidence(events.filter(e => e.wish_id === w.wish_id), new Date());
|
|
18
32
|
console.log(` - ${name}: status=${w.status}, recalled=${w.recalled}, applied=${w.applied}, verified=${w.verified}, 新鲜置信度=${conf}(P3 时间窗衰减)`);
|
|
19
33
|
}
|
|
20
34
|
console.log(`经验回流率基线 = ${verifiedWishes}/${recalledWishes} = ${refluxBaseline.toFixed(2)}(verified/recalled;单用户起步期样本稀疏属预期)`);
|
|
21
|
-
if (pool.length === 0)
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
//# sourceURL=ts/scripts/memory-metrics.ts
|
|
35
|
+
if (pool.length === 0)
|
|
36
|
+
console.log('(wish pool 为空——首访用户,指标从首条憧憬入池开始积累)');
|