@cat-factory/agents 0.87.0 → 0.87.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.
|
@@ -13,7 +13,20 @@ export declare const ENVIRONMENT_ANALYST_KIND = "environment-analyst";
|
|
|
13
13
|
export declare const environmentRecipeDraft: import("./structured-output.js").StructuredOutput<{
|
|
14
14
|
summary?: string | undefined;
|
|
15
15
|
recipe?: {
|
|
16
|
-
composeFiles?: string
|
|
16
|
+
composeFiles?: (string | {
|
|
17
|
+
kind: "path";
|
|
18
|
+
path: string;
|
|
19
|
+
} | {
|
|
20
|
+
kind: "inline";
|
|
21
|
+
content: string;
|
|
22
|
+
path?: string | undefined;
|
|
23
|
+
} | {
|
|
24
|
+
kind: "repo";
|
|
25
|
+
repo: string;
|
|
26
|
+
path: string;
|
|
27
|
+
ref?: string | undefined;
|
|
28
|
+
provider?: "github" | "gitlab" | undefined;
|
|
29
|
+
})[] | undefined;
|
|
17
30
|
composeProfiles?: string[] | undefined;
|
|
18
31
|
envFiles?: {
|
|
19
32
|
template: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environment-analyst.d.ts","sourceRoot":"","sources":["../../../src/agents/kinds/environment-analyst.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,kBAAkB,EAA4B,MAAM,wBAAwB,CAAA;AAE1F,OAAO,KAAK,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAA;AA2B3E,eAAO,MAAM,wBAAwB,wBAAwB,CAAA;AAE7D;;;;;;;;GAQG;AACH,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"environment-analyst.d.ts","sourceRoot":"","sources":["../../../src/agents/kinds/environment-analyst.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,kBAAkB,EAA4B,MAAM,wBAAwB,CAAA;AAE1F,OAAO,KAAK,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAA;AA2B3E,eAAO,MAAM,wBAAwB,wBAAwB,CAAA;AAE7D;;;;;;;;GAQG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBjC,CAAA;AAEF,iGAAiG;AACjG,MAAM,MAAM,sBAAsB,GAAG,kBAAkB,CAAA;AAyDvD,eAAO,MAAM,+BAA+B,EAAE,mBAAmB,EAsBhE,CAAA;AAED;;;GAGG;AACH,wBAAgB,+BAA+B,CAAC,QAAQ,EAAE,iBAAiB,GAAG,IAAI,CAEjF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/agents",
|
|
3
|
-
"version": "0.87.
|
|
3
|
+
"version": "0.87.2",
|
|
4
4
|
"description": "Agent catalog, routing, prompts and fragment library for the Agent Architecture Board.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"handlebars": "^4.7.9",
|
|
33
33
|
"p-map": "^7.0.6",
|
|
34
34
|
"valibot": "^1.4.2",
|
|
35
|
-
"@cat-factory/contracts": "0.
|
|
36
|
-
"@cat-factory/kernel": "0.
|
|
37
|
-
"@cat-factory/prompt-fragments": "0.15.
|
|
35
|
+
"@cat-factory/contracts": "0.197.0",
|
|
36
|
+
"@cat-factory/kernel": "0.193.0",
|
|
37
|
+
"@cat-factory/prompt-fragments": "0.15.20"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"typescript": "7.0.2",
|
|
41
41
|
"vitest": "^4.1.10",
|
|
42
|
-
"@cat-factory/caching": "0.11.
|
|
42
|
+
"@cat-factory/caching": "0.11.22"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"build": "tsc -b tsconfig.build.json",
|