Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

agent: launch commands and listen for stdout and stderr streams #6

Open
2 tasks
GridexX opened this issue Feb 8, 2023 · 0 comments
Open
2 tasks

agent: launch commands and listen for stdout and stderr streams #6

GridexX opened this issue Feb 8, 2023 · 0 comments

Comments

@GridexX
Copy link
Contributor

GridexX commented Feb 8, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant