fix(agent): harden runner integration and QA

This commit is contained in:
huanghuoguoguo
2026-08-01 09:23:41 +08:00
parent 55f42a4ebc
commit 79611a5513
38 changed files with 1315 additions and 132 deletions
+5
View File
@@ -559,6 +559,11 @@ class BoxService:
namespace = box_namespace(self._action_context(context))
return os.path.join(self.default_workspace, 'tenants', namespace)
def workspace_host_path(self, context: TenantContext) -> str | None:
"""Return the host path mounted as /workspace for one execution context."""
return self._tenant_workspace(context)
async def execute_spec_payload(
self,
spec_payload: dict,