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

feat(agent): add a debug agent #28

Merged
merged 2 commits into from
Apr 24, 2024
Merged

Conversation

remi-espie
Copy link
Contributor

What does this PR do:

This PR adds a debug agent.
This agent execute a simple task: creating and writing to a file, then reading from it and outputting the result to the user.
This agent is only available if compiled with the debug feature on.

How to use:

  • Compile the agent with the debug feature cargo build --features debug-agent
  • Add the agent to the initramfs
  • In the config.toml change the langage to debug

@remi-espie remi-espie requested a review from mmoreiradj April 24, 2024 11:24
@remi-espie remi-espie self-assigned this Apr 24, 2024
@remi-espie remi-espie added the enhancement New feature or request label Apr 24, 2024
Copy link
Contributor

@mmoreiradj mmoreiradj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !

I will soon make another to run the agent in the vm.

@mmoreiradj mmoreiradj merged commit e3bd31d into virt-do:main Apr 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants