From f8eba2e93d839921b77753bc4d209cb882709b64 Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Sun, 9 Aug 2026 14:19:23 +0000 Subject: [PATCH] [patch] Publish Task Agent qualification status --- data/task-agent-catalog.json | 9 ++++++++- snippets/task-agent-runtime.generated.mdx | 4 ++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/data/task-agent-catalog.json b/data/task-agent-catalog.json index 7172aca..600550b 100644 --- a/data/task-agent-catalog.json +++ b/data/task-agent-catalog.json @@ -21,7 +21,14 @@ ], "gateway_vault": { "role": "task-agent-gateway", - "path": "secret-internal/task-agent/ollama_api_key", + "path": "secret-organization/ollama_api_key", "field": "value" + }, + "release_qualification": { + "qualified": false, + "sandbox_image": "ghcr.io/libops/cli-sandbox@sha256:c0dc9a8a354df9fc0fced0bddb0b8a4b117d2ceb9e67353a135405145e8214d5", + "skill_source_commit": "1be70fce59dd4534a3259332f8017f5625769e4d", + "skill_bundle_sha256": "a77e209e154bfb15afc6cb3f55d4cf7a23d0891afd5f97dad40160fc181a18e1", + "gateway_image_identity": "us-docker.pkg.dev/libops-images/public/task-agent-ollama-glm-5-2-cloud@sha256:a6b878b14a8188840c51637c4f4eebef393890bd48ca6e73db1996559d6d261a" } } diff --git a/snippets/task-agent-runtime.generated.mdx b/snippets/task-agent-runtime.generated.mdx index 94f4421..bd705be 100644 --- a/snippets/task-agent-runtime.generated.mdx +++ b/snippets/task-agent-runtime.generated.mdx @@ -6,5 +6,9 @@ - Customer model name: `glm-5.2:cloud` - Inference provider: Ollama Cloud - Inference location: Ollama Cloud infrastructure, not the customer GCP project +- Customer release status: **not qualified** +- Skill source commit: `1be70fce59dd4534a3259332f8017f5625769e4d` +- Skill bundle SHA-256: `a77e209e154bfb15afc6cb3f55d4cf7a23d0891afd5f97dad40160fc181a18e1` +- Gateway image: `us-docker.pkg.dev/libops-images/public/task-agent-ollama-glm-5-2-cloud@sha256:a6b878b14a8188840c51637c4f4eebef393890bd48ca6e73db1996559d6d261a` The private Cloud Run service in the customer organization is an authenticated gateway. It does not host model weights or perform inference. It forwards the fixed `glm-5.2:cloud` customer model to `glm-5.2` at `https://ollama.com`. No other harness or model is in the candidate catalog.