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
This is one of the second issue related to the agent.
For now we have defined the following tasks:
Find how to retrieve stdout and stderr streams launched by a command with unshare
Define the class CommandService (name can be changed) that will be called to launch a specific command with the code and retrieve the streams. It will
fork the process and launch commands based on the information retrieved
retrieve and return the outputs of the process
This is still an early proposal of the tasks to do. We need further exploring before truly having a grasp on what needs to be done. Please comment and discuss with us anything we missed or misunderstood, or if this does not look like a logical division of tasks.
The text was updated successfully, but these errors were encountered:
This is one of the second issue related to the agent.
For now we have defined the following tasks:
stdout
andstderr
streams launched by a command with unshareCommandService
(name can be changed) that will be called to launch a specific command with the code and retrieve the streams. It willThis is still an early proposal of the tasks to do. We need further exploring before truly having a grasp on what needs to be done. Please comment and discuss with us anything we missed or misunderstood, or if this does not look like a logical division of tasks.
The text was updated successfully, but these errors were encountered: