LICENSE
README.md
pyproject.toml
fabric_rlm/__init__.py
fabric_rlm/_worker.py
fabric_rlm/artifacts.py
fabric_rlm/cli.py
fabric_rlm/excel_artifacts.py
fabric_rlm/interpreter.py
fabric_rlm/lm.py
fabric_rlm/metrics.py
fabric_rlm/prompts.py
fabric_rlm/py.typed
fabric_rlm/replay.py
fabric_rlm/replay_lm.py
fabric_rlm/runtime.py
fabric_rlm/security.py
fabric_rlm/serializers.py
fabric_rlm/skill_loader.py
fabric_rlm/skill_router.py
fabric_rlm/trajectory.py
fabric_rlm/validators.py
fabric_rlm/verify.py
fabric_rlm.egg-info/PKG-INFO
fabric_rlm.egg-info/SOURCES.txt
fabric_rlm.egg-info/dependency_links.txt
fabric_rlm.egg-info/entry_points.txt
fabric_rlm.egg-info/requires.txt
fabric_rlm.egg-info/top_level.txt
fabric_rlm/experimental/__init__.py
fabric_rlm/experimental/adaptive.py
fabric_rlm/experimental/adaptive_eval.py
fabric_rlm/experimental/adaptive_policy.py
fabric_rlm/experimental/adaptive_runner.py
fabric_rlm/experimental/bandit_policy.py
fabric_rlm/experimental/decompose_engine.py
fabric_rlm/experimental/decompose_rung.py
fabric_rlm/experimental/effort_ladder_policy.py
fabric_rlm/experimental/task_classifier.py
fabric_rlm/skills/__init__.py
fabric_rlm/skills/core.md
fabric_rlm/skills/data_exploration.md
fabric_rlm/skills/error_handling.md
fabric_rlm/skills/excel_extract.md
fabric_rlm/skills/excel_modify.md
fabric_rlm/skills/pdf_document_analysis.md
fabric_rlm/skills/validation.md
tests/test_adaptive.py
tests/test_adaptive_eval.py
tests/test_adaptive_policy.py
tests/test_adaptive_runner.py
tests/test_adaptive_runtime.py
tests/test_artifacts.py
tests/test_bandit_policy.py
tests/test_cached_reasoning_tokens.py
tests/test_cli_run_flags.py
tests/test_decompose_rung.py
tests/test_effort_ladder_policy.py
tests/test_engine_consolidation_parity.py
tests/test_env_limits.py
tests/test_excel_artifacts.py
tests/test_golden_trajectories.py
tests/test_halve_max_iter_param.py
tests/test_interpreter.py
tests/test_lm.py
tests/test_lm_smart_defaults.py
tests/test_lm_timeout.py
tests/test_metrics.py
tests/test_ons_cpi_benchmark.py
tests/test_output_format_guard.py
tests/test_prompt_mapreduce.py
tests/test_prompts.py
tests/test_refreshing_lm.py
tests/test_replay_cli.py
tests/test_replay_lm.py
tests/test_rlm_facade.py
tests/test_rlm_from_task.py
tests/test_rlm_result_aliases.py
tests/test_router_task_text_fallback.py
tests/test_routing_uses_bound_inputs.py
tests/test_runtime_budget.py
tests/test_runtime_code_extraction.py
tests/test_runtime_final_turn_nudge.py
tests/test_runtime_mock_lm.py
tests/test_runtime_repair_nudge.py
tests/test_runtime_router_integration.py
tests/test_runtime_stdout_truncation.py
tests/test_runtime_stuck_loop.py
tests/test_runtime_timeout.py
tests/test_runtime_token_details.py
tests/test_runtime_token_tracking.py
tests/test_runtime_truncation_hint.py
tests/test_runtime_verifier.py
tests/test_security_baseline.py
tests/test_security_corpus_regression.py
tests/test_security_violation_state_preserved.py
tests/test_serializers.py
tests/test_serializers_stable_repr.py
tests/test_skill_frontmatter.py
tests/test_skill_loader_layering.py
tests/test_skill_router.py
tests/test_smoke_fabric.py
tests/test_subprocess_interpreter.py
tests/test_task_classifier.py
tests/test_token_usage_extraction.py
tests/test_trajectory_analysis.py
tests/test_trajectory_cleanup.py
tests/test_turn_exhaustion.py
tests/test_v7_token_totals.py
tests/test_validators.py
tests/test_verifier_wrapper.py
tests/test_verify_ensemble.py
tests/test_wire_decompose_rung.py
tests/test_wire_task_classifier.py
tests/test_worker_predict.py
tests/test_worker_sandbox_shim.py
tests/test_worker_subprocess_traceback.py
tests/test_worker_traceback_filter.py