@actalk/inkos-core 1.4.1 → 1.5.0-canary.47.1
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/agent/agent-session.d.ts +15 -0
- package/dist/agent/agent-session.d.ts.map +1 -1
- package/dist/agent/agent-session.js +256 -26
- package/dist/agent/agent-session.js.map +1 -1
- package/dist/agent/agent-system-prompt.d.ts +8 -1
- package/dist/agent/agent-system-prompt.d.ts.map +1 -1
- package/dist/agent/agent-system-prompt.js +382 -176
- package/dist/agent/agent-system-prompt.js.map +1 -1
- package/dist/agent/agent-tools.d.ts +156 -19
- package/dist/agent/agent-tools.d.ts.map +1 -1
- package/dist/agent/agent-tools.js +980 -46
- package/dist/agent/agent-tools.js.map +1 -1
- package/dist/agent/context-transform.d.ts +4 -1
- package/dist/agent/context-transform.d.ts.map +1 -1
- package/dist/agent/context-transform.js +104 -9
- package/dist/agent/context-transform.js.map +1 -1
- package/dist/agent/index.d.ts +1 -1
- package/dist/agent/index.d.ts.map +1 -1
- package/dist/agent/index.js +1 -1
- package/dist/agent/index.js.map +1 -1
- package/dist/agents/architect.d.ts +11 -1
- package/dist/agents/architect.d.ts.map +1 -1
- package/dist/agents/architect.js +242 -114
- package/dist/agents/architect.js.map +1 -1
- package/dist/agents/chapter-analyzer.js +1 -1
- package/dist/agents/chapter-analyzer.js.map +1 -1
- package/dist/agents/composer.d.ts +36 -0
- package/dist/agents/composer.d.ts.map +1 -1
- package/dist/agents/composer.js +503 -20
- package/dist/agents/composer.js.map +1 -1
- package/dist/agents/continuity.d.ts +3 -0
- package/dist/agents/continuity.d.ts.map +1 -1
- package/dist/agents/continuity.js +28 -14
- package/dist/agents/continuity.js.map +1 -1
- package/dist/agents/en-prompt-sections.d.ts.map +1 -1
- package/dist/agents/en-prompt-sections.js +15 -1
- package/dist/agents/en-prompt-sections.js.map +1 -1
- package/dist/agents/fanfic-canon-importer.d.ts +1 -0
- package/dist/agents/fanfic-canon-importer.d.ts.map +1 -1
- package/dist/agents/fanfic-canon-importer.js +53 -6
- package/dist/agents/fanfic-canon-importer.js.map +1 -1
- package/dist/agents/foundation-reviewer.d.ts +1 -0
- package/dist/agents/foundation-reviewer.d.ts.map +1 -1
- package/dist/agents/foundation-reviewer.js +17 -12
- package/dist/agents/foundation-reviewer.js.map +1 -1
- package/dist/agents/length-normalizer.d.ts +1 -0
- package/dist/agents/length-normalizer.d.ts.map +1 -1
- package/dist/agents/length-normalizer.js +16 -3
- package/dist/agents/length-normalizer.js.map +1 -1
- package/dist/agents/planner-prompts.d.ts +7 -7
- package/dist/agents/planner-prompts.d.ts.map +1 -1
- package/dist/agents/planner-prompts.js +29 -29
- package/dist/agents/planner-prompts.js.map +1 -1
- package/dist/agents/planner.d.ts +6 -5
- package/dist/agents/planner.d.ts.map +1 -1
- package/dist/agents/planner.js +90 -6
- package/dist/agents/planner.js.map +1 -1
- package/dist/agents/post-write-validator.d.ts.map +1 -1
- package/dist/agents/post-write-validator.js +49 -0
- package/dist/agents/post-write-validator.js.map +1 -1
- package/dist/agents/reviser.js +10 -0
- package/dist/agents/reviser.js.map +1 -1
- package/dist/agents/rules-reader.d.ts +6 -14
- package/dist/agents/rules-reader.d.ts.map +1 -1
- package/dist/agents/rules-reader.js +15 -28
- package/dist/agents/rules-reader.js.map +1 -1
- package/dist/agents/short-fiction.d.ts +4 -0
- package/dist/agents/short-fiction.d.ts.map +1 -1
- package/dist/agents/short-fiction.js +51 -8
- package/dist/agents/short-fiction.js.map +1 -1
- package/dist/agents/state-validator.d.ts +0 -2
- package/dist/agents/state-validator.d.ts.map +1 -1
- package/dist/agents/state-validator.js +4 -16
- package/dist/agents/state-validator.js.map +1 -1
- package/dist/agents/style-analyzer.d.ts +1 -1
- package/dist/agents/style-analyzer.d.ts.map +1 -1
- package/dist/agents/style-analyzer.js +34 -17
- package/dist/agents/style-analyzer.js.map +1 -1
- package/dist/agents/writer-prompts.d.ts.map +1 -1
- package/dist/agents/writer-prompts.js +160 -12
- package/dist/agents/writer-prompts.js.map +1 -1
- package/dist/agents/writer.d.ts.map +1 -1
- package/dist/agents/writer.js +31 -9
- package/dist/agents/writer.js.map +1 -1
- package/dist/index.d.ts +18 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +17 -7
- package/dist/index.js.map +1 -1
- package/dist/interaction/action-envelope.d.ts +261 -0
- package/dist/interaction/action-envelope.d.ts.map +1 -0
- package/dist/interaction/action-envelope.js +102 -0
- package/dist/interaction/action-envelope.js.map +1 -0
- package/dist/interaction/book-session-store.d.ts +6 -2
- package/dist/interaction/book-session-store.d.ts.map +1 -1
- package/dist/interaction/book-session-store.js +21 -3
- package/dist/interaction/book-session-store.js.map +1 -1
- package/dist/interaction/edit-controller.d.ts +5 -0
- package/dist/interaction/edit-controller.d.ts.map +1 -1
- package/dist/interaction/edit-controller.js +123 -26
- package/dist/interaction/edit-controller.js.map +1 -1
- package/dist/interaction/events.d.ts +4 -4
- package/dist/interaction/intents.d.ts +9 -6
- package/dist/interaction/intents.d.ts.map +1 -1
- package/dist/interaction/intents.js +2 -1
- package/dist/interaction/intents.js.map +1 -1
- package/dist/interaction/project-control.d.ts +3 -43
- package/dist/interaction/project-control.d.ts.map +1 -1
- package/dist/interaction/project-control.js +1 -53
- package/dist/interaction/project-control.js.map +1 -1
- package/dist/interaction/project-tools.d.ts +1 -1
- package/dist/interaction/project-tools.d.ts.map +1 -1
- package/dist/interaction/project-tools.js +41 -185
- package/dist/interaction/project-tools.js.map +1 -1
- package/dist/interaction/runtime.d.ts +1 -1
- package/dist/interaction/runtime.d.ts.map +1 -1
- package/dist/interaction/runtime.js +49 -75
- package/dist/interaction/runtime.js.map +1 -1
- package/dist/interaction/session-transcript-legacy.d.ts.map +1 -1
- package/dist/interaction/session-transcript-legacy.js +2 -0
- package/dist/interaction/session-transcript-legacy.js.map +1 -1
- package/dist/interaction/session-transcript-restore.d.ts +4 -3
- package/dist/interaction/session-transcript-restore.d.ts.map +1 -1
- package/dist/interaction/session-transcript-restore.js +234 -34
- package/dist/interaction/session-transcript-restore.js.map +1 -1
- package/dist/interaction/session-transcript-schema.d.ts +45 -12
- package/dist/interaction/session-transcript-schema.d.ts.map +1 -1
- package/dist/interaction/session-transcript-schema.js +6 -0
- package/dist/interaction/session-transcript-schema.js.map +1 -1
- package/dist/interaction/session-transcript.d.ts +8 -1
- package/dist/interaction/session-transcript.d.ts.map +1 -1
- package/dist/interaction/session-transcript.js +13 -1
- package/dist/interaction/session-transcript.js.map +1 -1
- package/dist/interaction/session.d.ts +78 -66
- package/dist/interaction/session.d.ts.map +1 -1
- package/dist/interaction/session.js +10 -2
- package/dist/interaction/session.js.map +1 -1
- package/dist/llm/provider.d.ts +32 -34
- package/dist/llm/provider.d.ts.map +1 -1
- package/dist/llm/provider.js +144 -127
- package/dist/llm/provider.js.map +1 -1
- package/dist/models/book-rules.d.ts +6 -4
- package/dist/models/book-rules.d.ts.map +1 -1
- package/dist/models/book-rules.js +187 -8
- package/dist/models/book-rules.js.map +1 -1
- package/dist/models/context-compression.d.ts +13 -0
- package/dist/models/context-compression.d.ts.map +1 -0
- package/dist/models/context-compression.js +2 -0
- package/dist/models/context-compression.js.map +1 -0
- package/dist/models/input-governance.d.ts +53 -12
- package/dist/models/input-governance.d.ts.map +1 -1
- package/dist/models/input-governance.js +16 -0
- package/dist/models/input-governance.js.map +1 -1
- package/dist/models/play.d.ts +530 -0
- package/dist/models/play.d.ts.map +1 -0
- package/dist/models/play.js +318 -0
- package/dist/models/play.js.map +1 -0
- package/dist/models/project.d.ts +8 -0
- package/dist/models/project.d.ts.map +1 -1
- package/dist/models/project.js +1 -0
- package/dist/models/project.js.map +1 -1
- package/dist/pipeline/chapter-review-cycle.d.ts.map +1 -1
- package/dist/pipeline/chapter-review-cycle.js +29 -3
- package/dist/pipeline/chapter-review-cycle.js.map +1 -1
- package/dist/pipeline/persisted-governed-plan.d.ts.map +1 -1
- package/dist/pipeline/persisted-governed-plan.js +98 -49
- package/dist/pipeline/persisted-governed-plan.js.map +1 -1
- package/dist/pipeline/runner.d.ts +31 -0
- package/dist/pipeline/runner.d.ts.map +1 -1
- package/dist/pipeline/runner.js +212 -68
- package/dist/pipeline/runner.js.map +1 -1
- package/dist/pipeline/short-fiction-runner.d.ts +14 -0
- package/dist/pipeline/short-fiction-runner.d.ts.map +1 -1
- package/dist/pipeline/short-fiction-runner.js +242 -94
- package/dist/pipeline/short-fiction-runner.js.map +1 -1
- package/dist/play/play-agents.d.ts +71 -0
- package/dist/play/play-agents.d.ts.map +1 -0
- package/dist/play/play-agents.js +511 -0
- package/dist/play/play-agents.js.map +1 -0
- package/dist/play/play-db-factory.d.ts +9 -0
- package/dist/play/play-db-factory.d.ts.map +1 -0
- package/dist/play/play-db-factory.js +18 -0
- package/dist/play/play-db-factory.js.map +1 -0
- package/dist/play/play-db.d.ts +22 -0
- package/dist/play/play-db.d.ts.map +1 -0
- package/dist/play/play-db.js +248 -0
- package/dist/play/play-db.js.map +1 -0
- package/dist/play/play-file-db.d.ts +32 -0
- package/dist/play/play-file-db.d.ts.map +1 -0
- package/dist/play/play-file-db.js +156 -0
- package/dist/play/play-file-db.js.map +1 -0
- package/dist/play/play-image.d.ts +58 -0
- package/dist/play/play-image.d.ts.map +1 -0
- package/dist/play/play-image.js +142 -0
- package/dist/play/play-image.js.map +1 -0
- package/dist/play/play-reducer.d.ts +31 -0
- package/dist/play/play-reducer.d.ts.map +1 -0
- package/dist/play/play-reducer.js +261 -0
- package/dist/play/play-reducer.js.map +1 -0
- package/dist/play/play-runner.d.ts +102 -0
- package/dist/play/play-runner.d.ts.map +1 -0
- package/dist/play/play-runner.js +465 -0
- package/dist/play/play-runner.js.map +1 -0
- package/dist/play/play-store.d.ts +112 -0
- package/dist/play/play-store.d.ts.map +1 -0
- package/dist/play/play-store.js +311 -0
- package/dist/play/play-store.js.map +1 -0
- package/dist/prompts/short-fiction.d.ts +5 -0
- package/dist/prompts/short-fiction.d.ts.map +1 -1
- package/dist/prompts/short-fiction.js +46 -22
- package/dist/prompts/short-fiction.js.map +1 -1
- package/dist/state/state-bootstrap.d.ts.map +1 -1
- package/dist/state/state-bootstrap.js +12 -25
- package/dist/state/state-bootstrap.js.map +1 -1
- package/dist/state/state-reducer.js +31 -22
- package/dist/state/state-reducer.js.map +1 -1
- package/dist/utils/book-eval.d.ts +35 -0
- package/dist/utils/book-eval.d.ts.map +1 -0
- package/dist/utils/book-eval.js +116 -0
- package/dist/utils/book-eval.js.map +1 -0
- package/dist/utils/chapter-memo-parser.d.ts +10 -7
- package/dist/utils/chapter-memo-parser.d.ts.map +1 -1
- package/dist/utils/chapter-memo-parser.js +86 -43
- package/dist/utils/chapter-memo-parser.js.map +1 -1
- package/dist/utils/context-assembly.d.ts +2 -0
- package/dist/utils/context-assembly.d.ts.map +1 -1
- package/dist/utils/context-assembly.js +38 -1
- package/dist/utils/context-assembly.js.map +1 -1
- package/dist/utils/hook-health.d.ts.map +1 -1
- package/dist/utils/hook-health.js +5 -2
- package/dist/utils/hook-health.js.map +1 -1
- package/dist/utils/hook-ledger-validator.d.ts +1 -1
- package/dist/utils/hook-ledger-validator.d.ts.map +1 -1
- package/dist/utils/hook-ledger-validator.js +5 -5
- package/dist/utils/hook-ledger-validator.js.map +1 -1
- package/dist/utils/hook-lifecycle.d.ts +1 -0
- package/dist/utils/hook-lifecycle.d.ts.map +1 -1
- package/dist/utils/hook-lifecycle.js +10 -3
- package/dist/utils/hook-lifecycle.js.map +1 -1
- package/dist/utils/language.d.ts +10 -0
- package/dist/utils/language.d.ts.map +1 -0
- package/dist/utils/language.js +18 -0
- package/dist/utils/language.js.map +1 -0
- package/dist/utils/length-metrics.d.ts +3 -0
- package/dist/utils/length-metrics.d.ts.map +1 -1
- package/dist/utils/length-metrics.js +8 -0
- package/dist/utils/length-metrics.js.map +1 -1
- package/dist/utils/memory-retrieval.d.ts.map +1 -1
- package/dist/utils/memory-retrieval.js +19 -15
- package/dist/utils/memory-retrieval.js.map +1 -1
- package/dist/utils/outline-paths.d.ts +12 -0
- package/dist/utils/outline-paths.d.ts.map +1 -1
- package/dist/utils/outline-paths.js +68 -0
- package/dist/utils/outline-paths.js.map +1 -1
- package/package.json +1 -1
- package/dist/interaction/nl-router.d.ts +0 -8
- package/dist/interaction/nl-router.d.ts.map +0 -1
- package/dist/interaction/nl-router.js +0 -218
- package/dist/interaction/nl-router.js.map +0 -1
- package/dist/pipeline/agent.d.ts +0 -15
- package/dist/pipeline/agent.d.ts.map +0 -1
- package/dist/pipeline/agent.js +0 -597
- package/dist/pipeline/agent.js.map +0 -1
|
@@ -0,0 +1,530 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const PlayActionKindSchema: z.ZodEnum<["look", "say", "move", "do", "wait"]>;
|
|
3
|
+
export type PlayActionKind = z.infer<typeof PlayActionKindSchema>;
|
|
4
|
+
export declare const PlayActionIntentSchema: z.ZodObject<{
|
|
5
|
+
actionKind: z.ZodCatch<z.ZodEnum<["look", "say", "move", "do", "wait"]>>;
|
|
6
|
+
targetEntityLabel: z.ZodCatch<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | undefined, string | null | undefined>>;
|
|
7
|
+
targetLocationLabel: z.ZodCatch<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | undefined, string | null | undefined>>;
|
|
8
|
+
intent: z.ZodEffects<z.ZodString, string, unknown>;
|
|
9
|
+
manner: z.ZodEffects<z.ZodString, string, unknown>;
|
|
10
|
+
risk: z.ZodEffects<z.ZodString, string, unknown>;
|
|
11
|
+
ambiguity: z.ZodEffects<z.ZodString, string, unknown>;
|
|
12
|
+
secondaryActions: z.ZodEffects<z.ZodEffects<z.ZodArray<z.ZodUnknown, "many">, string[], unknown[]>, string[], unknown>;
|
|
13
|
+
}, "strip", z.ZodTypeAny, {
|
|
14
|
+
actionKind: "look" | "say" | "move" | "do" | "wait";
|
|
15
|
+
intent: string;
|
|
16
|
+
manner: string;
|
|
17
|
+
risk: string;
|
|
18
|
+
ambiguity: string;
|
|
19
|
+
secondaryActions: string[];
|
|
20
|
+
targetEntityLabel?: string | undefined;
|
|
21
|
+
targetLocationLabel?: string | undefined;
|
|
22
|
+
}, {
|
|
23
|
+
actionKind?: unknown;
|
|
24
|
+
targetEntityLabel?: unknown;
|
|
25
|
+
targetLocationLabel?: unknown;
|
|
26
|
+
intent?: unknown;
|
|
27
|
+
manner?: unknown;
|
|
28
|
+
risk?: unknown;
|
|
29
|
+
ambiguity?: unknown;
|
|
30
|
+
secondaryActions?: unknown;
|
|
31
|
+
}>;
|
|
32
|
+
export type PlayActionIntentInput = z.input<typeof PlayActionIntentSchema>;
|
|
33
|
+
export type PlayActionIntent = z.infer<typeof PlayActionIntentSchema>;
|
|
34
|
+
export declare const PlayEntityTypeSchema: z.ZodEnum<["actor", "location", "item", "evidence", "clue", "claim", "proof_chain", "organization", "rule", "scene", "event"]>;
|
|
35
|
+
export type PlayEntityType = z.infer<typeof PlayEntityTypeSchema>;
|
|
36
|
+
export declare const PlayEntitySchema: z.ZodObject<{
|
|
37
|
+
id: z.ZodString;
|
|
38
|
+
type: z.ZodEnum<["actor", "location", "item", "evidence", "clue", "claim", "proof_chain", "organization", "rule", "scene", "event"]>;
|
|
39
|
+
label: z.ZodString;
|
|
40
|
+
summary: z.ZodDefault<z.ZodString>;
|
|
41
|
+
status: z.ZodDefault<z.ZodString>;
|
|
42
|
+
createdEventId: z.ZodOptional<z.ZodString>;
|
|
43
|
+
updatedEventId: z.ZodOptional<z.ZodString>;
|
|
44
|
+
}, "strip", z.ZodTypeAny, {
|
|
45
|
+
type: "actor" | "location" | "item" | "evidence" | "clue" | "claim" | "proof_chain" | "organization" | "rule" | "scene" | "event";
|
|
46
|
+
status: string;
|
|
47
|
+
id: string;
|
|
48
|
+
label: string;
|
|
49
|
+
summary: string;
|
|
50
|
+
createdEventId?: string | undefined;
|
|
51
|
+
updatedEventId?: string | undefined;
|
|
52
|
+
}, {
|
|
53
|
+
type: "actor" | "location" | "item" | "evidence" | "clue" | "claim" | "proof_chain" | "organization" | "rule" | "scene" | "event";
|
|
54
|
+
id: string;
|
|
55
|
+
label: string;
|
|
56
|
+
status?: string | undefined;
|
|
57
|
+
summary?: string | undefined;
|
|
58
|
+
createdEventId?: string | undefined;
|
|
59
|
+
updatedEventId?: string | undefined;
|
|
60
|
+
}>;
|
|
61
|
+
export type PlayEntityInput = z.input<typeof PlayEntitySchema>;
|
|
62
|
+
export type PlayEntity = z.infer<typeof PlayEntitySchema>;
|
|
63
|
+
export declare const PlayVisibilitySchema: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
64
|
+
export type PlayVisibility = z.infer<typeof PlayVisibilitySchema>;
|
|
65
|
+
export declare const PlayEdgeSchema: z.ZodObject<{
|
|
66
|
+
id: z.ZodString;
|
|
67
|
+
fromId: z.ZodString;
|
|
68
|
+
type: z.ZodString;
|
|
69
|
+
toId: z.ZodString;
|
|
70
|
+
value: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
71
|
+
validFromEventId: z.ZodString;
|
|
72
|
+
validUntilEventId: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
73
|
+
sourceEventId: z.ZodString;
|
|
74
|
+
visibility: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
75
|
+
strength: z.ZodOptional<z.ZodNumber>;
|
|
76
|
+
confidence: z.ZodOptional<z.ZodNumber>;
|
|
77
|
+
}, "strip", z.ZodTypeAny, {
|
|
78
|
+
value: Record<string, unknown>;
|
|
79
|
+
type: string;
|
|
80
|
+
id: string;
|
|
81
|
+
fromId: string;
|
|
82
|
+
toId: string;
|
|
83
|
+
validFromEventId: string;
|
|
84
|
+
validUntilEventId: string | null;
|
|
85
|
+
sourceEventId: string;
|
|
86
|
+
visibility: Record<string, string>;
|
|
87
|
+
strength?: number | undefined;
|
|
88
|
+
confidence?: number | undefined;
|
|
89
|
+
}, {
|
|
90
|
+
type: string;
|
|
91
|
+
id: string;
|
|
92
|
+
fromId: string;
|
|
93
|
+
toId: string;
|
|
94
|
+
validFromEventId: string;
|
|
95
|
+
sourceEventId: string;
|
|
96
|
+
value?: Record<string, unknown> | undefined;
|
|
97
|
+
validUntilEventId?: string | null | undefined;
|
|
98
|
+
visibility?: Record<string, string> | undefined;
|
|
99
|
+
strength?: number | undefined;
|
|
100
|
+
confidence?: number | undefined;
|
|
101
|
+
}>;
|
|
102
|
+
export type PlayEdgeInput = z.input<typeof PlayEdgeSchema>;
|
|
103
|
+
export type PlayEdge = z.infer<typeof PlayEdgeSchema>;
|
|
104
|
+
export declare const PlayStateSlotKindSchema: z.ZodEnum<["resource", "relation", "pressure", "clue", "evidence", "flag", "timer"]>;
|
|
105
|
+
export type PlayStateSlotKind = z.infer<typeof PlayStateSlotKindSchema>;
|
|
106
|
+
export declare const PlayStateSlotSchema: z.ZodObject<{
|
|
107
|
+
id: z.ZodString;
|
|
108
|
+
ownerEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
109
|
+
kind: z.ZodEnum<["resource", "relation", "pressure", "clue", "evidence", "flag", "timer"]>;
|
|
110
|
+
label: z.ZodString;
|
|
111
|
+
value: z.ZodUnknown;
|
|
112
|
+
updatedEventId: z.ZodString;
|
|
113
|
+
}, "strip", z.ZodTypeAny, {
|
|
114
|
+
id: string;
|
|
115
|
+
label: string;
|
|
116
|
+
updatedEventId: string;
|
|
117
|
+
kind: "evidence" | "clue" | "resource" | "relation" | "pressure" | "flag" | "timer";
|
|
118
|
+
value?: unknown;
|
|
119
|
+
ownerEntityId?: string | null | undefined;
|
|
120
|
+
}, {
|
|
121
|
+
id: string;
|
|
122
|
+
label: string;
|
|
123
|
+
updatedEventId: string;
|
|
124
|
+
kind: "evidence" | "clue" | "resource" | "relation" | "pressure" | "flag" | "timer";
|
|
125
|
+
value?: unknown;
|
|
126
|
+
ownerEntityId?: string | null | undefined;
|
|
127
|
+
}>;
|
|
128
|
+
export type PlayStateSlotInput = z.input<typeof PlayStateSlotSchema>;
|
|
129
|
+
export type PlayStateSlot = z.infer<typeof PlayStateSlotSchema>;
|
|
130
|
+
export declare const PlayTimeAdvanceSchema: z.ZodObject<{
|
|
131
|
+
elapsed: z.ZodDefault<z.ZodEffects<z.ZodString, string, unknown>>;
|
|
132
|
+
anchor: z.ZodDefault<z.ZodEffects<z.ZodString, string, unknown>>;
|
|
133
|
+
rationale: z.ZodDefault<z.ZodEffects<z.ZodString, string, unknown>>;
|
|
134
|
+
synchronized: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodArray<z.ZodUnknown, "many">, string[], unknown[]>, string[], unknown>>;
|
|
135
|
+
}, "strip", z.ZodTypeAny, {
|
|
136
|
+
elapsed: string;
|
|
137
|
+
anchor: string;
|
|
138
|
+
rationale: string;
|
|
139
|
+
synchronized: string[];
|
|
140
|
+
}, {
|
|
141
|
+
elapsed?: unknown;
|
|
142
|
+
anchor?: unknown;
|
|
143
|
+
rationale?: unknown;
|
|
144
|
+
synchronized?: unknown;
|
|
145
|
+
}>;
|
|
146
|
+
export type PlayTimeAdvanceInput = z.input<typeof PlayTimeAdvanceSchema>;
|
|
147
|
+
export type PlayTimeAdvance = z.infer<typeof PlayTimeAdvanceSchema>;
|
|
148
|
+
export declare const PlayEvidenceStatusSchema: z.ZodEnum<["unknown", "hinted", "seen", "collected", "verified", "weaponized", "exposed", "exhausted"]>;
|
|
149
|
+
export type PlayEvidenceStatus = z.infer<typeof PlayEvidenceStatusSchema>;
|
|
150
|
+
export declare const PlayEvidenceTransitionSchema: z.ZodObject<{
|
|
151
|
+
entityId: z.ZodString;
|
|
152
|
+
from: z.ZodOptional<z.ZodEnum<["unknown", "hinted", "seen", "collected", "verified", "weaponized", "exposed", "exhausted"]>>;
|
|
153
|
+
to: z.ZodEnum<["unknown", "hinted", "seen", "collected", "verified", "weaponized", "exposed", "exhausted"]>;
|
|
154
|
+
reason: z.ZodDefault<z.ZodString>;
|
|
155
|
+
}, "strip", z.ZodTypeAny, {
|
|
156
|
+
reason: string;
|
|
157
|
+
entityId: string;
|
|
158
|
+
to: "unknown" | "hinted" | "seen" | "collected" | "verified" | "weaponized" | "exposed" | "exhausted";
|
|
159
|
+
from?: "unknown" | "hinted" | "seen" | "collected" | "verified" | "weaponized" | "exposed" | "exhausted" | undefined;
|
|
160
|
+
}, {
|
|
161
|
+
entityId: string;
|
|
162
|
+
to: "unknown" | "hinted" | "seen" | "collected" | "verified" | "weaponized" | "exposed" | "exhausted";
|
|
163
|
+
reason?: string | undefined;
|
|
164
|
+
from?: "unknown" | "hinted" | "seen" | "collected" | "verified" | "weaponized" | "exposed" | "exhausted" | undefined;
|
|
165
|
+
}>;
|
|
166
|
+
export type PlayEvidenceTransitionInput = z.input<typeof PlayEvidenceTransitionSchema>;
|
|
167
|
+
export type PlayEvidenceTransition = z.infer<typeof PlayEvidenceTransitionSchema>;
|
|
168
|
+
export declare const PlayEventSchema: z.ZodObject<{
|
|
169
|
+
id: z.ZodString;
|
|
170
|
+
turn: z.ZodNumber;
|
|
171
|
+
actionKind: z.ZodEnum<["look", "say", "move", "do", "wait"]>;
|
|
172
|
+
rawInput: z.ZodString;
|
|
173
|
+
outcomeSummary: z.ZodDefault<z.ZodString>;
|
|
174
|
+
timeAdvance: z.ZodCatch<z.ZodEffects<z.ZodOptional<z.ZodObject<{
|
|
175
|
+
elapsed: z.ZodDefault<z.ZodEffects<z.ZodString, string, unknown>>;
|
|
176
|
+
anchor: z.ZodDefault<z.ZodEffects<z.ZodString, string, unknown>>;
|
|
177
|
+
rationale: z.ZodDefault<z.ZodEffects<z.ZodString, string, unknown>>;
|
|
178
|
+
synchronized: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodArray<z.ZodUnknown, "many">, string[], unknown[]>, string[], unknown>>;
|
|
179
|
+
}, "strip", z.ZodTypeAny, {
|
|
180
|
+
elapsed: string;
|
|
181
|
+
anchor: string;
|
|
182
|
+
rationale: string;
|
|
183
|
+
synchronized: string[];
|
|
184
|
+
}, {
|
|
185
|
+
elapsed?: unknown;
|
|
186
|
+
anchor?: unknown;
|
|
187
|
+
rationale?: unknown;
|
|
188
|
+
synchronized?: unknown;
|
|
189
|
+
}>>, {
|
|
190
|
+
elapsed: string;
|
|
191
|
+
anchor: string;
|
|
192
|
+
rationale: string;
|
|
193
|
+
synchronized: string[];
|
|
194
|
+
} | undefined, unknown>>;
|
|
195
|
+
createdAt: z.ZodString;
|
|
196
|
+
}, "strip", z.ZodTypeAny, {
|
|
197
|
+
id: string;
|
|
198
|
+
createdAt: string;
|
|
199
|
+
actionKind: "look" | "say" | "move" | "do" | "wait";
|
|
200
|
+
turn: number;
|
|
201
|
+
rawInput: string;
|
|
202
|
+
outcomeSummary: string;
|
|
203
|
+
timeAdvance?: {
|
|
204
|
+
elapsed: string;
|
|
205
|
+
anchor: string;
|
|
206
|
+
rationale: string;
|
|
207
|
+
synchronized: string[];
|
|
208
|
+
} | undefined;
|
|
209
|
+
}, {
|
|
210
|
+
id: string;
|
|
211
|
+
createdAt: string;
|
|
212
|
+
actionKind: "look" | "say" | "move" | "do" | "wait";
|
|
213
|
+
turn: number;
|
|
214
|
+
rawInput: string;
|
|
215
|
+
outcomeSummary?: string | undefined;
|
|
216
|
+
timeAdvance?: unknown;
|
|
217
|
+
}>;
|
|
218
|
+
export type PlayEventInput = z.input<typeof PlayEventSchema>;
|
|
219
|
+
export type PlayEvent = z.infer<typeof PlayEventSchema>;
|
|
220
|
+
export declare const PlayMutationSchema: z.ZodEffects<z.ZodObject<{
|
|
221
|
+
eventId: z.ZodCatch<z.ZodString>;
|
|
222
|
+
turn: z.ZodCatch<z.ZodNumber>;
|
|
223
|
+
actionKind: z.ZodCatch<z.ZodEnum<["look", "say", "move", "do", "wait"]>>;
|
|
224
|
+
summary: z.ZodCatch<z.ZodEffects<z.ZodString, string, unknown>>;
|
|
225
|
+
timeAdvance: z.ZodCatch<z.ZodEffects<z.ZodOptional<z.ZodObject<{
|
|
226
|
+
elapsed: z.ZodDefault<z.ZodEffects<z.ZodString, string, unknown>>;
|
|
227
|
+
anchor: z.ZodDefault<z.ZodEffects<z.ZodString, string, unknown>>;
|
|
228
|
+
rationale: z.ZodDefault<z.ZodEffects<z.ZodString, string, unknown>>;
|
|
229
|
+
synchronized: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodArray<z.ZodUnknown, "many">, string[], unknown[]>, string[], unknown>>;
|
|
230
|
+
}, "strip", z.ZodTypeAny, {
|
|
231
|
+
elapsed: string;
|
|
232
|
+
anchor: string;
|
|
233
|
+
rationale: string;
|
|
234
|
+
synchronized: string[];
|
|
235
|
+
}, {
|
|
236
|
+
elapsed?: unknown;
|
|
237
|
+
anchor?: unknown;
|
|
238
|
+
rationale?: unknown;
|
|
239
|
+
synchronized?: unknown;
|
|
240
|
+
}>>, {
|
|
241
|
+
elapsed: string;
|
|
242
|
+
anchor: string;
|
|
243
|
+
rationale: string;
|
|
244
|
+
synchronized: string[];
|
|
245
|
+
} | undefined, unknown>>;
|
|
246
|
+
entities: z.ZodCatch<z.ZodObject<{
|
|
247
|
+
upsert: z.ZodEffects<z.ZodEffects<z.ZodArray<z.ZodUnknown, "many">, {
|
|
248
|
+
type: "actor" | "location" | "item" | "evidence" | "clue" | "claim" | "proof_chain" | "organization" | "rule" | "scene" | "event";
|
|
249
|
+
status: string;
|
|
250
|
+
id: string;
|
|
251
|
+
label: string;
|
|
252
|
+
summary: string;
|
|
253
|
+
createdEventId?: string | undefined;
|
|
254
|
+
updatedEventId?: string | undefined;
|
|
255
|
+
}[], unknown[]>, {
|
|
256
|
+
type: "actor" | "location" | "item" | "evidence" | "clue" | "claim" | "proof_chain" | "organization" | "rule" | "scene" | "event";
|
|
257
|
+
status: string;
|
|
258
|
+
id: string;
|
|
259
|
+
label: string;
|
|
260
|
+
summary: string;
|
|
261
|
+
createdEventId?: string | undefined;
|
|
262
|
+
updatedEventId?: string | undefined;
|
|
263
|
+
}[], unknown>;
|
|
264
|
+
}, "strip", z.ZodTypeAny, {
|
|
265
|
+
upsert: {
|
|
266
|
+
type: "actor" | "location" | "item" | "evidence" | "clue" | "claim" | "proof_chain" | "organization" | "rule" | "scene" | "event";
|
|
267
|
+
status: string;
|
|
268
|
+
id: string;
|
|
269
|
+
label: string;
|
|
270
|
+
summary: string;
|
|
271
|
+
createdEventId?: string | undefined;
|
|
272
|
+
updatedEventId?: string | undefined;
|
|
273
|
+
}[];
|
|
274
|
+
}, {
|
|
275
|
+
upsert?: unknown;
|
|
276
|
+
}>>;
|
|
277
|
+
edges: z.ZodCatch<z.ZodObject<{
|
|
278
|
+
upsert: z.ZodEffects<z.ZodEffects<z.ZodArray<z.ZodUnknown, "many">, {
|
|
279
|
+
value: Record<string, unknown>;
|
|
280
|
+
type: string;
|
|
281
|
+
id: string;
|
|
282
|
+
fromId: string;
|
|
283
|
+
toId: string;
|
|
284
|
+
validFromEventId: string;
|
|
285
|
+
validUntilEventId: string | null;
|
|
286
|
+
sourceEventId: string;
|
|
287
|
+
visibility: Record<string, string>;
|
|
288
|
+
strength?: number | undefined;
|
|
289
|
+
confidence?: number | undefined;
|
|
290
|
+
}[], unknown[]>, {
|
|
291
|
+
value: Record<string, unknown>;
|
|
292
|
+
type: string;
|
|
293
|
+
id: string;
|
|
294
|
+
fromId: string;
|
|
295
|
+
toId: string;
|
|
296
|
+
validFromEventId: string;
|
|
297
|
+
validUntilEventId: string | null;
|
|
298
|
+
sourceEventId: string;
|
|
299
|
+
visibility: Record<string, string>;
|
|
300
|
+
strength?: number | undefined;
|
|
301
|
+
confidence?: number | undefined;
|
|
302
|
+
}[], unknown>;
|
|
303
|
+
expire: z.ZodEffects<z.ZodEffects<z.ZodArray<z.ZodUnknown, "many">, {
|
|
304
|
+
reason: string;
|
|
305
|
+
validUntilEventId: string;
|
|
306
|
+
edgeId: string;
|
|
307
|
+
}[], unknown[]>, {
|
|
308
|
+
reason: string;
|
|
309
|
+
validUntilEventId: string;
|
|
310
|
+
edgeId: string;
|
|
311
|
+
}[], unknown>;
|
|
312
|
+
}, "strip", z.ZodTypeAny, {
|
|
313
|
+
upsert: {
|
|
314
|
+
value: Record<string, unknown>;
|
|
315
|
+
type: string;
|
|
316
|
+
id: string;
|
|
317
|
+
fromId: string;
|
|
318
|
+
toId: string;
|
|
319
|
+
validFromEventId: string;
|
|
320
|
+
validUntilEventId: string | null;
|
|
321
|
+
sourceEventId: string;
|
|
322
|
+
visibility: Record<string, string>;
|
|
323
|
+
strength?: number | undefined;
|
|
324
|
+
confidence?: number | undefined;
|
|
325
|
+
}[];
|
|
326
|
+
expire: {
|
|
327
|
+
reason: string;
|
|
328
|
+
validUntilEventId: string;
|
|
329
|
+
edgeId: string;
|
|
330
|
+
}[];
|
|
331
|
+
}, {
|
|
332
|
+
upsert?: unknown;
|
|
333
|
+
expire?: unknown;
|
|
334
|
+
}>>;
|
|
335
|
+
stateSlots: z.ZodCatch<z.ZodObject<{
|
|
336
|
+
upsert: z.ZodEffects<z.ZodEffects<z.ZodArray<z.ZodUnknown, "many">, {
|
|
337
|
+
id: string;
|
|
338
|
+
label: string;
|
|
339
|
+
updatedEventId: string;
|
|
340
|
+
kind: "evidence" | "clue" | "resource" | "relation" | "pressure" | "flag" | "timer";
|
|
341
|
+
value?: unknown;
|
|
342
|
+
ownerEntityId?: string | null | undefined;
|
|
343
|
+
}[], unknown[]>, {
|
|
344
|
+
id: string;
|
|
345
|
+
label: string;
|
|
346
|
+
updatedEventId: string;
|
|
347
|
+
kind: "evidence" | "clue" | "resource" | "relation" | "pressure" | "flag" | "timer";
|
|
348
|
+
value?: unknown;
|
|
349
|
+
ownerEntityId?: string | null | undefined;
|
|
350
|
+
}[], unknown>;
|
|
351
|
+
}, "strip", z.ZodTypeAny, {
|
|
352
|
+
upsert: {
|
|
353
|
+
id: string;
|
|
354
|
+
label: string;
|
|
355
|
+
updatedEventId: string;
|
|
356
|
+
kind: "evidence" | "clue" | "resource" | "relation" | "pressure" | "flag" | "timer";
|
|
357
|
+
value?: unknown;
|
|
358
|
+
ownerEntityId?: string | null | undefined;
|
|
359
|
+
}[];
|
|
360
|
+
}, {
|
|
361
|
+
upsert?: unknown;
|
|
362
|
+
}>>;
|
|
363
|
+
evidence: z.ZodCatch<z.ZodObject<{
|
|
364
|
+
transitions: z.ZodEffects<z.ZodEffects<z.ZodArray<z.ZodUnknown, "many">, {
|
|
365
|
+
reason: string;
|
|
366
|
+
entityId: string;
|
|
367
|
+
to: "unknown" | "hinted" | "seen" | "collected" | "verified" | "weaponized" | "exposed" | "exhausted";
|
|
368
|
+
from?: "unknown" | "hinted" | "seen" | "collected" | "verified" | "weaponized" | "exposed" | "exhausted" | undefined;
|
|
369
|
+
}[], unknown[]>, {
|
|
370
|
+
reason: string;
|
|
371
|
+
entityId: string;
|
|
372
|
+
to: "unknown" | "hinted" | "seen" | "collected" | "verified" | "weaponized" | "exposed" | "exhausted";
|
|
373
|
+
from?: "unknown" | "hinted" | "seen" | "collected" | "verified" | "weaponized" | "exposed" | "exhausted" | undefined;
|
|
374
|
+
}[], unknown>;
|
|
375
|
+
}, "strip", z.ZodTypeAny, {
|
|
376
|
+
transitions: {
|
|
377
|
+
reason: string;
|
|
378
|
+
entityId: string;
|
|
379
|
+
to: "unknown" | "hinted" | "seen" | "collected" | "verified" | "weaponized" | "exposed" | "exhausted";
|
|
380
|
+
from?: "unknown" | "hinted" | "seen" | "collected" | "verified" | "weaponized" | "exposed" | "exhausted" | undefined;
|
|
381
|
+
}[];
|
|
382
|
+
}, {
|
|
383
|
+
transitions?: unknown;
|
|
384
|
+
}>>;
|
|
385
|
+
blocked: z.ZodCatch<z.ZodBoolean>;
|
|
386
|
+
blockedReason: z.ZodCatch<z.ZodEffects<z.ZodString, string, unknown>>;
|
|
387
|
+
notes: z.ZodCatch<z.ZodEffects<z.ZodEffects<z.ZodArray<z.ZodUnknown, "many">, string[], unknown[]>, string[], unknown>>;
|
|
388
|
+
}, "strip", z.ZodTypeAny, {
|
|
389
|
+
notes: string[];
|
|
390
|
+
actionKind: "look" | "say" | "move" | "do" | "wait";
|
|
391
|
+
evidence: {
|
|
392
|
+
transitions: {
|
|
393
|
+
reason: string;
|
|
394
|
+
entityId: string;
|
|
395
|
+
to: "unknown" | "hinted" | "seen" | "collected" | "verified" | "weaponized" | "exposed" | "exhausted";
|
|
396
|
+
from?: "unknown" | "hinted" | "seen" | "collected" | "verified" | "weaponized" | "exposed" | "exhausted" | undefined;
|
|
397
|
+
}[];
|
|
398
|
+
};
|
|
399
|
+
summary: string;
|
|
400
|
+
turn: number;
|
|
401
|
+
entities: {
|
|
402
|
+
upsert: {
|
|
403
|
+
type: "actor" | "location" | "item" | "evidence" | "clue" | "claim" | "proof_chain" | "organization" | "rule" | "scene" | "event";
|
|
404
|
+
status: string;
|
|
405
|
+
id: string;
|
|
406
|
+
label: string;
|
|
407
|
+
summary: string;
|
|
408
|
+
createdEventId?: string | undefined;
|
|
409
|
+
updatedEventId?: string | undefined;
|
|
410
|
+
}[];
|
|
411
|
+
};
|
|
412
|
+
edges: {
|
|
413
|
+
upsert: {
|
|
414
|
+
value: Record<string, unknown>;
|
|
415
|
+
type: string;
|
|
416
|
+
id: string;
|
|
417
|
+
fromId: string;
|
|
418
|
+
toId: string;
|
|
419
|
+
validFromEventId: string;
|
|
420
|
+
validUntilEventId: string | null;
|
|
421
|
+
sourceEventId: string;
|
|
422
|
+
visibility: Record<string, string>;
|
|
423
|
+
strength?: number | undefined;
|
|
424
|
+
confidence?: number | undefined;
|
|
425
|
+
}[];
|
|
426
|
+
expire: {
|
|
427
|
+
reason: string;
|
|
428
|
+
validUntilEventId: string;
|
|
429
|
+
edgeId: string;
|
|
430
|
+
}[];
|
|
431
|
+
};
|
|
432
|
+
stateSlots: {
|
|
433
|
+
upsert: {
|
|
434
|
+
id: string;
|
|
435
|
+
label: string;
|
|
436
|
+
updatedEventId: string;
|
|
437
|
+
kind: "evidence" | "clue" | "resource" | "relation" | "pressure" | "flag" | "timer";
|
|
438
|
+
value?: unknown;
|
|
439
|
+
ownerEntityId?: string | null | undefined;
|
|
440
|
+
}[];
|
|
441
|
+
};
|
|
442
|
+
eventId: string;
|
|
443
|
+
blocked: boolean;
|
|
444
|
+
blockedReason: string;
|
|
445
|
+
timeAdvance?: {
|
|
446
|
+
elapsed: string;
|
|
447
|
+
anchor: string;
|
|
448
|
+
rationale: string;
|
|
449
|
+
synchronized: string[];
|
|
450
|
+
} | undefined;
|
|
451
|
+
}, {
|
|
452
|
+
notes?: unknown;
|
|
453
|
+
actionKind?: unknown;
|
|
454
|
+
evidence?: unknown;
|
|
455
|
+
summary?: unknown;
|
|
456
|
+
turn?: unknown;
|
|
457
|
+
timeAdvance?: unknown;
|
|
458
|
+
entities?: unknown;
|
|
459
|
+
edges?: unknown;
|
|
460
|
+
stateSlots?: unknown;
|
|
461
|
+
eventId?: unknown;
|
|
462
|
+
blocked?: unknown;
|
|
463
|
+
blockedReason?: unknown;
|
|
464
|
+
}>, {
|
|
465
|
+
notes: string[];
|
|
466
|
+
actionKind: "look" | "say" | "move" | "do" | "wait";
|
|
467
|
+
evidence: {
|
|
468
|
+
transitions: {
|
|
469
|
+
reason: string;
|
|
470
|
+
entityId: string;
|
|
471
|
+
to: "unknown" | "hinted" | "seen" | "collected" | "verified" | "weaponized" | "exposed" | "exhausted";
|
|
472
|
+
from?: "unknown" | "hinted" | "seen" | "collected" | "verified" | "weaponized" | "exposed" | "exhausted" | undefined;
|
|
473
|
+
}[];
|
|
474
|
+
};
|
|
475
|
+
summary: string;
|
|
476
|
+
turn: number;
|
|
477
|
+
entities: {
|
|
478
|
+
upsert: {
|
|
479
|
+
type: "actor" | "location" | "item" | "evidence" | "clue" | "claim" | "proof_chain" | "organization" | "rule" | "scene" | "event";
|
|
480
|
+
status: string;
|
|
481
|
+
id: string;
|
|
482
|
+
label: string;
|
|
483
|
+
summary: string;
|
|
484
|
+
createdEventId?: string | undefined;
|
|
485
|
+
updatedEventId?: string | undefined;
|
|
486
|
+
}[];
|
|
487
|
+
};
|
|
488
|
+
edges: {
|
|
489
|
+
upsert: {
|
|
490
|
+
value: Record<string, unknown>;
|
|
491
|
+
type: string;
|
|
492
|
+
id: string;
|
|
493
|
+
fromId: string;
|
|
494
|
+
toId: string;
|
|
495
|
+
validFromEventId: string;
|
|
496
|
+
validUntilEventId: string | null;
|
|
497
|
+
sourceEventId: string;
|
|
498
|
+
visibility: Record<string, string>;
|
|
499
|
+
strength?: number | undefined;
|
|
500
|
+
confidence?: number | undefined;
|
|
501
|
+
}[];
|
|
502
|
+
expire: {
|
|
503
|
+
reason: string;
|
|
504
|
+
validUntilEventId: string;
|
|
505
|
+
edgeId: string;
|
|
506
|
+
}[];
|
|
507
|
+
};
|
|
508
|
+
stateSlots: {
|
|
509
|
+
upsert: {
|
|
510
|
+
id: string;
|
|
511
|
+
label: string;
|
|
512
|
+
updatedEventId: string;
|
|
513
|
+
kind: "evidence" | "clue" | "resource" | "relation" | "pressure" | "flag" | "timer";
|
|
514
|
+
value?: unknown;
|
|
515
|
+
ownerEntityId?: string | null | undefined;
|
|
516
|
+
}[];
|
|
517
|
+
};
|
|
518
|
+
eventId: string;
|
|
519
|
+
blocked: boolean;
|
|
520
|
+
blockedReason: string;
|
|
521
|
+
timeAdvance?: {
|
|
522
|
+
elapsed: string;
|
|
523
|
+
anchor: string;
|
|
524
|
+
rationale: string;
|
|
525
|
+
synchronized: string[];
|
|
526
|
+
} | undefined;
|
|
527
|
+
}, unknown>;
|
|
528
|
+
export type PlayMutationInput = z.input<typeof PlayMutationSchema>;
|
|
529
|
+
export type PlayMutation = z.infer<typeof PlayMutationSchema>;
|
|
530
|
+
//# sourceMappingURL=play.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"play.d.ts","sourceRoot":"","sources":["../../src/models/play.ts"],"names":[],"mappings":"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"}
|