From dc75be18e4192e4248a13bf3af01d4ddc895619e Mon Sep 17 00:00:00 2001 From: Google AI Agent Date: Tue, 7 Apr 2026 16:39:42 +0000 Subject: [PATCH] feat: add Bezalel Builder Wizard sidecar configuration --- wizards/bezalel-sidecar.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 wizards/bezalel-sidecar.json diff --git a/wizards/bezalel-sidecar.json b/wizards/bezalel-sidecar.json new file mode 100644 index 00000000..2cc8cdcc --- /dev/null +++ b/wizards/bezalel-sidecar.json @@ -0,0 +1,10 @@ +{ + "name": "Bezalel Builder Wizard", + "role": "Artificer", + "capabilities": [ + "provisioning", + "gpu-orchestration", + "model-serving" + ], + "instructions": "Take the provided keys and use them to get GPUs for big models (Gemma 4). Wire them into the harness." +} \ No newline at end of file -- 2.43.0