test: wire cf-orch agent registration into compose stack #15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Verify that Snipe registers as a node with the cf-orch coordinator so GPU activity (
trust_photo_analysisvision tasks) appears on the dashboard athttp://10.1.10.71:7700/.What to do
cf-orch agentservice tocompose.override.ymlCF_ORCH_COORDINATOR_URL(defaulthttp://10.1.10.71:7700)trust_photo_analysisbackground taskConfig
Acceptance criteria
snipeGPU card visible on dashboardtrust_photo_analysistasktrust_scores.photo_analysis_jsonafter task completesdetect_available_vram_gb()in scheduler reads from cf-orch (not preflight fallback)Status update (2026-04-04):
tasks/scheduler.pyshim (via cf-core) is running and enqueuingtrust_photo_analysistasksCF_ORCH_URLfrom env (router.py auto-config)cf-orch agentnot yet added tocompose.override.yml— node does not appear on the dashboarddetect_available_vram_gb()still uses preflight fallback, not cf-orchThis is blocked until actual vision tasks run end-to-end (#21). Suggest tackling alongside #21 Phase 1.