crewhaus 0.2.2 → 0.2.4
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/package.json +89 -89
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crewhaus",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CrewHaus — the meta-harness compiler for AI agents. Compile one crewhaus.yaml spec into a CLI agent, channel bot, RAG pipeline, multi-agent crew, eval harness, voice or browser agent, and more.",
|
|
6
6
|
"keywords": [
|
|
@@ -31,94 +31,94 @@
|
|
|
31
31
|
"test": "bun test src"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@crewhaus/adapter-anthropic": "0.2.
|
|
35
|
-
"@crewhaus/agent-context-isolation": "0.2.
|
|
36
|
-
"@crewhaus/audit-log": "0.2.
|
|
37
|
-
"@crewhaus/eval-optimizer-orchestrator": "0.2.
|
|
38
|
-
"@crewhaus/prompt-optimizer": "0.2.
|
|
39
|
-
"@crewhaus/prompt-optimizer-claude": "0.2.
|
|
40
|
-
"@crewhaus/justification-judge-claude": "0.2.
|
|
41
|
-
"@crewhaus/spec-patch": "0.2.
|
|
42
|
-
"@crewhaus/canary-controller": "0.2.
|
|
43
|
-
"@crewhaus/compiler": "0.2.
|
|
44
|
-
"@crewhaus/computer-use-driver": "0.2.
|
|
45
|
-
"@crewhaus/context-bundle": "0.2.
|
|
46
|
-
"@crewhaus/cost-tracker": "0.2.
|
|
47
|
-
"@crewhaus/data-retention-engine": "0.2.
|
|
48
|
-
"@crewhaus/dataset-registry": "0.2.
|
|
49
|
-
"@crewhaus/deployment-controller": "0.2.
|
|
50
|
-
"@crewhaus/egress-classifier": "0.2.
|
|
51
|
-
"@crewhaus/egress-matcher-semantic": "0.2.
|
|
52
|
-
"@crewhaus/embedder": "0.2.
|
|
53
|
-
"@crewhaus/errors": "0.2.
|
|
54
|
-
"@crewhaus/eval-dataset": "0.2.
|
|
55
|
-
"@crewhaus/eval-grader": "0.2.
|
|
56
|
-
"@crewhaus/eval-judge": "0.2.
|
|
57
|
-
"@crewhaus/eval-report": "0.2.
|
|
58
|
-
"@crewhaus/eval-runner": "0.2.
|
|
59
|
-
"@crewhaus/event-log": "0.2.
|
|
60
|
-
"@crewhaus/gateway-server": "0.2.
|
|
61
|
-
"@crewhaus/grader-safety-classifiers": "0.2.
|
|
62
|
-
"@crewhaus/hooks-engine": "0.2.
|
|
63
|
-
"@crewhaus/infra-utils": "0.2.
|
|
64
|
-
"@crewhaus/ir": "0.2.
|
|
65
|
-
"@crewhaus/ir-passes": "0.2.
|
|
66
|
-
"@crewhaus/logging": "0.2.
|
|
67
|
-
"@crewhaus/mcp-host": "0.2.
|
|
68
|
-
"@crewhaus/memory-store": "0.2.
|
|
69
|
-
"@crewhaus/model-router": "0.2.
|
|
70
|
-
"@crewhaus/module-marketplace-client": "0.2.
|
|
71
|
-
"@crewhaus/migration-engine": "0.2.
|
|
72
|
-
"@crewhaus/migration-runner": "0.2.
|
|
73
|
-
"@crewhaus/plugin-registry": "0.2.
|
|
74
|
-
"@crewhaus/plugin-sdk": "0.2.
|
|
75
|
-
"@crewhaus/permission-engine": "0.2.
|
|
76
|
-
"@crewhaus/pii-redactor": "0.2.
|
|
77
|
-
"@crewhaus/prompt-injection-detector": "0.2.
|
|
78
|
-
"@crewhaus/regression-runner": "0.2.
|
|
79
|
-
"@crewhaus/routing-store": "0.2.
|
|
80
|
-
"@crewhaus/run-context": "0.2.
|
|
81
|
-
"@crewhaus/runtime-core": "0.2.
|
|
82
|
-
"@crewhaus/secrets-manager": "0.2.
|
|
83
|
-
"@crewhaus/session-store": "0.2.
|
|
84
|
-
"@crewhaus/spec-registry": "0.2.
|
|
85
|
-
"@crewhaus/skills-registry": "0.2.
|
|
86
|
-
"@crewhaus/slash-commands": "0.2.
|
|
87
|
-
"@crewhaus/smoke-harness": "0.2.
|
|
88
|
-
"@crewhaus/spec": "0.2.
|
|
89
|
-
"@crewhaus/sub-agent-spawner": "0.2.
|
|
90
|
-
"@crewhaus/template-marketplace-client": "0.2.
|
|
91
|
-
"@crewhaus/template-registry": "0.2.
|
|
92
|
-
"@crewhaus/tenancy": "0.2.
|
|
93
|
-
"@crewhaus/trace-event-bus": "0.2.
|
|
94
|
-
"@crewhaus/tool-bash": "0.2.
|
|
95
|
-
"@crewhaus/tool-builder": "0.2.
|
|
96
|
-
"@crewhaus/target-cli": "0.2.
|
|
97
|
-
"@crewhaus/target-eval-bundle": "0.2.
|
|
98
|
-
"@crewhaus/tool-catalog": "0.2.
|
|
99
|
-
"@crewhaus/tool-code-execution": "0.2.
|
|
100
|
-
"@crewhaus/tool-codegraph": "0.2.
|
|
101
|
-
"@crewhaus/tool-fetch": "0.2.
|
|
102
|
-
"@crewhaus/tool-fs": "0.2.
|
|
103
|
-
"@crewhaus/tool-image": "0.2.
|
|
104
|
-
"@crewhaus/tool-image-generation": "0.2.
|
|
105
|
-
"@crewhaus/tool-document-ingest": "0.2.
|
|
106
|
-
"@crewhaus/tool-mcp": "0.2.
|
|
107
|
-
"@crewhaus/tool-memory": "0.2.
|
|
108
|
-
"@crewhaus/tool-mouse-keyboard": "0.2.
|
|
109
|
-
"@crewhaus/tool-navigate": "0.2.
|
|
110
|
-
"@crewhaus/tool-permission-matcher": "0.2.
|
|
111
|
-
"@crewhaus/tool-screen-capture": "0.2.
|
|
112
|
-
"@crewhaus/tool-task": "0.2.
|
|
113
|
-
"@crewhaus/tool-todo": "0.2.
|
|
114
|
-
"@crewhaus/tool-vision-grounding": "0.2.
|
|
115
|
-
"@crewhaus/tool-web": "0.2.
|
|
116
|
-
"@crewhaus/docker-images": "0.2.
|
|
117
|
-
"@crewhaus/crewhaus-cloud": "0.2.
|
|
118
|
-
"@crewhaus/federation-discovery": "0.2.
|
|
119
|
-
"@crewhaus/sandbox": "0.2.
|
|
120
|
-
"@crewhaus/sandbox-image-registry": "0.2.
|
|
121
|
-
"@crewhaus/compliance-controls": "0.2.
|
|
34
|
+
"@crewhaus/adapter-anthropic": "0.2.4",
|
|
35
|
+
"@crewhaus/agent-context-isolation": "0.2.4",
|
|
36
|
+
"@crewhaus/audit-log": "0.2.4",
|
|
37
|
+
"@crewhaus/eval-optimizer-orchestrator": "0.2.4",
|
|
38
|
+
"@crewhaus/prompt-optimizer": "0.2.4",
|
|
39
|
+
"@crewhaus/prompt-optimizer-claude": "0.2.4",
|
|
40
|
+
"@crewhaus/justification-judge-claude": "0.2.4",
|
|
41
|
+
"@crewhaus/spec-patch": "0.2.4",
|
|
42
|
+
"@crewhaus/canary-controller": "0.2.4",
|
|
43
|
+
"@crewhaus/compiler": "0.2.4",
|
|
44
|
+
"@crewhaus/computer-use-driver": "0.2.4",
|
|
45
|
+
"@crewhaus/context-bundle": "0.2.4",
|
|
46
|
+
"@crewhaus/cost-tracker": "0.2.4",
|
|
47
|
+
"@crewhaus/data-retention-engine": "0.2.4",
|
|
48
|
+
"@crewhaus/dataset-registry": "0.2.4",
|
|
49
|
+
"@crewhaus/deployment-controller": "0.2.4",
|
|
50
|
+
"@crewhaus/egress-classifier": "0.2.4",
|
|
51
|
+
"@crewhaus/egress-matcher-semantic": "0.2.4",
|
|
52
|
+
"@crewhaus/embedder": "0.2.4",
|
|
53
|
+
"@crewhaus/errors": "0.2.4",
|
|
54
|
+
"@crewhaus/eval-dataset": "0.2.4",
|
|
55
|
+
"@crewhaus/eval-grader": "0.2.4",
|
|
56
|
+
"@crewhaus/eval-judge": "0.2.4",
|
|
57
|
+
"@crewhaus/eval-report": "0.2.4",
|
|
58
|
+
"@crewhaus/eval-runner": "0.2.4",
|
|
59
|
+
"@crewhaus/event-log": "0.2.4",
|
|
60
|
+
"@crewhaus/gateway-server": "0.2.4",
|
|
61
|
+
"@crewhaus/grader-safety-classifiers": "0.2.4",
|
|
62
|
+
"@crewhaus/hooks-engine": "0.2.4",
|
|
63
|
+
"@crewhaus/infra-utils": "0.2.4",
|
|
64
|
+
"@crewhaus/ir": "0.2.4",
|
|
65
|
+
"@crewhaus/ir-passes": "0.2.4",
|
|
66
|
+
"@crewhaus/logging": "0.2.4",
|
|
67
|
+
"@crewhaus/mcp-host": "0.2.4",
|
|
68
|
+
"@crewhaus/memory-store": "0.2.4",
|
|
69
|
+
"@crewhaus/model-router": "0.2.4",
|
|
70
|
+
"@crewhaus/module-marketplace-client": "0.2.4",
|
|
71
|
+
"@crewhaus/migration-engine": "0.2.4",
|
|
72
|
+
"@crewhaus/migration-runner": "0.2.4",
|
|
73
|
+
"@crewhaus/plugin-registry": "0.2.4",
|
|
74
|
+
"@crewhaus/plugin-sdk": "0.2.4",
|
|
75
|
+
"@crewhaus/permission-engine": "0.2.4",
|
|
76
|
+
"@crewhaus/pii-redactor": "0.2.4",
|
|
77
|
+
"@crewhaus/prompt-injection-detector": "0.2.4",
|
|
78
|
+
"@crewhaus/regression-runner": "0.2.4",
|
|
79
|
+
"@crewhaus/routing-store": "0.2.4",
|
|
80
|
+
"@crewhaus/run-context": "0.2.4",
|
|
81
|
+
"@crewhaus/runtime-core": "0.2.4",
|
|
82
|
+
"@crewhaus/secrets-manager": "0.2.4",
|
|
83
|
+
"@crewhaus/session-store": "0.2.4",
|
|
84
|
+
"@crewhaus/spec-registry": "0.2.4",
|
|
85
|
+
"@crewhaus/skills-registry": "0.2.4",
|
|
86
|
+
"@crewhaus/slash-commands": "0.2.4",
|
|
87
|
+
"@crewhaus/smoke-harness": "0.2.4",
|
|
88
|
+
"@crewhaus/spec": "0.2.4",
|
|
89
|
+
"@crewhaus/sub-agent-spawner": "0.2.4",
|
|
90
|
+
"@crewhaus/template-marketplace-client": "0.2.4",
|
|
91
|
+
"@crewhaus/template-registry": "0.2.4",
|
|
92
|
+
"@crewhaus/tenancy": "0.2.4",
|
|
93
|
+
"@crewhaus/trace-event-bus": "0.2.4",
|
|
94
|
+
"@crewhaus/tool-bash": "0.2.4",
|
|
95
|
+
"@crewhaus/tool-builder": "0.2.4",
|
|
96
|
+
"@crewhaus/target-cli": "0.2.4",
|
|
97
|
+
"@crewhaus/target-eval-bundle": "0.2.4",
|
|
98
|
+
"@crewhaus/tool-catalog": "0.2.4",
|
|
99
|
+
"@crewhaus/tool-code-execution": "0.2.4",
|
|
100
|
+
"@crewhaus/tool-codegraph": "0.2.4",
|
|
101
|
+
"@crewhaus/tool-fetch": "0.2.4",
|
|
102
|
+
"@crewhaus/tool-fs": "0.2.4",
|
|
103
|
+
"@crewhaus/tool-image": "0.2.4",
|
|
104
|
+
"@crewhaus/tool-image-generation": "0.2.4",
|
|
105
|
+
"@crewhaus/tool-document-ingest": "0.2.4",
|
|
106
|
+
"@crewhaus/tool-mcp": "0.2.4",
|
|
107
|
+
"@crewhaus/tool-memory": "0.2.4",
|
|
108
|
+
"@crewhaus/tool-mouse-keyboard": "0.2.4",
|
|
109
|
+
"@crewhaus/tool-navigate": "0.2.4",
|
|
110
|
+
"@crewhaus/tool-permission-matcher": "0.2.4",
|
|
111
|
+
"@crewhaus/tool-screen-capture": "0.2.4",
|
|
112
|
+
"@crewhaus/tool-task": "0.2.4",
|
|
113
|
+
"@crewhaus/tool-todo": "0.2.4",
|
|
114
|
+
"@crewhaus/tool-vision-grounding": "0.2.4",
|
|
115
|
+
"@crewhaus/tool-web": "0.2.4",
|
|
116
|
+
"@crewhaus/docker-images": "0.2.4",
|
|
117
|
+
"@crewhaus/crewhaus-cloud": "0.2.4",
|
|
118
|
+
"@crewhaus/federation-discovery": "0.2.4",
|
|
119
|
+
"@crewhaus/sandbox": "0.2.4",
|
|
120
|
+
"@crewhaus/sandbox-image-registry": "0.2.4",
|
|
121
|
+
"@crewhaus/compliance-controls": "0.2.4",
|
|
122
122
|
"yaml": "^2.6.0"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|