Record local VLM provider proof

This commit is contained in:
Svrnty
2026-06-19 16:18:45 -04:00
parent 8502bd9f17
commit 5cc5d225c7
3 changed files with 176 additions and 0 deletions
@@ -0,0 +1,69 @@
{
"schema": "svrnty-vision.bte-product-ready-local-vlm-provider-proof.v1",
"timestamp": "2026-06-19T20:16:43Z",
"work_item_id": "SVRNTY-VISION-WORK-008",
"route": "svrnty-vision",
"goal": "Prove the configured local VLM provider is reachable for the BTE Product Ready provider-call chain without claiming readiness.",
"approval": {
"name": "BTE Product Ready local VLM provider proof refresh",
"expires_after_report": true
},
"provider_route_resolution": {
"registered_ollama_provider_route_found": false,
"adapter_owner_route_used_for_proof": "svrnty-vision",
"reason": "svrnty-vision owns the configured VLM adapter endpoint used by BTE through /vlm/analyze"
},
"configured_provider": {
"kind": "local_ollama_openai_compatible",
"base_url": "http://100.88.167.87:11434",
"expected_model": "qwen3-vl:32b"
},
"health_proof": {
"ollama_tags": {
"url": "http://100.88.167.87:11434/api/tags",
"http_status": 200,
"duration_seconds": 0.004933,
"expected_model_present": true
},
"openai_models": {
"url": "http://100.88.167.87:11434/v1/models",
"http_status": 200,
"duration_seconds": 0.001439,
"expected_model_present": true
}
},
"gateway_recheck": {
"host_healthz": {
"url": "http://localhost:8092/healthz",
"http_status": 200,
"duration_seconds": 0.001575,
"body_status": "ok",
"version": "0.1.0"
},
"bte_runtime_namespace_healthz": {
"url": "http://localhost:8092/healthz",
"http_status": 200,
"duration_seconds": 0.000823,
"body_status": "ok",
"version": "0.1.0"
}
},
"downstream_bte_result_ref": "../bte/docs/goal-runs/bte-product-ready-local-vlm-provider-refresh/bte-work-020-successful-provider-call.json",
"route_validator": {
"command": "python3 tools/validate_svrnty_vision_child.py",
"status": "pass"
},
"tool_effects": {
"provider_health_probe_performed": true,
"provider_start_or_refresh_performed": false,
"direct_model_inference_performed": false,
"gateway_runtime_started": false,
"bte_provider_call_performed_by_bte_route": true,
"profile_exposure_changed": false,
"mcp_registered": false,
"archive_delete_performed": false,
"raw_payload_storage_created_by_this_route": false,
"product_ready_claim_made": false
},
"status": "local_vlm_provider_health_proven"
}
@@ -0,0 +1,25 @@
# SVRNTY-VISION-WORK-008 Local VLM Provider Proof
Status: local VLM provider health proven.
Approval: `BTE Product Ready local VLM provider proof refresh`.
Proof:
- No separate registered Ollama provider route was found; `svrnty-vision` owns the adapter endpoint used by BTE through `/vlm/analyze`.
- `GET http://100.88.167.87:11434/api/tags`: HTTP `200`; `qwen3-vl:32b` present.
- `GET http://100.88.167.87:11434/v1/models`: HTTP `200`; `qwen3-vl:32b` present.
- `GET http://localhost:8092/healthz`: HTTP `200`, status `ok`, version `0.1.0`.
- From the BTE runtime namespace, `GET http://localhost:8092/healthz`: HTTP `200`, status `ok`, version `0.1.0`.
Boundary:
- No provider start or refresh was needed.
- No direct model inference was performed from this route.
- No credentials, secrets, raw model payloads, or image payloads were recorded.
- No Profile Exposure, MCP registration, archive/delete, raw payload storage, release claim, or Product Ready claim happened.
Validators:
- `python3 tools/validate_svrnty_vision_child.py`: PASS.
- `python3 tools/validate_svrnty_vision_bte_local_vlm_provider_proof.py`: PASS.