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 guest agent with rust support #25

Merged
merged 5 commits into from
Apr 23, 2024

Conversation

mmoreiradj
Copy link
Contributor

@mmoreiradj mmoreiradj commented Apr 22, 2024

What am I looking at ?

  • add a workload runner that configures itself from a file
  • add an agent trait for languages to be easily implemented
  • supports rust
  • no communication with vmm YET

gif

How do I test it ?

For now, we didn't add the code to test it inside the vm, so you can run it by editing

build.source-code-path at src/agent/examples/config.toml

And then running

cargo run --bin agent -- --config=./src/agent/examples/config.toml

@mmoreiradj mmoreiradj self-assigned this Apr 22, 2024
Martin Moreira de Jesus and others added 5 commits April 23, 2024 11:22
Signed-off-by: Martin Moreira de Jesus <[email protected]>
Signed-off-by: Martin Moreira de Jesus <[email protected]>
…r into workload module

Signed-off-by: Matéo Fernandez <[email protected]>
Signed-off-by: Martin Moreira de Jesus <[email protected]>
Co-authored-by: Matéo Fernandez <[email protected]>
Signed-off-by: Martin Moreira de Jesus <[email protected]>
@mmoreiradj mmoreiradj merged commit f176aa8 into virt-do:main Apr 23, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants