jev-recipes 0.5.0 → 0.5.2
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/CHANGELOG.md +5 -0
- package/README.md +4 -2
- package/dist/catalog/generated/details/causal-attribution.json +55 -0
- package/dist/catalog/generated/details/issue-recurrence.json +46 -0
- package/dist/catalog/generated/details/memory-subject.json +49 -0
- package/dist/catalog/generated/details/motivation-source.json +55 -0
- package/dist/catalog/generated/details/outcome-framing.json +49 -0
- package/dist/catalog/generated/details/question-assumption.json +49 -0
- package/dist/catalog/generated/loaders.js +6 -0
- package/dist/catalog/generated/metadata.js +237 -1
- package/dist/catalog/generated/names.d.ts +1 -1
- package/dist/catalog/generated/names.js +6 -0
- package/dist/catalog/schema.d.ts +6 -0
- package/dist/cli/schema.d.ts +18 -0
- package/dist/recipes/causal-attribution/demo.json +27 -0
- package/dist/recipes/causal-attribution/index.d.ts +5 -0
- package/dist/recipes/causal-attribution/index.js +17 -0
- package/dist/recipes/causal-attribution/schema.d.ts +43 -0
- package/dist/recipes/causal-attribution/schema.js +23 -0
- package/dist/recipes/claim-stance/schema.d.ts +3 -3
- package/dist/recipes/issue-recurrence/demo.json +27 -0
- package/dist/recipes/issue-recurrence/index.d.ts +5 -0
- package/dist/recipes/issue-recurrence/index.js +16 -0
- package/dist/recipes/issue-recurrence/schema.d.ts +40 -0
- package/dist/recipes/issue-recurrence/schema.js +17 -0
- package/dist/recipes/memory-subject/demo.json +26 -0
- package/dist/recipes/memory-subject/index.d.ts +5 -0
- package/dist/recipes/memory-subject/index.js +16 -0
- package/dist/recipes/memory-subject/schema.d.ts +40 -0
- package/dist/recipes/memory-subject/schema.js +17 -0
- package/dist/recipes/motivation-source/demo.json +27 -0
- package/dist/recipes/motivation-source/index.d.ts +5 -0
- package/dist/recipes/motivation-source/index.js +17 -0
- package/dist/recipes/motivation-source/schema.d.ts +43 -0
- package/dist/recipes/motivation-source/schema.js +23 -0
- package/dist/recipes/outcome-framing/demo.json +27 -0
- package/dist/recipes/outcome-framing/index.d.ts +5 -0
- package/dist/recipes/outcome-framing/index.js +17 -0
- package/dist/recipes/outcome-framing/schema.d.ts +43 -0
- package/dist/recipes/outcome-framing/schema.js +17 -0
- package/dist/recipes/question-assumption/demo.json +25 -0
- package/dist/recipes/question-assumption/index.d.ts +5 -0
- package/dist/recipes/question-assumption/index.js +15 -0
- package/dist/recipes/question-assumption/schema.d.ts +37 -0
- package/dist/recipes/question-assumption/schema.js +17 -0
- package/dist/recipes/question-leading/schema.d.ts +3 -3
- package/dist/src/index.d.ts +12 -0
- package/dist/src/index.js +6 -0
- package/package.json +25 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
- Add `outcome-framing`, `causal-attribution`, and `motivation-source`, bringing the source catalog to 87 recipes. Each classifies expressed wording using one logical Jev request, with documented psychology concepts, decision boundaries, and offline tests. No new runtime dependencies.
|
|
6
|
+
- Generate a Psychology & behavior catalog subsection from recipe metadata tags, including relevant existing recipes, and add topic search and documentation checks.
|
|
7
|
+
|
|
8
|
+
- Add `memory-subject`, `issue-recurrence`, and `question-assumption` to identify whom a memory describes, distinguish persistent and returning issues, and flag a specific assumption in a question. The source catalog now contains 84 recipes. Each uses one logical Jev request with no new runtime dependencies and includes a guide, offline fixture, contract tests, and discovery checks.
|
|
9
|
+
|
|
5
10
|
- Add `checkers-move`: supply a structured board, player, and legal moves to receive a move ID in one logical Jev request. Includes American/English checkers instructions, board translation, input checks, and offline tests, bringing the source catalog to 81 recipes. No new runtime dependencies; live speed and playing strength remain unmeasured.
|
|
6
11
|
|
|
7
12
|
- Add `take-turn` and `choose-action` for narrative turn eligibility and game action recommendations, with optional ordered player history, offline tests, and a gameplay composition guide. The source catalog now contains 80 recipes.
|
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
<!-- BEGIN GENERATED: summary -->
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
87 focused recipes for JavaScript and TypeScript. Route messages, check evidence, and label model responses with a function call.
|
|
15
15
|
|
|
16
16
|
<!-- END GENERATED: summary -->
|
|
17
17
|
|
|
@@ -21,7 +21,7 @@ For example, give `route` a support message and descriptions of your teams. It r
|
|
|
21
21
|
|
|
22
22
|
## Watch Jev play checkers against Jev using the checkers-move recipe
|
|
23
23
|
|
|
24
|
-
https://
|
|
24
|
+
[](https://www.youtube.com/shorts/Z282rGKysTg)
|
|
25
25
|
|
|
26
26
|
## Use a recipe
|
|
27
27
|
|
|
@@ -140,6 +140,8 @@ npx jev-recipes demo answerability
|
|
|
140
140
|
|
|
141
141
|
For games, the [gameplay guide](https://github.com/agencyenterprise/jev-recipes/blob/main/docs/gameplay.md) starts with a checkers decision using just the board, player, and legal moves. It also covers general action selection and narrative turn eligibility.
|
|
142
142
|
|
|
143
|
+
For psychology, browse [Psychology & behavior](https://github.com/agencyenterprise/jev-recipes/blob/main/recipes/README.md#psychology--behavior) for gain/loss framing, causal explanations, stated motivation, and related wording annotations. Search with `npx jev-recipes list psychology`.
|
|
144
|
+
|
|
143
145
|
<a id="run-your-own-input-from-the-terminal"></a>
|
|
144
146
|
|
|
145
147
|
## Use the terminal
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"inputSchema": {
|
|
3
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"behavior": {
|
|
7
|
+
"type": "string",
|
|
8
|
+
"description": "One focal behavior or outcome identifying the person or actor whose behavior is being explained."
|
|
9
|
+
},
|
|
10
|
+
"explanation": {
|
|
11
|
+
"type": "string",
|
|
12
|
+
"description": "The supplied explanation to classify, including any quoted attribution."
|
|
13
|
+
},
|
|
14
|
+
"context": {
|
|
15
|
+
"type": "string",
|
|
16
|
+
"description": "Supplied identities or references needed to interpret the explanation."
|
|
17
|
+
},
|
|
18
|
+
"minConfidence": { "type": "number", "minimum": 0, "maximum": 1 }
|
|
19
|
+
},
|
|
20
|
+
"required": ["behavior", "explanation"]
|
|
21
|
+
},
|
|
22
|
+
"resultSchema": {
|
|
23
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
24
|
+
"type": "object",
|
|
25
|
+
"properties": {
|
|
26
|
+
"model": { "type": "string" },
|
|
27
|
+
"usage": {
|
|
28
|
+
"type": "object",
|
|
29
|
+
"properties": {
|
|
30
|
+
"input_tokens": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 },
|
|
31
|
+
"output_tokens": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 }
|
|
32
|
+
},
|
|
33
|
+
"required": ["input_tokens", "output_tokens"],
|
|
34
|
+
"additionalProperties": false
|
|
35
|
+
},
|
|
36
|
+
"status": { "type": "string", "enum": ["ready", "review"] },
|
|
37
|
+
"verdict": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": ["personal", "situational", "mixed", "none", "unclear"]
|
|
40
|
+
},
|
|
41
|
+
"confidence": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
42
|
+
"probabilities": {
|
|
43
|
+
"type": "object",
|
|
44
|
+
"propertyNames": {
|
|
45
|
+
"type": "string",
|
|
46
|
+
"enum": ["personal", "situational", "mixed", "none", "unclear"]
|
|
47
|
+
},
|
|
48
|
+
"additionalProperties": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
49
|
+
"required": ["personal", "situational", "mixed", "none", "unclear"]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"required": ["model", "usage", "status", "verdict", "confidence", "probabilities"],
|
|
53
|
+
"additionalProperties": false
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"inputSchema": {
|
|
3
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"issue": {
|
|
7
|
+
"type": "string",
|
|
8
|
+
"description": "One specific problem whose reported recurrence should be assessed."
|
|
9
|
+
},
|
|
10
|
+
"message": { "type": "string", "description": "The latest customer report about the issue." },
|
|
11
|
+
"history": {
|
|
12
|
+
"type": "string",
|
|
13
|
+
"description": "Earlier reports in chronological order, oldest first, with speaker identities and reported outcomes."
|
|
14
|
+
},
|
|
15
|
+
"minConfidence": { "type": "number", "minimum": 0, "maximum": 1 }
|
|
16
|
+
},
|
|
17
|
+
"required": ["issue", "message"]
|
|
18
|
+
},
|
|
19
|
+
"resultSchema": {
|
|
20
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
21
|
+
"type": "object",
|
|
22
|
+
"properties": {
|
|
23
|
+
"model": { "type": "string" },
|
|
24
|
+
"usage": {
|
|
25
|
+
"type": "object",
|
|
26
|
+
"properties": {
|
|
27
|
+
"input_tokens": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 },
|
|
28
|
+
"output_tokens": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 }
|
|
29
|
+
},
|
|
30
|
+
"required": ["input_tokens", "output_tokens"],
|
|
31
|
+
"additionalProperties": false
|
|
32
|
+
},
|
|
33
|
+
"status": { "type": "string", "enum": ["ready", "review"] },
|
|
34
|
+
"verdict": { "type": "string", "enum": ["new", "ongoing", "returned", "unclear"] },
|
|
35
|
+
"confidence": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
36
|
+
"probabilities": {
|
|
37
|
+
"type": "object",
|
|
38
|
+
"propertyNames": { "type": "string", "enum": ["new", "ongoing", "returned", "unclear"] },
|
|
39
|
+
"additionalProperties": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
40
|
+
"required": ["new", "ongoing", "returned", "unclear"]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"required": ["model", "usage", "status", "verdict", "confidence", "probabilities"],
|
|
44
|
+
"additionalProperties": false
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"inputSchema": {
|
|
3
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"statement": {
|
|
7
|
+
"type": "string",
|
|
8
|
+
"description": "One atomic statement or candidate memory whose subject should be identified."
|
|
9
|
+
},
|
|
10
|
+
"user": {
|
|
11
|
+
"type": "string",
|
|
12
|
+
"description": "The person whose memory profile is being considered, including their speaker role when relevant."
|
|
13
|
+
},
|
|
14
|
+
"context": {
|
|
15
|
+
"type": "string",
|
|
16
|
+
"description": "Supplied speaker identities or surrounding text needed to resolve references."
|
|
17
|
+
},
|
|
18
|
+
"minConfidence": { "type": "number", "minimum": 0, "maximum": 1 }
|
|
19
|
+
},
|
|
20
|
+
"required": ["statement", "user"]
|
|
21
|
+
},
|
|
22
|
+
"resultSchema": {
|
|
23
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
24
|
+
"type": "object",
|
|
25
|
+
"properties": {
|
|
26
|
+
"model": { "type": "string" },
|
|
27
|
+
"usage": {
|
|
28
|
+
"type": "object",
|
|
29
|
+
"properties": {
|
|
30
|
+
"input_tokens": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 },
|
|
31
|
+
"output_tokens": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 }
|
|
32
|
+
},
|
|
33
|
+
"required": ["input_tokens", "output_tokens"],
|
|
34
|
+
"additionalProperties": false
|
|
35
|
+
},
|
|
36
|
+
"status": { "type": "string", "enum": ["ready", "review"] },
|
|
37
|
+
"verdict": { "type": "string", "enum": ["user", "other", "shared", "unclear"] },
|
|
38
|
+
"confidence": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
39
|
+
"probabilities": {
|
|
40
|
+
"type": "object",
|
|
41
|
+
"propertyNames": { "type": "string", "enum": ["user", "other", "shared", "unclear"] },
|
|
42
|
+
"additionalProperties": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
43
|
+
"required": ["user", "other", "shared", "unclear"]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"required": ["model", "usage", "status", "verdict", "confidence", "probabilities"],
|
|
47
|
+
"additionalProperties": false
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"inputSchema": {
|
|
3
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"activity": {
|
|
7
|
+
"type": "string",
|
|
8
|
+
"description": "One focal activity and its actor when needed to distinguish whose stated reason is being classified."
|
|
9
|
+
},
|
|
10
|
+
"statement": {
|
|
11
|
+
"type": "string",
|
|
12
|
+
"description": "Text stating or reporting why the actor does the activity."
|
|
13
|
+
},
|
|
14
|
+
"context": {
|
|
15
|
+
"type": "string",
|
|
16
|
+
"description": "Supplied speaker identities or references needed to interpret the stated reason."
|
|
17
|
+
},
|
|
18
|
+
"minConfidence": { "type": "number", "minimum": 0, "maximum": 1 }
|
|
19
|
+
},
|
|
20
|
+
"required": ["activity", "statement"]
|
|
21
|
+
},
|
|
22
|
+
"resultSchema": {
|
|
23
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
24
|
+
"type": "object",
|
|
25
|
+
"properties": {
|
|
26
|
+
"model": { "type": "string" },
|
|
27
|
+
"usage": {
|
|
28
|
+
"type": "object",
|
|
29
|
+
"properties": {
|
|
30
|
+
"input_tokens": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 },
|
|
31
|
+
"output_tokens": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 }
|
|
32
|
+
},
|
|
33
|
+
"required": ["input_tokens", "output_tokens"],
|
|
34
|
+
"additionalProperties": false
|
|
35
|
+
},
|
|
36
|
+
"status": { "type": "string", "enum": ["ready", "review"] },
|
|
37
|
+
"verdict": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": ["intrinsic", "extrinsic", "mixed", "not_stated", "unclear"]
|
|
40
|
+
},
|
|
41
|
+
"confidence": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
42
|
+
"probabilities": {
|
|
43
|
+
"type": "object",
|
|
44
|
+
"propertyNames": {
|
|
45
|
+
"type": "string",
|
|
46
|
+
"enum": ["intrinsic", "extrinsic", "mixed", "not_stated", "unclear"]
|
|
47
|
+
},
|
|
48
|
+
"additionalProperties": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
49
|
+
"required": ["intrinsic", "extrinsic", "mixed", "not_stated", "unclear"]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"required": ["model", "usage", "status", "verdict", "confidence", "probabilities"],
|
|
53
|
+
"additionalProperties": false
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"inputSchema": {
|
|
3
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"text": { "type": "string", "description": "The wording presented to the decision maker." },
|
|
7
|
+
"outcome": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"description": "One focal outcome, including whose outcome it is and what counts as a benefit or harm."
|
|
10
|
+
},
|
|
11
|
+
"context": {
|
|
12
|
+
"type": "string",
|
|
13
|
+
"description": "Supplied references or baseline information needed to interpret the wording."
|
|
14
|
+
},
|
|
15
|
+
"minConfidence": { "type": "number", "minimum": 0, "maximum": 1 }
|
|
16
|
+
},
|
|
17
|
+
"required": ["text", "outcome"]
|
|
18
|
+
},
|
|
19
|
+
"resultSchema": {
|
|
20
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
21
|
+
"type": "object",
|
|
22
|
+
"properties": {
|
|
23
|
+
"model": { "type": "string" },
|
|
24
|
+
"usage": {
|
|
25
|
+
"type": "object",
|
|
26
|
+
"properties": {
|
|
27
|
+
"input_tokens": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 },
|
|
28
|
+
"output_tokens": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 }
|
|
29
|
+
},
|
|
30
|
+
"required": ["input_tokens", "output_tokens"],
|
|
31
|
+
"additionalProperties": false
|
|
32
|
+
},
|
|
33
|
+
"status": { "type": "string", "enum": ["ready", "review"] },
|
|
34
|
+
"verdict": { "type": "string", "enum": ["gain", "loss", "mixed", "neutral", "unclear"] },
|
|
35
|
+
"confidence": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
36
|
+
"probabilities": {
|
|
37
|
+
"type": "object",
|
|
38
|
+
"propertyNames": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"enum": ["gain", "loss", "mixed", "neutral", "unclear"]
|
|
41
|
+
},
|
|
42
|
+
"additionalProperties": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
43
|
+
"required": ["gain", "loss", "mixed", "neutral", "unclear"]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"required": ["model", "usage", "status", "verdict", "confidence", "probabilities"],
|
|
47
|
+
"additionalProperties": false
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"inputSchema": {
|
|
3
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"question": {
|
|
7
|
+
"type": "string",
|
|
8
|
+
"description": "One question, including any framing visible to the respondent."
|
|
9
|
+
},
|
|
10
|
+
"claim": {
|
|
11
|
+
"type": "string",
|
|
12
|
+
"description": "One specific proposition to check for an assumption in the question."
|
|
13
|
+
},
|
|
14
|
+
"context": {
|
|
15
|
+
"type": "string",
|
|
16
|
+
"description": "Supplied context needed to resolve references and interpret the question and claim."
|
|
17
|
+
},
|
|
18
|
+
"minConfidence": { "type": "number", "minimum": 0, "maximum": 1 }
|
|
19
|
+
},
|
|
20
|
+
"required": ["question", "claim"]
|
|
21
|
+
},
|
|
22
|
+
"resultSchema": {
|
|
23
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
24
|
+
"type": "object",
|
|
25
|
+
"properties": {
|
|
26
|
+
"model": { "type": "string" },
|
|
27
|
+
"usage": {
|
|
28
|
+
"type": "object",
|
|
29
|
+
"properties": {
|
|
30
|
+
"input_tokens": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 },
|
|
31
|
+
"output_tokens": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 }
|
|
32
|
+
},
|
|
33
|
+
"required": ["input_tokens", "output_tokens"],
|
|
34
|
+
"additionalProperties": false
|
|
35
|
+
},
|
|
36
|
+
"status": { "type": "string", "enum": ["ready", "review"] },
|
|
37
|
+
"verdict": { "type": "string", "enum": ["assumed", "not_assumed", "unclear"] },
|
|
38
|
+
"confidence": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
39
|
+
"probabilities": {
|
|
40
|
+
"type": "object",
|
|
41
|
+
"propertyNames": { "type": "string", "enum": ["assumed", "not_assumed", "unclear"] },
|
|
42
|
+
"additionalProperties": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
43
|
+
"required": ["assumed", "not_assumed", "unclear"]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"required": ["model", "usage", "status", "verdict", "confidence", "probabilities"],
|
|
47
|
+
"additionalProperties": false
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -11,6 +11,7 @@ export const recipeLoaders = {
|
|
|
11
11
|
'audience-fit': () => import('../../recipes/audience-fit/index.js').then((recipe) => (input, options) => recipe.audienceFit(recipe.audienceFitInputSchema.parse(input), options)),
|
|
12
12
|
'cache-match': () => import('../../recipes/cache-match/index.js').then((recipe) => (input, options) => recipe.cacheMatch(recipe.cacheMatchInputSchema.parse(input), options)),
|
|
13
13
|
'cancellation-check': () => import('../../recipes/cancellation-check/index.js').then((recipe) => (input, options) => recipe.cancellationCheck(recipe.cancellationCheckInputSchema.parse(input), options)),
|
|
14
|
+
'causal-attribution': () => import('../../recipes/causal-attribution/index.js').then((recipe) => (input, options) => recipe.causalAttribution(recipe.causalAttributionInputSchema.parse(input), options)),
|
|
14
15
|
'certainty-match': () => import('../../recipes/certainty-match/index.js').then((recipe) => (input, options) => recipe.certaintyMatch(recipe.certaintyMatchInputSchema.parse(input), options)),
|
|
15
16
|
'change-meaning': () => import('../../recipes/change-meaning/index.js').then((recipe) => (input, options) => recipe.changeMeaning(recipe.changeMeaningInputSchema.parse(input), options)),
|
|
16
17
|
'checkers-move': () => import('../../recipes/checkers-move/index.js').then((recipe) => (input, options) => recipe.checkersMove(recipe.checkersMoveInputSchema.parse(input), options)),
|
|
@@ -42,14 +43,19 @@ export const recipeLoaders = {
|
|
|
42
43
|
'instruction-fit': () => import('../../recipes/instruction-fit/index.js').then((recipe) => (input, options) => recipe.instructionFit(recipe.instructionFitInputSchema.parse(input), options)),
|
|
43
44
|
'intent-change': () => import('../../recipes/intent-change/index.js').then((recipe) => (input, options) => recipe.intentChange(recipe.intentChangeInputSchema.parse(input), options)),
|
|
44
45
|
'issue-impact': () => import('../../recipes/issue-impact/index.js').then((recipe) => (input, options) => recipe.issueImpact(recipe.issueImpactInputSchema.parse(input), options)),
|
|
46
|
+
'issue-recurrence': () => import('../../recipes/issue-recurrence/index.js').then((recipe) => (input, options) => recipe.issueRecurrence(recipe.issueRecurrenceInputSchema.parse(input), options)),
|
|
45
47
|
'memory-relation': () => import('../../recipes/memory-relation/index.js').then((recipe) => (input, options) => recipe.memoryRelation(recipe.memoryRelationInputSchema.parse(input), options)),
|
|
46
48
|
'memory-scope': () => import('../../recipes/memory-scope/index.js').then((recipe) => (input, options) => recipe.memoryScope(recipe.memoryScopeInputSchema.parse(input), options)),
|
|
49
|
+
'memory-subject': () => import('../../recipes/memory-subject/index.js').then((recipe) => (input, options) => recipe.memorySubject(recipe.memorySubjectInputSchema.parse(input), options)),
|
|
47
50
|
'memory-value': () => import('../../recipes/memory-value/index.js').then((recipe) => (input, options) => recipe.memoryValue(recipe.memoryValueInputSchema.parse(input), options)),
|
|
51
|
+
'motivation-source': () => import('../../recipes/motivation-source/index.js').then((recipe) => (input, options) => recipe.motivationSource(recipe.motivationSourceInputSchema.parse(input), options)),
|
|
52
|
+
'outcome-framing': () => import('../../recipes/outcome-framing/index.js').then((recipe) => (input, options) => recipe.outcomeFraming(recipe.outcomeFramingInputSchema.parse(input), options)),
|
|
48
53
|
'passage-duplicate': () => import('../../recipes/passage-duplicate/index.js').then((recipe) => (input, options) => recipe.passageDuplicate(recipe.passageDuplicateInputSchema.parse(input), options)),
|
|
49
54
|
'preference-kind': () => import('../../recipes/preference-kind/index.js').then((recipe) => (input, options) => recipe.preferenceKind(recipe.preferenceKindInputSchema.parse(input), options)),
|
|
50
55
|
'promise-check': () => import('../../recipes/promise-check/index.js').then((recipe) => (input, options) => recipe.promiseCheck(recipe.promiseCheckInputSchema.parse(input), options)),
|
|
51
56
|
'query-equivalence': () => import('../../recipes/query-equivalence/index.js').then((recipe) => (input, options) => recipe.queryEquivalence(recipe.queryEquivalenceInputSchema.parse(input), options)),
|
|
52
57
|
'query-specificity': () => import('../../recipes/query-specificity/index.js').then((recipe) => (input, options) => recipe.querySpecificity(recipe.querySpecificityInputSchema.parse(input), options)),
|
|
58
|
+
'question-assumption': () => import('../../recipes/question-assumption/index.js').then((recipe) => (input, options) => recipe.questionAssumption(recipe.questionAssumptionInputSchema.parse(input), options)),
|
|
53
59
|
'question-leading': () => import('../../recipes/question-leading/index.js').then((recipe) => (input, options) => recipe.questionLeading(recipe.questionLeadingInputSchema.parse(input), options)),
|
|
54
60
|
'reference-resolve': () => import('../../recipes/reference-resolve/index.js').then((recipe) => (input, options) => recipe.referenceResolve(recipe.referenceResolveInputSchema.parse(input), options)),
|
|
55
61
|
'repeated-attempt': () => import('../../recipes/repeated-attempt/index.js').then((recipe) => (input, options) => recipe.repeatedAttempt(recipe.repeatedAttemptInputSchema.parse(input), options)),
|