Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion data/task-agent-catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 4 additions & 0 deletions snippets/task-agent-runtime.generated.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.