diff --git a/apps/agent-zero/configmaps-bluejay.yaml b/apps/agent-zero/configmaps-bluejay.yaml index fe7ffa3..92ae7b5 100644 --- a/apps/agent-zero/configmaps-bluejay.yaml +++ b/apps/agent-zero/configmaps-bluejay.yaml @@ -1,5 +1,6 @@ # Blue Jay Profile ConfigMaps for Agent Zero NUC # Generated 2026-04-08 — source: scripts/agent-zero/ +# Tools split into 3 ConfigMaps to stay under K8s annotation limit (262K) --- apiVersion: v1 @@ -3062,6 +3063,14 @@ data: The `repo_path` parameter should be relative to `/a0/work/repos/`. For example: `"FlowerCore/FlowerCore.Notes"` not `"/a0/work/repos/FlowerCore/FlowerCore.Notes"`. """ +kind: ConfigMap +metadata: + name: bluejay-tools-a + namespace: agent-zero + +--- +apiVersion: v1 +data: kiwix_search.py: | # Kiwix Offline Wikipedia Search Tool # Searches Simple English Wikipedia via the Kiwix server running in the agent-zero K8s namespace. @@ -8484,6 +8493,14 @@ data: If PHP is installed in the container, artisan-based commands will use it for accurate results. Otherwise, the tool falls back to static file analysis (grep/find) which covers most use cases. """ +kind: ConfigMap +metadata: + name: bluejay-tools-b + namespace: agent-zero + +--- +apiVersion: v1 +data: print_web.py: | # FlowerCore Print.Web Integration Tool # Interfaces with the thermal print service at https://print.iamworkin.lan @@ -13135,7 +13152,7 @@ data: """ kind: ConfigMap metadata: - name: bluejay-tools + name: bluejay-tools-c namespace: agent-zero ---