Skip to content

Latest commit

 

History

History

README.md

version: 1.1 last_updated: 2025-11-09

Execution Package

The execution layer provides a unified set of primitives for staging workspaces, launching runtimes, capturing filesystem changes, and bridging evaluation and agent flows. Core modules live under src/slop_code/execution and are composed around three building blocks:

  • Workspace – prepares isolated directories, restores snapshots, and exposes file-reading helpers.
  • Session – coordinates workspace lifecycle, static assets, and SubmissionRuntime instances.
  • SubmissionRuntime implementations – execute commands locally or inside containers while streaming output to adapters.

Use these pages to navigate the package: