LICENSE
README.md
pyproject.toml
src/perago/__init__.py
src/perago/_segments.py
src/perago/_version.py
src/perago/attempt.py
src/perago/cli.py
src/perago/config.py
src/perago/errors.py
src/perago/execution.py
src/perago/guards.py
src/perago/lakefs_runtime.py
src/perago/models.py
src/perago/result.py
src/perago/runtime_logging.py
src/perago/staging.py
src/perago/supervisor.py
src/perago/task.py
src/perago/taskdef.py
src/perago/worker_runtime.py
src/perago.egg-info/PKG-INFO
src/perago.egg-info/SOURCES.txt
src/perago.egg-info/dependency_links.txt
src/perago.egg-info/entry_points.txt
src/perago.egg-info/requires.txt
src/perago.egg-info/top_level.txt
src/perago/conductor_runtime/__init__.py
src/perago/conductor_runtime/client.py
src/perago/conductor_runtime/constants.py
src/perago/conductor_runtime/execution.py
src/perago/conductor_runtime/models.py
src/perago/conductor_runtime/process_executor.py
src/perago/conductor_runtime/process_ipc.py
src/perago/conductor_runtime/runners.py
src/perago/conductor_runtime/sdk_mapping.py
src/perago/conductor_runtime/workers.py
src/perago/metrics/__init__.py
src/perago/metrics/core.py
src/perago/metrics/in_memory.py
src/perago/metrics/otel.py
src/perago/workspace/__init__.py
src/perago/workspace/_internal.py
src/perago/workspace/gc.py
src/perago/workspace/lifecycle.py
src/perago/workspace/models.py
src/perago/workspace/paths.py
src/perago/workspace/sync.py
tests/test_attempt.py
tests/test_cli.py
tests/test_conductor_runtime.py
tests/test_conductor_runtime_imports.py
tests/test_config.py
tests/test_env_example.py
tests/test_execution.py
tests/test_lakefs_runtime.py
tests/test_metadata.py
tests/test_metrics.py
tests/test_publish_budget.py
tests/test_result.py
tests/test_runtime_logging.py
tests/test_supervisor.py
tests/test_task_api.py
tests/test_taskdef.py
tests/test_version.py
tests/test_worker_runtime.py
tests/test_workspace_compatibility.py
tests/test_workspace_contract.py
tests/test_workspace_gc.py
tests/test_workspace_lifecycle.py
tests/test_workspace_paths.py
tests/test_workspace_sync.py