LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
docs/Makefile
docs/README.rst
docs/architecture.md
docs/caching.md
docs/comparison.md
docs/compatibility.md
docs/contributing.md
docs/error_handling.md
docs/examples.md
docs/getting_started.md
docs/hybrid_orchestration.md
docs/index.html
docs/index.rst
docs/install.md
docs/make.bat
docs/policy.md
docs/project_report.md
docs/rad_workflow.rst
docs/requirements.in
docs/requirements.txt
docs/sentries.md
docs/technical-overview.md
docs/usage.md
docs/assets/README.md
docs/assets/architecture_flow.svg
docs/assets/execution_flow.svg
docs/assets/hello_output.svg
docs/assets/parslet_banner.svg
docs/source/architecture.rst
docs/source/battery_mode.rst
docs/source/benchmark_results.rst
docs/source/challenge.rst
docs/source/cli.rst
docs/source/compatibility.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/examples.md
docs/source/exporting.rst
docs/source/index.rst
docs/source/install.md
docs/source/introduction.md
docs/source/security.rst
docs/source/tasks.rst
docs/source/testing.rst
docs/source/usage.rst
docs/source/use_cases.rst
docs/source/_static/.gitkeep
docs/source/_static/dag_diagram.txt
docs/source/_static/rad_flowchart.txt
docs/visuals/.gitkeep
docs/visuals/architecture.svg
docs/visuals/edge_mcu.svg
docs/visuals/hello_py.svg
docs/visuals/image_filter.svg
docs/visuals/image_guide.md
docs/visuals/parslet_banner.svg
docs/visuals/rad_parslet.svg
docs/visuals/text_cleaner.svg
docs/visuals/video_frames.svg
examples/cached_task.py
examples/edge_mcu_sensor_processing.py
examples/hello.py
examples/image_filter.py
examples/mobile_edge_inference.py
examples/multi_ai_diagnosis.py
examples/policy_example.py
examples/rad_pipeline.py
examples/text_cleaner.py
examples/utils.py
examples/video_frames.py
examples/compat/dask_demo.py
examples/compat/parsl_demo.py
examples/csv_clean_classify/README.md
examples/csv_clean_classify/workflow.py
examples/photo_enhancer/README.md
examples/photo_enhancer/workflow.py
examples/rad_parslet/README.md
examples/rad_parslet/rad_dag.py
examples/rad_parslet/rad_parslet.py
examples/tools/plot_stats.py
parslet/__init__.py
parslet/cli.py
parslet/main_cli.py
parslet/__pycache__/__init__.cpython-312.pyc
parslet/__pycache__/cli.cpython-312.pyc
parslet/__pycache__/main_cli.cpython-312.pyc
parslet/compat/__init__.py
parslet/compat/dask_adapter.py
parslet/compat/parsl_adapter.py
parslet/core/__init__.py
parslet/core/cache.py
parslet/core/concierge.py
parslet/core/context.py
parslet/core/dag.py
parslet/core/dag_io.py
parslet/core/dask_bridge.py
parslet/core/exporter.py
parslet/core/ir.py
parslet/core/parsl_bridge.py
parslet/core/policy.py
parslet/core/runner.py
parslet/core/scheduler.py
parslet/core/task.py
parslet/core/__pycache__/__init__.cpython-312.pyc
parslet/core/__pycache__/cache.cpython-312.pyc
parslet/core/__pycache__/concierge.cpython-312.pyc
parslet/core/__pycache__/context.cpython-312.pyc
parslet/core/__pycache__/dag.cpython-312.pyc
parslet/core/__pycache__/dag_io.cpython-312.pyc
parslet/core/__pycache__/exporter.cpython-312.pyc
parslet/core/__pycache__/ir.cpython-312.pyc
parslet/core/__pycache__/parsl_bridge.cpython-312.pyc
parslet/core/__pycache__/policy.cpython-312.pyc
parslet/core/__pycache__/runner.cpython-312.pyc
parslet/core/__pycache__/scheduler.cpython-312.pyc
parslet/core/__pycache__/task.cpython-312.pyc
parslet/hybrid/__init__.py
parslet/hybrid/executor.py
parslet/hybrid/relay.py
parslet/plugins/__init__.py
parslet/plugins/loader.py
parslet/plugins/__pycache__/__init__.cpython-312.pyc
parslet/plugins/__pycache__/loader.cpython-312.pyc
parslet/security/__init__.py
parslet/security/defcon.py
parslet/security/__pycache__/__init__.cpython-312.pyc
parslet/security/__pycache__/defcon.cpython-312.pyc
parslet/tasks/__init__.py
parslet/tasks/basic.py
parslet/utils/__init__.py
parslet/utils/checkpointing.py
parslet/utils/diagnostics.py
parslet/utils/network_utils.py
parslet/utils/parslet_defcon.py
parslet/utils/power.py
parslet/utils/resource_utils.py
parslet/utils/__pycache__/__init__.cpython-312.pyc
parslet/utils/__pycache__/checkpointing.cpython-312.pyc
parslet/utils/__pycache__/diagnostics.cpython-312.pyc
parslet/utils/__pycache__/network_utils.cpython-312.pyc
parslet/utils/__pycache__/power.cpython-312.pyc
parslet/utils/__pycache__/resource_utils.cpython-312.pyc
tests/test_api_surface.py
tests/test_battery_failover.py
tests/test_battery_sensitive.py
tests/test_benchmarks.py
tests/test_cache.py
tests/test_cli.py
tests/test_cli_convert.py
tests/test_cli_help.py
tests/test_cli_rad.py
tests/test_compat_conversion.py
tests/test_context_oracle.py
tests/test_dag.py
tests/test_dag_io.py
tests/test_dask_adapter_module.py
tests/test_dask_adapter_runtime.py
tests/test_dask_bridge.py
tests/test_dask_compat.py
tests/test_defcon.py
tests/test_energy_policy_ordering.py
tests/test_fail_messages.py
tests/test_failsafe_mode.py
tests/test_file_relay.py
tests/test_hybrid.py
tests/test_imports.py
tests/test_ir_helpers.py
tests/test_network_utils.py
tests/test_parsl_adapter_module.py
tests/test_parsl_adapter_runtime.py
tests/test_parsl_auto.py
tests/test_parsl_bridge.py
tests/test_parsl_compat.py
tests/test_policy.py
tests/test_power_providers.py
tests/test_rad.py
tests/test_rad_parslet.py
tests/test_runner.py
tests/test_scheduler.py
tests/test_security.py
tests/test_task.py
tests/test_variants_selection.py