LICENSE
pyproject.toml
readme.md
src/axiom/__init__.py
src/axiom/api.py
src/axiom/api_models.py
src/axiom/cli.py
src/axiom/datasets.py
src/axiom/serve.py
src/axiom/compiler/__init__.py
src/axiom/compiler/deserializer.py
src/axiom/compiler/flow.py
src/axiom/compiler/grammar.lark
src/axiom/compiler/ir.py
src/axiom/compiler/normalizer.py
src/axiom/compiler/normalizer_rewrites.py
src/axiom/compiler/parser.py
src/axiom/compiler/serializer.py
src/axiom/copilot/__init__.py
src/axiom/copilot/api_models.py
src/axiom/copilot/artifacts.py
src/axiom/copilot/backend.py
src/axiom/copilot/benchmarks.py
src/axiom/copilot/evaluator.py
src/axiom/copilot/models.py
src/axiom/copilot/pipeline.py
src/axiom/copilot/redaction.py
src/axiom/copilot/search.py
src/axiom/copilot/server.py
src/axiom/copilot/stability_report.py
src/axiom/copilot/summarize.py
src/axiom/copilot/tabular_json.py
src/axiom/copilot/tolerant_inference.py
src/axiom/copilot/train_tabular.py
src/axiom/copilot/fixtures/benchmark_tasks.json
src/axiom/engine/__init__.py
src/axiom/engine/block_executor.py
src/axiom/engine/dataloader.py
src/axiom/engine/expert_call.py
src/axiom/engine/expert_registry.py
src/axiom/engine/fitness.py
src/axiom/engine/inference.py
src/axiom/engine/interpreter.py
src/axiom/engine/loop_executor.py
src/axiom/engine/meta_compiler.py
src/axiom/engine/router.py
src/axiom/engine/ssm.py
src/axiom/engine/strict.py
src/axiom/engine/supernet.py
src/axiom/engine/topology.py
src/axiom/engine/trainer.py
src/axiom/experts/__init__.py
src/axiom/experts/base.py
src/axiom/experts/onyx_qwen.py
src/axiom/experts/registry.py
src/axiom/export/__init__.py
src/axiom/export/onnx_export.py
src/axiom/gateway/__init__.py
src/axiom/gateway/core.py
src/axiom/gateway/server.py
src/axiom/primitives/__init__.py
src/axiom/primitives/liquid_tensor.py
src/axiom/security/__init__.py
src/axiom/security/bundle_trust.py
src/axiom/security/genetic_lock.py
src/axiom/security/serve_policy.py
src/axiom/tools/__init__.py
src/axiom/tools/copilot_studio.py
src/axiom/tools/glass_box.py
src/axiom/tools/html_exporter.py
src/axiom/tools/inspector.py
src/axiom/verify/__init__.py
src/axiom/verify/interval.py
src/onyx_axiom.egg-info/PKG-INFO
src/onyx_axiom.egg-info/SOURCES.txt
src/onyx_axiom.egg-info/dependency_links.txt
src/onyx_axiom.egg-info/entry_points.txt
src/onyx_axiom.egg-info/requires.txt
src/onyx_axiom.egg-info/top_level.txt
tests/test_api.py
tests/test_architecture_baseline.py
tests/test_baseline_showdown.py
tests/test_batch_mean.py
tests/test_bundle_security.py
tests/test_cartpole_agent.py
tests/test_cli_copilot.py
tests/test_cli_copilot_benchmarks.py
tests/test_cli_copilot_doctor.py
tests/test_cli_predict.py
tests/test_cli_tabular.py
tests/test_copilot_artifacts.py
tests/test_copilot_benchmarks.py
tests/test_copilot_evaluator.py
tests/test_copilot_golden.py
tests/test_copilot_pipeline.py
tests/test_copilot_redaction.py
tests/test_copilot_search.py
tests/test_copilot_server.py
tests/test_copilot_stability_report.py
tests/test_copilot_studio.py
tests/test_copilot_summarize.py
tests/test_copilot_train_tabular.py
tests/test_csv_titanic.py
tests/test_custom_neural_registry.py
tests/test_dataloader_phase5.py
tests/test_datasets.py
tests/test_deserializer.py
tests/test_docker_packaging.py
tests/test_documentation_contract.py
tests/test_early_return.py
tests/test_enterprise_ui.py
tests/test_expert_opcode.py
tests/test_expert_runtime_registry.py
tests/test_experts.py
tests/test_explain.py
tests/test_fitness.py
tests/test_flow.py
tests/test_function_inline.py
tests/test_gateway_server.py
tests/test_genetic_lock.py
tests/test_glass_box.py
tests/test_html_exporter.py
tests/test_hybrid_execution.py
tests/test_inference_abi.py
tests/test_inference_api.py
tests/test_integration.py
tests/test_interpreter.py
tests/test_interpreter_autograd.py
tests/test_interpreter_nan_trap.py
tests/test_interval_verify.py
tests/test_inverse_solver.py
tests/test_ir.py
tests/test_jit_compile.py
tests/test_kan_mean_blindness.py
tests/test_latent_channel_padding.py
tests/test_liquid_tensor.py
tests/test_main_phase5.py
tests/test_meta_compiler.py
tests/test_navier_stokes_singularity.py
tests/test_normalizer.py
tests/test_onnx_export.py
tests/test_onyx_gateway.py
tests/test_onyx_qwen_backend.py
tests/test_parser.py
tests/test_pharma_discovery.py
tests/test_phase11_graph_purity.py
tests/test_phase12_fullgraph_loops.py
tests/test_phase2_integration.py
tests/test_phase36_finance.py
tests/test_phase3_shadow.py
tests/test_phase43_neural_arch.py
tests/test_phase4_integration.py
tests/test_profile_execution_overhead.py
tests/test_real_world_training.py
tests/test_router.py
tests/test_sequence_crucible.py
tests/test_serializer.py
tests/test_serve.py
tests/test_shadow_training_bug.py
tests/test_simt_padding_drift.py
tests/test_smoke_happy_path.py
tests/test_spy_strategy.py
tests/test_ssm.py
tests/test_supernet.py
tests/test_target_column_loss.py
tests/test_target_leakage.py
tests/test_titanic_guarded.py
tests/test_titanic_hybrid_bench.py
tests/test_tolerant_inference.py
tests/test_topology.py
tests/test_topology_loop.py
tests/test_trainer_evolutionary.py
tests/test_vectorized_interpreter.py