[service_aibroker] --download fails during service_complete (root cause needs reproduction) #237

Open
opened 2026-05-07 17:29:29 +00:00 by mik-tf · 0 comments
Owner

Surfaced during session 74. Listed in the failed-services summary at the end of service_complete --download but the per-service stdout was truncated by output capture before we could pin down the root cause.

What we know

  • service_aibroker.nu SVX_BINARIES = ["hero_aibroker" "hero_aibroker_server" "hero_aibroker_ui" "hero_aibroker_services"]
  • v0.1.1 release ships exactly those four assets with target-triple naming. No naming mismatch (unlike service_collab #(collab issue)).
  • So the failure is NOT an asset-naming issue — likely runtime / dep / version-resolution.

Reproduction (session 75)

On the next from-nothing test (TF Grid VM or DO with hero.threefold.store):

nu -c "use nutools/modules/services/service_aibroker.nu; service_aibroker start --download --reset" 2>&1 | tee aibroker.log
proc logs tail hero_aibroker_server --lines 100
proc logs tail hero_aibroker_ui --lines 100

Capture full stdout + the hero_proc logs. Triage from there.

Severity

Medium — aibroker is critical for the AI-routing path; without it the agent can't reach LLMs. But it's not a blocker for the bootstrap pipeline itself.

Filed as part of home#227 follow-ups.

Surfaced during session 74. Listed in the failed-services summary at the end of `service_complete --download` but the per-service stdout was truncated by output capture before we could pin down the root cause. ## What we know - `service_aibroker.nu` SVX_BINARIES = `["hero_aibroker" "hero_aibroker_server" "hero_aibroker_ui" "hero_aibroker_services"]` - [v0.1.1 release](https://forge.ourworld.tf/lhumina_code/hero_aibroker/releases/tag/v0.1.1) ships exactly those four assets with target-triple naming. **No naming mismatch** (unlike service_collab #(collab issue)). - So the failure is NOT an asset-naming issue — likely runtime / dep / version-resolution. ## Reproduction (session 75) On the next from-nothing test (TF Grid VM or DO with hero.threefold.store): ```bash nu -c "use nutools/modules/services/service_aibroker.nu; service_aibroker start --download --reset" 2>&1 | tee aibroker.log proc logs tail hero_aibroker_server --lines 100 proc logs tail hero_aibroker_ui --lines 100 ``` Capture full stdout + the hero_proc logs. Triage from there. ## Severity Medium — aibroker is critical for the AI-routing path; without it the agent can't reach LLMs. But it's not a blocker for the bootstrap pipeline itself. Filed as part of [home#227](https://forge.ourworld.tf/lhumina_code/home/issues/227) follow-ups.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_skills#237
No description provided.