1- .PHONY : help sync openapi-spec openapi-spec-check test test-extras test-all models-test test-models test-sdk lint lint-fix typecheck check build build-models build-server build-sdk publish publish-models publish-server publish-sdk hooks-install hooks-uninstall prepush evaluators-test evaluators-lint evaluators-lint-fix evaluators-typecheck evaluators-build budget-test budget-lint budget-lint-fix budget-typecheck budget-build cisco-test cisco-lint cisco-lint-fix cisco-typecheck cisco-build galileo-test galileo-lint galileo-lint-fix galileo-typecheck galileo-build sdk-ts-generate sdk-ts-overlay-test sdk-ts-name-check sdk-ts-generate-check sdk-ts-build sdk-ts-test sdk-ts-lint sdk-ts-typecheck sdk-ts-release-check sdk-ts-publish-dry-run sdk-ts-publish telemetry-test telemetry-lint telemetry-lint-fix telemetry-typecheck telemetry-build telemetry-publish
1+ .PHONY : help sync openapi-spec openapi-spec-check test test-extras test-all models-test test-models test-sdk lint lint-fix typecheck check build build-models build-server build-sdk publish publish-models publish-server publish-sdk hooks-install hooks-uninstall prepush evaluators-test evaluators-lint evaluators-lint-fix evaluators-typecheck evaluators-build galileo-test galileo-lint galileo-lint-fix galileo-typecheck galileo-build sdk-ts-generate sdk-ts-overlay-test sdk-ts-name-check sdk-ts-generate-check sdk-ts-build sdk-ts-test sdk-ts-lint sdk-ts-typecheck sdk-ts-release-check sdk-ts-publish-dry-run sdk-ts-publish telemetry-test telemetry-lint telemetry-lint-fix telemetry-typecheck telemetry-build telemetry-publish
22
33# Workspace package names
44PACK_MODELS := agent-control-models
@@ -17,8 +17,6 @@ TS_SDK_DIR := sdks/typescript
1717ENGINE_DIR := engine
1818TELEMETRY_DIR := telemetry
1919EVALUATORS_DIR := evaluators/builtin
20- BUDGET_DIR := evaluators/contrib/budget
21- CISCO_DIR := evaluators/contrib/cisco
2220GALILEO_DIR := evaluators/contrib/galileo
2321UI_DIR := ui
2422
3735 @echo " Test:"
3836 @echo " make test - run tests for core packages (models, telemetry, server, engine, sdk, evaluators)"
3937 @echo " make models-test - run shared model tests with coverage"
40- @echo " make test-extras - run tests for contrib evaluators (budget, cisco, galileo )"
38+ @echo " make test-extras - run tests for contrib evaluators (galileo, etc. )"
4139 @echo " make test-all - run all tests (core + extras)"
4240 @echo " make sdk-ts-test - run TypeScript SDK tests"
4341 @echo " "
@@ -97,7 +95,7 @@ telemetry-test:
9795 $(MAKE ) -C $(TELEMETRY_DIR ) test
9896
9997# Run tests for contrib evaluators (not included in default test target)
100- test-extras : budget-test cisco-test galileo-test
98+ test-extras : galileo-test
10199
102100# Run all tests (core + extras)
103101test-all : test test-extras
@@ -248,44 +246,6 @@ server-%:
248246ui-% :
249247 $(MAKE ) -C $(UI_DIR ) $(patsubst ui-% ,% ,$@ )
250248
251- # ---------------------------
252- # Contrib Evaluators (Budget)
253- # ---------------------------
254-
255- budget-test :
256- $(MAKE ) -C $(BUDGET_DIR ) test
257-
258- budget-lint :
259- $(MAKE ) -C $(BUDGET_DIR ) lint
260-
261- budget-lint-fix :
262- $(MAKE ) -C $(BUDGET_DIR ) lint-fix
263-
264- budget-typecheck :
265- $(MAKE ) -C $(BUDGET_DIR ) typecheck
266-
267- budget-build :
268- $(MAKE ) -C $(BUDGET_DIR ) build
269-
270- # ---------------------------
271- # Contrib Evaluators (Cisco)
272- # ---------------------------
273-
274- cisco-test :
275- $(MAKE ) -C $(CISCO_DIR ) test
276-
277- cisco-lint :
278- $(MAKE ) -C $(CISCO_DIR ) lint
279-
280- cisco-lint-fix :
281- $(MAKE ) -C $(CISCO_DIR ) lint-fix
282-
283- cisco-typecheck :
284- $(MAKE ) -C $(CISCO_DIR ) typecheck
285-
286- cisco-build :
287- $(MAKE ) -C $(CISCO_DIR ) build
288-
289249# ---------------------------
290250# Contrib Evaluators (Galileo)
291251# ---------------------------
0 commit comments