[nu-demo] hero_osis_ai domain not registered in per-domain server list #16

Open
opened 2026-04-28 12:20:13 +00:00 by mik-tf · 0 comments
Owner

Symptom

AI archipelago islands that query agent/bot objects show empty lists. The hero_osis_ai per-domain server is not scanned by hero_router and shows no socket. Seed data geomind/ai/agent_*.toml + bot_*.toml (10 agents total) is never loaded.

Root cause

The ai domain is missing from the running hero_osis per-domain server list. Likely causes to investigate:

  • no OSchema registration for ai in the domain registry
  • ai is excluded from the domain discovery loop in hero_rpc/crates/server/src/server/unified_server.rs
  • hero_osis's domain-enumeration step drops ai silently

Demo workaround (applied 2026-04-23)

Deferred — no fix applied. AI islands shown empty at the demo.

Proper fix

Investigate why ai is not in the registered-domains list at hero_osis startup. Add it to whatever canonical domain enumeration unified_server.rs / hero_osis reads, alongside identity/business/calendar/etc. Verify by checking the router's service scanner sees hero_osis_ai/rpc.sock and that context.list works for it.

Filed 2026-04-23 nu-shell demo bring-up. Signed-off-by: mik-tf


Originally filed as home#130 on 2026-04-23 by mik-tf — moved to hero_demo as part of consolidating issue tracking.

## Symptom AI archipelago islands that query agent/bot objects show empty lists. The `hero_osis_ai` per-domain server is not scanned by hero_router and shows no socket. Seed data `geomind/ai/agent_*.toml` + `bot_*.toml` (10 agents total) is never loaded. ## Root cause The `ai` domain is missing from the running hero_osis per-domain server list. Likely causes to investigate: - no OSchema registration for `ai` in the domain registry - `ai` is excluded from the domain discovery loop in `hero_rpc/crates/server/src/server/unified_server.rs` - `hero_osis`'s domain-enumeration step drops `ai` silently ## Demo workaround (applied 2026-04-23) Deferred — no fix applied. AI islands shown empty at the demo. ## Proper fix Investigate why `ai` is not in the registered-domains list at hero_osis startup. Add it to whatever canonical domain enumeration `unified_server.rs` / hero_osis reads, alongside identity/business/calendar/etc. Verify by checking the router's service scanner sees `hero_osis_ai/rpc.sock` and that `context.list` works for it. Filed 2026-04-23 nu-shell demo bring-up. Signed-off-by: mik-tf --- *Originally filed as [home#130](https://forge.ourworld.tf/lhumina_code/home/issues/130) on 2026-04-23 by mik-tf — moved to hero_demo as part of consolidating issue tracking.*
Sign in to join this conversation.
No labels
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_demo#16
No description provided.