nx_session_real_llm_compose_test.nx
buildroot/runtime/nx_session_real_llm_compose_test.nx
about
nx_session_real_llm_compose_test.nx -- demonstrates how nx_session +
nx_gguf_fixture_tiny + nx_actor_role_llm_v2 compose into a tight
real-transformer scene.
Previous compose smokes (nx_companion_compose, dual/triple/quad)
each had 30+ lines of wiring boilerplate to set up the scheduler +
bus + multiplexer + arbiter + broker + actor + register + subscribe.
This smoke shows the new composite path: ~10 lines of substrate
setup, then real-transformer-forward through the actor, then
drain. The COMPOSED primitives do the work.
dependencies 7 imports · 0 importers
imports: nx_syscalls.nxnx_tier.nxnx_actor.nxnx_message.nxnx_session.nxnx_gguf_fixture_tiny.nxnx_actor_role_llm_v2.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
| none |
functions
| 21 | func main() -> i64 |