[nu-demo] hero_osis_ai domain not registered in per-domain server list #130
Loading…
Add table
Add a link
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?
Symptom
AI archipelago islands that query agent/bot objects show empty lists. The
hero_osis_aiper-domain server is not scanned by hero_router and shows no socket. Seed datageomind/ai/agent_*.toml+bot_*.toml(10 agents total) is never loaded.Root cause
The
aidomain is missing from the running hero_osis per-domain server list. Likely causes to investigate:aiin the domain registryaiis excluded from the domain discovery loop inhero_rpc/crates/server/src/server/unified_server.rshero_osis's domain-enumeration step dropsaisilentlyDemo workaround (applied 2026-04-23)
Deferred — no fix applied. AI islands shown empty at the demo.
Proper fix
Investigate why
aiis not in the registered-domains list at hero_osis startup. Add it to whatever canonical domain enumerationunified_server.rs/ hero_osis reads, alongside identity/business/calendar/etc. Verify by checking the router's service scanner seeshero_osis_ai/rpc.sockand thatcontext.listworks for it.Filed 2026-04-23 nu-shell demo bring-up. Signed-off-by: mik-tf
make demotarget — provision + install + seed + verify a fresh Hero OS demo VM in one command #163Moved to hero_demo#16 — see lhumina_code/hero_demo#16
make demotarget — provision + install + seed + verify a fresh Hero OS demo VM in one command #31