MANIFEST.in
README.md
pyproject.toml
setup.py
nxpu/__init__.py
nxpu/runtime.py
nxpu.egg-info/PKG-INFO
nxpu.egg-info/SOURCES.txt
nxpu.egg-info/dependency_links.txt
nxpu.egg-info/entry_points.txt
nxpu.egg-info/requires.txt
nxpu.egg-info/top_level.txt
nxpu/api/__init__.py
nxpu/api/__main__.py
nxpu/api/models.py
nxpu/api/server.py
nxpu/benchmarks/__init__.py
nxpu/benchmarks/bench_algorithmic.py
nxpu/benchmarks/bench_arc_agi_real.py
nxpu/benchmarks/bench_composition_stress.py
nxpu/benchmarks/bench_cross_engine.py
nxpu/benchmarks/bench_cse_causal.py
nxpu/benchmarks/bench_cse_sachs.py
nxpu/benchmarks/bench_cse_standard.py
nxpu/benchmarks/bench_domains.py
nxpu/benchmarks/bench_genuine_reasoning.py
nxpu/benchmarks/bench_nm_competitive.py
nxpu/benchmarks/bench_nm_honest.py
nxpu/benchmarks/bench_nm_oneshot.py
nxpu/benchmarks/bench_nm_scaled.py
nxpu/benchmarks/bench_nm_transfer.py
nxpu/benchmarks/bench_nxri.py
nxpu/benchmarks/bench_orchestrator_rl.py
nxpu/benchmarks/bench_reasoning_generalization.py
nxpu/benchmarks/bench_reasoning_test.py
nxpu/benchmarks/bench_slu_multihop.py
nxpu/benchmarks/bench_slu_z3.py
nxpu/benchmarks/bench_synthesis.py
nxpu/benchmarks/bench_training_efficiency.py
nxpu/benchmarks/run_all.py
nxpu/build/slu_security_rules.py
nxpu/build_engines/nm_engine.py
nxpu/datasets/agriculture_crop.nx
nxpu/datasets/astronomy_classification.nx
nxpu/datasets/automotive_diagnostics.nx
nxpu/datasets/aviation_safety.nx
nxpu/datasets/chemistry_reactions.nx
nxpu/datasets/cybersecurity_incident.nx
nxpu/datasets/education_prerequisites.nx
nxpu/datasets/environmental_compliance.nx
nxpu/datasets/food_safety.nx
nxpu/datasets/healthcare_allergies.nx
nxpu/datasets/hr_policy.nx
nxpu/datasets/insurance_underwriting.nx
nxpu/datasets/legal_contracts.nx
nxpu/datasets/logistics_routing.nx
nxpu/datasets/music_theory.nx
nxpu/datasets/network_firewall.nx
nxpu/datasets/nutrition_planning.nx
nxpu/datasets/real_estate_valuation.nx
nxpu/datasets/smart_home.nx
nxpu/datasets/tax_compliance.nx
nxpu/demo/security_demo.py
nxpu/engines/__init__.py
nxpu/engines/cse_engine.py
nxpu/engines/early_exit.py
nxpu/engines/incremental_slu.py
nxpu/engines/nm_consolidated.py
nxpu/engines/nm_persistent.py
nxpu/engines/orchestrator_rl.py
nxpu/engines/synthesis_engine.py
nxpu/examples/anomaly_detector.nx
nxpu/examples/complex_math.nx
nxpu/examples/complex_math_v2.nx
nxpu/examples/math_reasoning.nx
nxpu/examples/medical_diagnosis.nx
nxpu/examples/pharma_safety.nx
nxpu/examples/reasoning_and_compute.nx
nxpu/examples/reasoning_test.nx
nxpu/examples/robot_planner.nx
nxpu/examples/security_rules.nx
nxpu/examples/stress_test_hard.nx
nxpu/examples/threat_detection.nx
nxpu/hal/__init__.py
nxpu/hal/base.py
nxpu/hal/jtag_hal.py
nxpu/hal/sim_hal.py
nxpu/hal/uart_hal.py
nxpu/nxhub/__init__.py
nxpu/nxhub/registry.py
nxpu/nxhub/domains/__init__.py
nxpu/nxhub/domains/civil_eng.py
nxpu/nxhub/domains/hardware_eng.py
nxpu/nxhub/domains/legal.py
nxpu/nxhub/domains/medical.py
nxpu/nxhub/domains/pharmaceutical.py
nxpu/nxhub/domains/protein.py
nxpu/nxhub/domains/software_eng.py
nxpu/nxlang/__init__.py
nxpu/nxlang/ast_nodes.py
nxpu/nxlang/backends.py
nxpu/nxlang/compiler.py
nxpu/nxlang/hw_backend.py
nxpu/nxlang/hw_encoder.py
nxpu/nxlang/lexer.py
nxpu/nxlang/lsp_server.py
nxpu/nxlang/nxir.py
nxpu/nxlang/optimizer.py
nxpu/nxlang/parser.py
nxpu/nxlang/symbol_table.py
nxpu/nxlang/type_checker.py
nxpu/nxlang/var_encoder.py
nxpu/nxri/__init__.py
nxpu/nxri/abductive.py
nxpu/nxri/abstraction.py
nxpu/nxri/analogy.py
nxpu/nxri/candidate_generator.py
nxpu/nxri/compositional.py
nxpu/nxri/confidence.py
nxpu/nxri/data_ingestion.py
nxpu/nxri/gap_detection.py
nxpu/nxri/hypothesis_testing.py
nxpu/nxri/induction.py
nxpu/nxri/reasoning_loop.py
nxpu/nxri/rule_learning_engine.py
nxpu/nxri/rule_refiner.py
nxpu/nxri/rule_tester.py
nxpu/nxri/similarity.py
nxpu/nxri/algorithmic/__init__.py
nxpu/nxri/algorithmic/algorithm_templates.py
nxpu/nxri/algorithmic/decomposition.py
nxpu/nxri/algorithmic/engine.py
nxpu/nxri/algorithmic/pattern_transfer.py
nxpu/nxri/algorithmic/semantic_verify.py
nxpu/nxsim/__init__.py
nxpu/nxsim/energy_model.py
nxpu/nxsim/latency_model.py
nxpu/tools/zero_shot_pipeline.py
tests/test_full_stack.py
tests/test_hard_discovery.py
tests/test_rule_learning.py
tests/test_var_encoder.py