@cat-factory/node-server 0.153.0 → 0.153.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/dist/config.js +2 -2
- package/package.json +20 -20
package/dist/config.js
CHANGED
|
@@ -208,11 +208,11 @@ function buildAgentRouting(env, caps) {
|
|
|
208
208
|
maxOutputTokens: envMaxOutputTokens ?? 12000,
|
|
209
209
|
};
|
|
210
210
|
// The conflict-resolver clones a PR head with merge conflicts and rewrites the
|
|
211
|
-
// conflicted hunks against the base — a focused, diff-heavy reasoning task. Kimi K2.
|
|
211
|
+
// conflicted hunks against the base — a focused, diff-heavy reasoning task. Kimi K2.6
|
|
212
212
|
// (a 1T-param agentic model native on Workers AI, 256K window) handles it better than
|
|
213
213
|
// the small default MoE (mirrors the Worker's routing).
|
|
214
214
|
const conflictResolverDefault = {
|
|
215
|
-
ref: { provider: 'workers-ai', model: '@cf/moonshotai/kimi-k2.
|
|
215
|
+
ref: { provider: 'workers-ai', model: '@cf/moonshotai/kimi-k2.6' },
|
|
216
216
|
temperature: envTemperature ?? 0.3,
|
|
217
217
|
maxOutputTokens: envMaxOutputTokens ?? 5000,
|
|
218
218
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/node-server",
|
|
3
|
-
"version": "0.153.
|
|
3
|
+
"version": "0.153.2",
|
|
4
4
|
"description": "Node.js runtime facade for the Agent Architecture Board: serves the shared @cat-factory/server Hono app via @hono/node-server, wiring Node implementations of the runtime ports (persistence, gateways, model provisioning).",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -33,24 +33,24 @@
|
|
|
33
33
|
"pg-boss": "^12.26.4",
|
|
34
34
|
"toad-scheduler": "^4.1.0",
|
|
35
35
|
"ws": "^8.21.1",
|
|
36
|
-
"@cat-factory/
|
|
37
|
-
"@cat-factory/
|
|
38
|
-
"@cat-factory/
|
|
39
|
-
"@cat-factory/eks": "0.1.
|
|
40
|
-
"@cat-factory/
|
|
41
|
-
"@cat-factory/
|
|
42
|
-
"@cat-factory/
|
|
43
|
-
"@cat-factory/
|
|
44
|
-
"@cat-factory/
|
|
45
|
-
"@cat-factory/observability-
|
|
46
|
-
"@cat-factory/
|
|
47
|
-
"@cat-factory/
|
|
48
|
-
"@cat-factory/
|
|
49
|
-
"@cat-factory/provider-
|
|
50
|
-
"@cat-factory/provider-
|
|
51
|
-
"@cat-factory/
|
|
52
|
-
"@cat-factory/
|
|
53
|
-
"@cat-factory/
|
|
36
|
+
"@cat-factory/caching": "0.12.12",
|
|
37
|
+
"@cat-factory/consensus": "0.13.25",
|
|
38
|
+
"@cat-factory/contracts": "0.211.0",
|
|
39
|
+
"@cat-factory/eks": "0.1.199",
|
|
40
|
+
"@cat-factory/gates": "0.8.45",
|
|
41
|
+
"@cat-factory/gitlab": "0.15.4",
|
|
42
|
+
"@cat-factory/integrations": "0.116.4",
|
|
43
|
+
"@cat-factory/kernel": "0.214.1",
|
|
44
|
+
"@cat-factory/observability-langfuse": "0.9.42",
|
|
45
|
+
"@cat-factory/observability-otel": "0.4.42",
|
|
46
|
+
"@cat-factory/orchestration": "0.185.2",
|
|
47
|
+
"@cat-factory/prompt-fragments": "0.15.36",
|
|
48
|
+
"@cat-factory/provider-bedrock": "0.7.350",
|
|
49
|
+
"@cat-factory/provider-cloudflare": "0.7.351",
|
|
50
|
+
"@cat-factory/provider-s3": "0.2.270",
|
|
51
|
+
"@cat-factory/server": "0.194.0",
|
|
52
|
+
"@cat-factory/spend": "0.13.1",
|
|
53
|
+
"@cat-factory/agents": "0.104.3"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/node": "^26.1.2",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"drizzle-kit": "1.0.0-rc.4",
|
|
60
60
|
"typescript": "7.0.2",
|
|
61
61
|
"vitest": "^4.1.10",
|
|
62
|
-
"@cat-factory/conformance": "0.20.
|
|
62
|
+
"@cat-factory/conformance": "0.20.10"
|
|
63
63
|
},
|
|
64
64
|
"optionalDependencies": {
|
|
65
65
|
"ioredis": "^6.0.0"
|