LICENSE
README.md
pyproject.toml
fabric_rlm/__init__.py
fabric_rlm/_benchmark_manifest.py
fabric_rlm/_deep_insight_audit.py
fabric_rlm/_duckdb_audit.py
fabric_rlm/_worker.py
fabric_rlm/artifacts.py
fabric_rlm/cli.py
fabric_rlm/excel_artifacts.py
fabric_rlm/grounding.py
fabric_rlm/inspector.py
fabric_rlm/interpreter.py
fabric_rlm/knowledge.py
fabric_rlm/knowledge_api.py
fabric_rlm/knowledge_benchmark.py
fabric_rlm/knowledge_execution.py
fabric_rlm/knowledge_lakehouse_sources.py
fabric_rlm/knowledge_operations.py
fabric_rlm/knowledge_preflight.py
fabric_rlm/knowledge_semantic_model.py
fabric_rlm/knowledge_sources.py
fabric_rlm/knowledge_store.py
fabric_rlm/lakehouse.py
fabric_rlm/lm.py
fabric_rlm/metrics.py
fabric_rlm/netguard.py
fabric_rlm/onelake_knowledge_store.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/semantic_model.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/analysis_benchmarks.py
fabric_rlm/experimental/analysis_contracts.py
fabric_rlm/experimental/analysis_dag.py
fabric_rlm/experimental/analysis_evidence.py
fabric_rlm/experimental/analysis_operators.py
fabric_rlm/experimental/analysis_reproducibility.py
fabric_rlm/experimental/analysis_scoring.py
fabric_rlm/experimental/analysis_temporal.py
fabric_rlm/experimental/analysis_validation.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/deep_insight_critic.md
fabric_rlm/skills/deep_insight_discovery.md
fabric_rlm/skills/delta_lakehouse.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/semantic_model.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_analysis_benchmarks.py
tests/test_analysis_dag.py
tests/test_analysis_decomposition.py
tests/test_analysis_evidence.py
tests/test_analysis_scoring.py
tests/test_analysis_temporal.py
tests/test_analysis_validation.py
tests/test_artifacts.py
tests/test_bandit_policy.py
tests/test_benchmark_manifest.py
tests/test_block_network.py
tests/test_cached_reasoning_tokens.py
tests/test_cli_run_flags.py
tests/test_concurrency_death_hint.py
tests/test_critic_evidence_closure.py
tests/test_decompose_rung.py
tests/test_deep_insight_audit.py
tests/test_deep_insight_critic_skill.py
tests/test_deep_insight_discovery_skill.py
tests/test_delta_lakehouse_skill.py
tests/test_duckdb_audit.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_file_destination.py
tests/test_golden_trajectories.py
tests/test_grounding.py
tests/test_halve_max_iter_param.py
tests/test_interpreter.py
tests/test_knowledge_api.py
tests/test_knowledge_benchmark.py
tests/test_knowledge_benchmark_notebook.py
tests/test_knowledge_contracts.py
tests/test_knowledge_file_operations.py
tests/test_knowledge_lakehouse_operations.py
tests/test_knowledge_lakehouse_sources.py
tests/test_knowledge_operations.py
tests/test_knowledge_persistence.py
tests/test_knowledge_preflight.py
tests/test_knowledge_semantic_model.py
tests/test_knowledge_source_adapters.py
tests/test_lakehouse_query.py
tests/test_lakehouse_source.py
tests/test_learn_value_notebook.py
tests/test_lm.py
tests/test_lm_smart_defaults.py
tests/test_lm_timeout.py
tests/test_manifest_staged_deep_insight_benchmark.py
tests/test_metrics.py
tests/test_notebookutils_namespace.py
tests/test_olist_deep_insight_benchmark.py
tests/test_olist_deep_insight_critic.py
tests/test_olist_staged_deep_insight_benchmark.py
tests/test_onelake_knowledge_store.py
tests/test_onelake_rest_transport.py
tests/test_ons_cpi_benchmark.py
tests/test_output_format_guard.py
tests/test_prompt_mapreduce.py
tests/test_prompts.py
tests/test_public_notebooks.py
tests/test_refreshing_lm.py
tests/test_release_documentation.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_run_inspector.py
tests/test_run_report.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_name_collision.py
tests/test_security_violation_state_preserved.py
tests/test_semantic_model_input.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_timeout_recovery.py
tests/test_worker_timeout_recovery_hygiene.py
tests/test_worker_timeout_recovery_scenarios.py
tests/test_worker_traceback_filter.py