nx_genui_sota_fetch.nx
buildroot/runtime/nx_genui_sota_fetch.nx
about
nx_genui_sota_fetch.nx -- GEN-AI PRODUCT-UI SOTA (operator 2026-07-05: creativefabrica 3d-print-generator +
myimg.ai + cling-ai.com/image "and others" -- research the RIVAL product UIs so we gain those UI capabilities
AND surface them as APIs for the synthetic-human (Elara) workstream). Banks the REAL product pages: the named
rivals, the 3D-gen product bar (Meshy/Tripo/Rodin/Luma), the image-suite bar (Krea/Leonardo/Ideogram), and the
capabilities-as-APIs bar (Replicate/fal). Same sovereign stack as nx_gen3d_sota_fetch. Saves
knowledge/fetched/gui_*.raw. Blocked hosts (Cloudflare walls) print FETCH-FAIL honestly -- a 403 is a fact.
expect_exit: 0 license_tier: ORIGINAL
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_x509_trust_store.nxnx_trust_store_load_from_certdata.nxnx_https_fetch_follow.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 12 | const K_MAGIC_4194304: i64 = 4194304 |
| 13 | const K_MAGIC_8388608: i64 = 8388608 |
functions
| 15 | func gu_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 16 | func gu_putn(v: i64) -> i64 |
| 26 | func gu_have(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 } |
| 27 | func gu_fetch(url: *u8, opath: *u8, store: *TrustStore, out: *u8, cap: i64) -> i64 |
| 43 | func main() -> i64 |