LICENSE
README.md
pyproject.toml
src/optio_core/__init__.py
src/optio_core/_engine_service.py
src/optio_core/_force_cancel.py
src/optio_core/_launch_block_store.py
src/optio_core/context.py
src/optio_core/exceptions.py
src/optio_core/executor.py
src/optio_core/lifecycle.py
src/optio_core/models.py
src/optio_core/progress_helpers.py
src/optio_core/scheduler.py
src/optio_core/state_machine.py
src/optio_core/store.py
src/optio_core.egg-info/PKG-INFO
src/optio_core.egg-info/SOURCES.txt
src/optio_core.egg-info/dependency_links.txt
src/optio_core.egg-info/requires.txt
src/optio_core.egg-info/top_level.txt
src/optio_core/_generated/optio_engine.py
src/optio_core/migrations/__init__.py
src/optio_core/migrations/m001_status_subdocument.py
src/optio_core/migrations/m002_backfill_child_metadata.py
src/optio_core/migrations/m003_backfill_has_saved_state.py
src/optio_core/migrations/m004_create_expire_at_ttl_index.py
tests/test_cancel_propagation.py
tests/test_cancel_race_parent_overwrite.py
tests/test_child_failure_structured.py
tests/test_child_progress.py
tests/test_context_blob.py
tests/test_context_resume.py
tests/test_deadline_cancel.py
tests/test_deadline_cancel_launchguard.py
tests/test_engine_service.py
tests/test_engine_service_resolve.py
tests/test_executor.py
tests/test_group_cancel.py
tests/test_heartbeat.py
tests/test_launch_guard.py
tests/test_lifecycle_reconciliation.py
tests/test_migration_m003.py
tests/test_migration_m004.py
tests/test_models.py
tests/test_no_redis.py
tests/test_outcomes.py
tests/test_parallel.py
tests/test_persistent_launch_blocks.py
tests/test_progress_helpers.py
tests/test_progress_throttle.py
tests/test_resync.py
tests/test_resync_cancel_stale.py
tests/test_scheduler.py
tests/test_state_machine.py
tests/test_store.py
tests/test_task_ttl.py
tests/test_widget_primitives.py