You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#3931 fixed and merged the narrow sandbox-side trigger from #1452: the base image now provides /usr/local/bin/python -> /usr/bin/python3, so bare python invocations should no longer fail with python: command not found. That PR merged as d4d4a40 and auto-closed #1452 via Fixes #1452.
This issue keeps the broader runtime trust/provenance concern open. The remaining problem is not Python availability; it is how OpenClaw/NemoClaw handles failed tool or child-agent results before producing user-facing assistant output.
Remaining Problem
When a tool call or sub-agent result fails or is untrusted, the assistant should not present fabricated success, fake file paths, fake command output, or unverified child-sourced data as confirmed work. Users need visible provenance that distinguishes real execution results from failed, missing, or unverified work.
Acceptance Criteria
Reproduce a failure path independent of the bare python command, or document why current runtime behavior has changed.
Ensure failed tool/sub-agent execution is visible in the assistant/user-facing transcript with enough detail to distinguish real outputs from incomplete or unverified work.
Add regression coverage for at least one failure path that does not depend on the python command being absent.
Context
#3931 fixed and merged the narrow sandbox-side trigger from #1452: the base image now provides
/usr/local/bin/python -> /usr/bin/python3, so barepythoninvocations should no longer fail withpython: command not found. That PR merged as d4d4a40 and auto-closed #1452 viaFixes #1452.This issue keeps the broader runtime trust/provenance concern open. The remaining problem is not Python availability; it is how OpenClaw/NemoClaw handles failed tool or child-agent results before producing user-facing assistant output.
Remaining Problem
When a tool call or sub-agent result fails or is untrusted, the assistant should not present fabricated success, fake file paths, fake command output, or unverified child-sourced data as confirmed work. Users need visible provenance that distinguishes real execution results from failed, missing, or unverified work.
Acceptance Criteria
pythoncommand, or document why current runtime behavior has changed.pythoncommand being absent.References
pythonavailability in the sandbox base image.