LICENSE
README.md
pyproject.toml
src/fragility_engine/__init__.py
src/fragility_engine/parallel_rollouts.py
src/fragility_engine/runner.py
src/fragility_engine/runner_resource_cascade_numba.py
src/fragility_engine/types.py
src/fragility_engine.egg-info/PKG-INFO
src/fragility_engine.egg-info/SOURCES.txt
src/fragility_engine.egg-info/dependency_links.txt
src/fragility_engine.egg-info/entry_points.txt
src/fragility_engine.egg-info/requires.txt
src/fragility_engine.egg-info/top_level.txt
src/fragility_engine/adversary/__init__.py
src/fragility_engine/adversary/encoding.py
src/fragility_engine/adversary/fitness.py
src/fragility_engine/adversary/pareto.py
src/fragility_engine/adversary/search.py
src/fragility_engine/agents/__init__.py
src/fragility_engine/agents/base.py
src/fragility_engine/agents/stablecoin_agents.py
src/fragility_engine/benchmarks/__init__.py
src/fragility_engine/benchmarks/bundled_artifacts.py
src/fragility_engine/benchmarks/certificate.py
src/fragility_engine/benchmarks/coupled_fork.py
src/fragility_engine/benchmarks/ensemble.py
src/fragility_engine/benchmarks/flagship.py
src/fragility_engine/benchmarks/hypervolume.py
src/fragility_engine/benchmarks/institutional_composite.py
src/fragility_engine/benchmarks/manifest.py
src/fragility_engine/benchmarks/manifest_inventory.py
src/fragility_engine/benchmarks/stretch_presets.py
src/fragility_engine/benchmarks/suite.py
src/fragility_engine/byow/__init__.py
src/fragility_engine/byow/check.py
src/fragility_engine/byow/rollout.py
src/fragility_engine/byow/examples/__init__.py
src/fragility_engine/byow/examples/capacity_pool.py
src/fragility_engine/byow/examples/token_bucket.py
src/fragility_engine/cli/__init__.py
src/fragility_engine/cli/main.py
src/fragility_engine/coevolution/__init__.py
src/fragility_engine/coevolution/alternating.py
src/fragility_engine/coevolution/coupled_institution.py
src/fragility_engine/coevolution/defender.py
src/fragility_engine/coevolution/pareto_export.py
src/fragility_engine/coevolution/thread_safe_template.py
src/fragility_engine/explain/__init__.py
src/fragility_engine/explain/counterfactual.py
src/fragility_engine/explain/counterfactual_chain.py
src/fragility_engine/explain/counterfactual_chain_aggregate.py
src/fragility_engine/explain/counterfactual_chain_inventory_buffer.py
src/fragility_engine/explain/counterfactual_chain_liquidity_ladder.py
src/fragility_engine/explain/counterfactual_chain_resource_cascade.py
src/fragility_engine/explain/counterfactual_chain_service_backlog.py
src/fragility_engine/explain/explanation_dag.py
src/fragility_engine/explain/interaction_summary.py
src/fragility_engine/explain/merge_attribution.py
src/fragility_engine/explain/minimal_collapse.py
src/fragility_engine/explain/narration.py
src/fragility_engine/explain/sweep.py
src/fragility_engine/explain/trace.py
src/fragility_engine/falsify/__init__.py
src/fragility_engine/falsify/protocol.py
src/fragility_engine/falsify/rollout.py
src/fragility_engine/falsify/examples/__init__.py
src/fragility_engine/falsify/examples/ranked_store.py
src/fragility_engine/fel/__init__.py
src/fragility_engine/fel/conventions.py
src/fragility_engine/network/__init__.py
src/fragility_engine/network/contagion.py
src/fragility_engine/network/contagion_graph.py
src/fragility_engine/network/graph_cli.py
src/fragility_engine/network/neighbor_io.py
src/fragility_engine/network/network_world_cli.py
src/fragility_engine/network/topology.py
src/fragility_engine/world/__init__.py
src/fragility_engine/world/base.py
src/fragility_engine/world/inventory_buffer.py
src/fragility_engine/world/liquidity_ladder.py
src/fragility_engine/world/resource_cascade.py
src/fragility_engine/world/service_backlog.py
src/fragility_engine/world/stablecoin_network.py
src/fragility_engine/world/stablecoin_peg.py
tests/test_attack_pareto_hypervolume.py
tests/test_attribution_viewer_bundled.py
tests/test_attribution_viewer_presets.py
tests/test_benchmark_bundle_search_evaluator.py
tests/test_benchmark_manifest.py
tests/test_benchmark_perf_gate.py
tests/test_benchmark_suite.py
tests/test_bundle_integral_bands.py
tests/test_bundled_explanation_dag.py
tests/test_bundled_pareto_hypervolume.py
tests/test_byow_cli_falsify.py
tests/test_check_bundled_artifacts.py
tests/test_check_flagship_bundled.py
tests/test_check_manifest_digest.py
tests/test_check_manifest_inventory.py
tests/test_check_manifest_summary.py
tests/test_coevolution_coupled_institution.py
tests/test_coevolution_network.py
tests/test_coevolution_pareto_export.py
tests/test_coevolution_smoke.py
tests/test_composite_demo_sample.py
tests/test_composite_viewer_presets.py
tests/test_contagion_bounded.py
tests/test_counterfactual_api.py
tests/test_counterfactual_chain.py
tests/test_counterfactual_chain_aggregate.py
tests/test_counterfactual_chain_inventory_buffer.py
tests/test_counterfactual_chain_liquidity_ladder.py
tests/test_counterfactual_chain_resource_cascade.py
tests/test_counterfactual_chain_service_backlog.py
tests/test_counterfactual_expanded.py
tests/test_counterfactual_liquidity_ladder.py
tests/test_counterfactual_network.py
tests/test_counterfactual_network_interventions.py
tests/test_counterfactual_resource_cascade.py
tests/test_counterfactual_service_backlog.py
tests/test_coupled_fork_certificate.py
tests/test_coupled_fork_helpers.py
tests/test_coupled_fork_manifest.py
tests/test_coupled_fork_pareto.py
tests/test_coupled_fork_pareto_search_golden.py
tests/test_coupled_mutation_chain_dag.py
tests/test_coupled_replay_viewer_contract.py
tests/test_explain_merge_attribution.py
tests/test_explain_sweep.py
tests/test_explain_trace.py
tests/test_explanation_dag.py
tests/test_fel_conventions.py
tests/test_fitness_attack_cost.py
tests/test_flagship_bundled.py
tests/test_flagship_demo.py
tests/test_fragility_certificate.py
tests/test_fragility_robustness_ensemble.py
tests/test_fragility_surface.py
tests/test_ga_budget_robustness.py
tests/test_gce_run_coupled_mode.py
tests/test_gce_run_server_auth.py
tests/test_gce_workbench_status.py
tests/test_genetic_improves.py
tests/test_genetic_search_parallel.py
tests/test_genetic_search_process_pool.py
tests/test_hypervolume.py
tests/test_institutional_composite.py
tests/test_integral_and_recovery_fields.py
tests/test_interaction_summary.py
tests/test_inventory_buffer_rollout.py
tests/test_liquidity_ladder_rollout.py
tests/test_minimal_collapse.py
tests/test_monte_carlo_parallel.py
tests/test_narration.py
tests/test_neighbor_list_topology.py
tests/test_network_graph_cli.py
tests/test_network_rollout.py
tests/test_network_single_node_matches_aggregate.py
tests/test_parallel_rollouts.py
tests/test_pareto_collect.py
tests/test_pareto_front_hypervolume_fixture.py
tests/test_pareto_indices.py
tests/test_pareto_viewer_presets.py
tests/test_phase_o_stretch.py
tests/test_plot_institutional_composite.py
tests/test_replay_contract_inventory_buffer.py
tests/test_replay_contract_liquidity_ladder.py
tests/test_replay_contract_resource_cascade.py
tests/test_replay_contract_service_backlog.py
tests/test_replay_schema.py
tests/test_replay_viewer_presets.py
tests/test_resource_cascade_numba_parity.py
tests/test_resource_cascade_rollout.py
tests/test_rollout_determinism.py
tests/test_runner_network_defender.py
tests/test_scripts_cli_smoke.py
tests/test_scripts_help_smoke.py
tests/test_service_backlog_rollout.py
tests/test_thread_safe_template.py
tests/test_validate_viewer_presets.py