zozo123 commented on PR #68847:
URL: https://github.com/apache/airflow/pull/68847#issuecomment-4965993201

   Scope and cross-reference update:
   
   The PR description now makes the execution boundaries explicit and links the 
related work:
   
   1. #68407 — restricted Monty code orchestration.
   2. This PR — sandboxed full-Python execution exposed to the agent as a tool.
   3. A possible future resumable/deferrable sandbox command operator.
   4. #68845 — future whole-task `SandboxExecutor`.
   
   These are different placement and lifecycle boundaries, not one 
progressively stronger sandbox API. In particular, this PR's `SandboxBackend` 
is intentionally a narrow code-execution adapter and should not become the 
executor SPI.
   
   The description also corrects the Monty framing, states the 
operator/executor non-goals, and records the hardening work that remains before 
merge consideration.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to