code wiki / (root) / nx_dr_conductor.nx

nx_dr_conductor.nx

buildroot/runtime/nx_dr_conductor.nx

3374 B75 linesdepth 3pulls 4 transitivereach 3 importersview sourcekind librarytopic dr
docsdependenciesstructsconstsfunctions

about

nx_dr_conductor.nx -- the Co-Scientist async research CONDUCTOR (DR-4). Composes the five live DR organs into ONE deterministic pipeline (not reimplemented -- it IMPORTS nx_dr_elo + nx_dr_ocm and calls them): stage 1 VERIFY-YIELD quality[i] = supported/total (the surviving claims from the DR-3 entailment loop + DR-2 refutation kill = each research vector's grounded yield) stage 2 TOURNAMENT Elo (DR-1): round-robin, vector a "beats" b iff quality[a]>quality[b] stage 3 OPP-COST DISPATCH (DR-6): priority=(Elo-rating * quality)/cost -> rank -> budget- aware greedy select = which vectors earn deep compute (FutureWeaver budget-feasibility) (the selected vectors' verified claims then feed the DR-0 DRBench/DEER scorer.) Deterministic/integer/bit-exact = the sovereign exceed axis; imports drift-immune organs. No hardware writes (Rule 26). module: nishi-core.research.dr_conductor depends: nx_dr_elo.nx, nx_dr_ocm.nx, nx_syscalls.nx genealogy_id: coscientist_2026_supervisor + futureweaver_2026_dispatch

dependencies 3 imports · 3 importers

nx_dr_elo.nx nx_dr_ocm.nx nx_syscalls.nx nx_dr_conductor.nx nx_dr_chain_cli.nx nx_dr_conductor_cli.nx nx_dr_corpus_cli.nx

imports: nx_dr_elo.nxnx_dr_ocm.nxnx_syscalls.nx

imported by: nx_dr_chain_cli.nxnx_dr_conductor_cli.nxnx_dr_corpus_cli.nx

structs

none

consts

19const K_MAGIC_1500: i64 = 1500

functions

22func cond_quality(supported: i64, total: i64) -> i64
called by 1: cond_run
32func cond_run(supported: *i64, total: *i64, cost: *i64, n: i64, budget: i64, out: *i64) -> i64