@cat-factory/worker 0.128.1 → 0.129.0
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/infrastructure/container-assembly.d.ts +8 -1
- package/dist/infrastructure/container-assembly.d.ts.map +1 -1
- package/dist/infrastructure/container-assembly.js +8 -1
- package/dist/infrastructure/container-assembly.js.map +1 -1
- package/dist/infrastructure/container-executor-deps.d.ts +81 -0
- package/dist/infrastructure/container-executor-deps.d.ts.map +1 -0
- package/dist/infrastructure/container-executor-deps.js +346 -0
- package/dist/infrastructure/container-executor-deps.js.map +1 -0
- package/dist/infrastructure/container-model-resolver.d.ts +14 -0
- package/dist/infrastructure/container-model-resolver.d.ts.map +1 -0
- package/dist/infrastructure/container-model-resolver.js +110 -0
- package/dist/infrastructure/container-model-resolver.js.map +1 -0
- package/dist/infrastructure/container-vcs-identity.d.ts +39 -0
- package/dist/infrastructure/container-vcs-identity.d.ts.map +1 -0
- package/dist/infrastructure/container-vcs-identity.js +88 -0
- package/dist/infrastructure/container-vcs-identity.js.map +1 -0
- package/dist/infrastructure/container.d.ts +8 -74
- package/dist/infrastructure/container.d.ts.map +1 -1
- package/dist/infrastructure/container.js +26 -481
- package/dist/infrastructure/container.js.map +1 -1
- package/dist/infrastructure/repositories/D1AgentContextSnapshotRepository.d.ts +2 -0
- package/dist/infrastructure/repositories/D1AgentContextSnapshotRepository.d.ts.map +1 -1
- package/dist/infrastructure/repositories/D1AgentContextSnapshotRepository.js +20 -4
- package/dist/infrastructure/repositories/D1AgentContextSnapshotRepository.js.map +1 -1
- package/dist/infrastructure/repositories/D1AgentSearchQueryRepository.d.ts +2 -0
- package/dist/infrastructure/repositories/D1AgentSearchQueryRepository.d.ts.map +1 -1
- package/dist/infrastructure/repositories/D1AgentSearchQueryRepository.js +22 -4
- package/dist/infrastructure/repositories/D1AgentSearchQueryRepository.js.map +1 -1
- package/dist/infrastructure/repositories/D1LlmCallMetricRepository.d.ts +2 -0
- package/dist/infrastructure/repositories/D1LlmCallMetricRepository.d.ts.map +1 -1
- package/dist/infrastructure/repositories/D1LlmCallMetricRepository.js +21 -3
- package/dist/infrastructure/repositories/D1LlmCallMetricRepository.js.map +1 -1
- package/dist/infrastructure/repositories/D1NotificationWebhookRepository.d.ts +5 -1
- package/dist/infrastructure/repositories/D1NotificationWebhookRepository.d.ts.map +1 -1
- package/dist/infrastructure/repositories/D1NotificationWebhookRepository.js +11 -5
- package/dist/infrastructure/repositories/D1NotificationWebhookRepository.js.map +1 -1
- package/migrations/0072_webhook_run_events.sql +11 -0
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/worker",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.129.0",
|
|
4
4
|
"description": "Reusable Cloudflare Worker library (Hono + D1) exposing the Agent Architecture Board core: the `createApp()` Hono factory, the default fetch/scheduled/queue handler, and the Durable Object + Workflow classes. Deployments (see deploy/backend) supply the wrangler.toml + config and re-export these.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -42,22 +42,22 @@
|
|
|
42
42
|
"pino": "^10.3.1",
|
|
43
43
|
"valibot": "^1.4.2",
|
|
44
44
|
"workers-ai-provider": "^4.0.0",
|
|
45
|
-
"@cat-factory/agents": "0.
|
|
46
|
-
"@cat-factory/caching": "0.11.
|
|
47
|
-
"@cat-factory/consensus": "0.13.
|
|
48
|
-
"@cat-factory/
|
|
49
|
-
"@cat-factory/
|
|
50
|
-
"@cat-factory/
|
|
51
|
-
"@cat-factory/
|
|
52
|
-
"@cat-factory/
|
|
53
|
-
"@cat-factory/
|
|
54
|
-
"@cat-factory/
|
|
55
|
-
"@cat-factory/
|
|
56
|
-
"@cat-factory/orchestration": "0.
|
|
57
|
-
"@cat-factory/prompt-fragments": "0.15.
|
|
58
|
-
"@cat-factory/provider-cloudflare": "0.7.
|
|
59
|
-
"@cat-factory/server": "0.
|
|
60
|
-
"@cat-factory/spend": "0.12.
|
|
45
|
+
"@cat-factory/agents": "0.95.1",
|
|
46
|
+
"@cat-factory/caching": "0.11.32",
|
|
47
|
+
"@cat-factory/consensus": "0.13.12",
|
|
48
|
+
"@cat-factory/eks": "0.1.186",
|
|
49
|
+
"@cat-factory/contracts": "0.203.0",
|
|
50
|
+
"@cat-factory/gitlab": "0.14.15",
|
|
51
|
+
"@cat-factory/kernel": "0.202.0",
|
|
52
|
+
"@cat-factory/observability-langfuse": "0.9.29",
|
|
53
|
+
"@cat-factory/observability-otel": "0.4.29",
|
|
54
|
+
"@cat-factory/integrations": "0.113.7",
|
|
55
|
+
"@cat-factory/gates": "0.8.32",
|
|
56
|
+
"@cat-factory/orchestration": "0.178.1",
|
|
57
|
+
"@cat-factory/prompt-fragments": "0.15.26",
|
|
58
|
+
"@cat-factory/provider-cloudflare": "0.7.338",
|
|
59
|
+
"@cat-factory/server": "0.187.0",
|
|
60
|
+
"@cat-factory/spend": "0.12.133"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@cloudflare/vitest-pool-workers": "^0.18.8",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"typescript": "7.0.2",
|
|
66
66
|
"vitest": "^4.1.10",
|
|
67
67
|
"wrangler": "^4.114.0",
|
|
68
|
-
"@cat-factory/conformance": "0.16.
|
|
68
|
+
"@cat-factory/conformance": "0.16.13"
|
|
69
69
|
},
|
|
70
70
|
"scripts": {
|
|
71
71
|
"build": "tsc -b tsconfig.build.json",
|